.portalbody {
	/* style for whole page */
	background-color: #666666;
}

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

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

.user_menu_dwn_arrow {
    color:  #FF0000;  /* theme color */
}


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

.username {
    /* the name of the logged in user in the header */
    color: #FFFFFF;
}

.search {
    background-color: transparent;
    padding-right: 0px;
    margin-right: 31px;
}

.emailheader {
        background-color: #FF0000;
}

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

.headerback {
	/* relative width content area */
	background-color: #FF0000;
}

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


.mainback {
	/* relative width content area */
	background-color: #ffffff;
}

.main {
    /* fixed width content area */
    background-color: #FFFFFF;
}



.footerback {
	/* relative width content area*/
	background-color: #666666;
}

.footer {
	/* the fixed width footer area myTeamBeam */
	color: #ffffff;
}

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


/* web upload client */


.webbody {
    background-color: #FF0000;
}

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

.haupt, .menubar, .verlauf {
    /* the fixed width content area Web Client */
    background-color: #ffffff;
}
.menubar {
    /* the menu bar. will often be turned off */
    display: none;
}
.verlauf {
    border-top: 0px solid #000000;
}
.fuss {
    /* the fixed width footer area Web Client */
    background-color: #666666;
	color: #FFFFFF;
   	padding-top: 10px;
    height: 200px;
}

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

/* set total width backgrounds to transparent */

