/* Zusätzliche Stylesheets für den Internetauftritt der MBA-Studiengänge */
/* Die grundsätzlichen Stylesheets  sind unter mba/css/css.css definiert */


/* Desing "Header" */
.header{
    height: 191px; position: absolute; top: 0;
	width: 100%;
	background-color: #335588;
    text-align: center;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Desing "Personalisierung" */
.personalisierung{
    height: 20px; position: absolute; top: 191px;
	width: 100%;
	background-color: #335588;
	background-image: url(../images/bg_personalisierung.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 1px solid #666666;
}


/* Desing "Navigation" */
.navi{
    height: 30px; position: absolute;
	width: 100%; top: 212px;
	background-color: #4e8cb5;
	border-bottom: 1px solid #666666;
    text-align: center;
	vertical-align: middle;
	background-image: url(../images/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


/* Desing "Content" */
.content{
	position: absolute;
	margin-top: 243px;
	width: 100%;
	background-color: #ffffff;
	background-image: url(../images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.hervorheben_rot_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: underline;
}

.highligth_rot_link {
	font-size: 
	12px; 
	color: #FF0000; 
	text-decoration: underline; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
