.portalbody {
    /* total background for myTeamBeam */
	background-color: #22232e;
}

.menulink:hover, .mysubmenulink:hover {
    /* used when hovering over the menu */
    background-color: #22232e;  /* theme color */
}

.menulink_a {
    /* used for active menu entry */
    background-color: #22232e;  /* theme color */
}

.tableheader {
    /* used for the wide bar that contains a headline */
    background-color: #22232e;  /* theme color */
}

.search {
    background-color: transparent;
    padding-top: 0px;
}

.submitbutton {
background-color: #000000;
}


.username {
    margin-top: 17px;
    color: #22232e;
}

.user_menu_dwn_arrow {
        color:  #22232e;  /* theme color */
}

.flags {
    margin-top: 16px;
}

.logoutlink, a.logoutlink:visited, a.logoutlink:hover, .loginlink, a.loginlink:visited, a.loginlink:hover {
    /* the logout/login link */
    color: #22232e;
}

.header {
    /* the fixed width header area myTeamBeam */
    height: 109px;
	background: url('../images/logo.png');
	background-repeat: no-repeat;
}

.headerback {
    /* the variable width header area */
    background-color: #FFFFFF;
}


.mainback {
    /* the variable width content area */
    background-color: #FFFFFF;
}

.footer {
    /* the fixed width footer area */
    padding-top: 10px;
	color: #FFFFFF;

}

.footer a, .footer a:visited {
    /* inks in the footer of web client */
    text-decoration: underline;
	color: #FFFFFF;
}


/* web upload client */

.webbody{
    /* total background for myTeamBeam */
	background-color: #22232e;
}

.kopf {
    /* the fixed width header area WebClient */
    height: 109px;
	background: url('../images/logosmall.png');
	background-repeat: no-repeat;
}


.fuss {
    /* the fixed width footer area Web Client */
    padding-top: 10px;
	color: #FFFFFF;
}

.fuss a, .fuss a:visited {
    /* links in the footer of web client */
    text-decoration: underline;
	color: #FFFFFF;
}

/* set total width backgrounds to transparent */
.footerback {
    /* the variable width footer area */
    background-color: transparent;
}
