/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* *** HTML-TAGS *** */
/* ***** ***** ***** */
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** *** */
/* * Content Structure * */
/* ***** ***** ***** *** */

div.divActiveLeft {
	width: 24px;
	height: 26px;
	background: url("/fileadmin/templates/_img/_layout/nm_left_p_blue_act.png") no-repeat;
	float:left;
}
div.divActiveMiddle {
	float: left;
	height: 26px;
	background: url("/fileadmin/templates/_img/_layout/nm_middle_p_blue_act.png") repeat-x;
}
div#divNaviMainMenuLeft .divActiveMiddle a{
	color: #FFFFFF;
	position: relative;
	top: 5px;
}
div.divNonactiveMiddle a{
	position: relative;
	top: 5px;
	margin-left: 24px;
	margin-right: 24px;
}
div.divActiveRight {
	width: 24px;
	height: 26px;
	background: url("/fileadmin/templates/_img/_layout/nm_right_p_blue_act.png") no-repeat;
	float: left;
}

div.divPatientsButtonBlue {
	height: 37px;
	width: 136px;
	background: url("/fileadmin/templates/_img/_btn/btn_patientenbereich_blue.gif") no-repeat;
	float: left;
}
div.divPatientsButtonBlue a {
	position: relative;
	top: 18px;
	left: 14px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
div.divServiceButtonBlue {
	position:relative;
	top: 4px;
	height: 33px;
	width: 80px;
	background: url("/fileadmin/templates/_img/_btn/btn_service_blue.gif") no-repeat;
	float:left;
}
div.divServiceButtonBlue a {
	position: relative;
	top: 14px;
	left: 16px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
div.divServiceButtonBlueActive {
	position:relative;
	top: 4px;
	height: 33px;
	width: 80px;
	background: url("/fileadmin/templates/_img/_btn/btn_service_blue_aktiv.gif") no-repeat;
	float:left;
}
div.divServiceButtonBlueActive a {
	position: relative;
	top: 14px;
	left: 16px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #A80032;
}
div.divNewsButtonBlue {
	position:relative;
	top: 6px;
	height: 31px;
	width: 68px;
	background: url("/fileadmin/templates/_img/_btn/btn_news_blue.gif") no-repeat;
	float:left;
}
div.divNewsButtonBlue a {
	position: relative;
	top: 12px;
	left: 15px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
div.divNewsButtonBlueActive {
	position:relative;
	top: 6px;
	height: 31px;
	width: 68px;
	background: url("/fileadmin/templates/_img/_btn/btn_news_blue_aktiv.gif") no-repeat;
	float:left;
}
div.divNewsButtonBlueActive a {
	position: relative;
	top: 12px;
	left: 15px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #A80032;
}


/* ** Page-Frame ** */
DIV#divPageMargin{ 
	background: url("/fileadmin/templates/_img/_layout/bg_tile_faculty.gif") top left repeat-y;
}
/* ** End Page-Frame ** */

/* * Page-Top * */
DIV#divTop{
	background: url("/fileadmin/templates/_img/_layout/curve_top_faculty_blue.gif") top left no-repeat;
}
/* * End Page-Top * */

/* * Page-Bottom * */
DIV#divBottomCurve{
	height: 22px;
	background: url("/fileadmin/templates/_img/_layout/curve_content-end_faculty_b.gif") top left no-repeat;
}
/* * End Page-Bottom * */

/* * BEGIN List-Bullets * */
div#divColumnMiddle UL LI{
	list-style-image: url("/fileadmin/templates/_img/_style/list_bullet_blue.gif");
}
/* * END List-Bullets * */

/* * Subnavigation / Breadcrumb * */
DIV#divNaviSubWrapper{
	overflow: hidden;
	font-size: 11px;
	color: #273383;
	height: 60px;
	padding:0 0 0 200px;
	background: inherit;
}
DIV#divNaviSubWrapper UL{
	float: left;
	list-style: none;
	margin: 32px 0 0 0;
}
DIV#divNaviSubWrapper UL LI{
	float: left;
}
DIV#divNaviSubWrapper UL LI A{
	color: #273383;
	text-decoration: none;
}
/* * End Subnavigation / Breadcrumb * */

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */