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

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

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

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


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

.username {
    /* the name of the logged in user in the header */
    color: #000000;
}
.search {
    background-color: transparent;
    padding-top: 10px;

}


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

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

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

.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 {
    /* the body background color */
    background-color: #6a6c6c; 
}

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


.fuss {
    /* the fixed width footer area Web Client */
    color: #FFFFFF;

}

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

.footerback {
    background-color: transparent;
}
