/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* *** HTML-TAGS *** */
/* ***** ***** ***** */
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** *** */
/* * Content Structure * */
/* ***** ***** ***** *** */

/* ** Page-Frame ** */
DIV#divPageMargin{ 
	background: url("/fileadmin/templates/_img/_layout/bg_tile_patients.gif") top left repeat-y;
}
/* ** End Page-Frame ** */

/* * Page-Top * */
DIV#divTop{
	background: url("/fileadmin/templates/_img/_layout/curve_top_patients.gif") top left no-repeat;
}
/* * End Page-Top * */

/* * Page-Bottom * */
DIV#divBottomCurve{
	height: 17px;
	background: url("/fileadmin/templates/_img/_layout/curve_content-end_patients.gif") top left no-repeat;
}
/* * End Page-Bottom * */

div.divFacultyButton {
	height: 36px;
	width: 115px;
	background: url("/fileadmin/templates/_img/_btn/btn_fachkreise.gif") no-repeat;
}
div.divFacultyButton a {
	position: relative;
	top: 15px;
	left: 20px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

DIV#divNaviMainMenu ul li.leftBorder {
	background: url("/fileadmin/templates/_img/_layout/nm_left_p_no.png") top left no-repeat;
	width: 20px;
	// background-image:url(); /* [2] */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src="/fileadmin/templates/_img/_layout/nm_left_p_no.png", sizingMethod='scale'); /* [3] */ 	
}
DIV#divNaviMainMenu ul li{
	background: url("/fileadmin/templates/_img/_layout/nm_middle_p_no.png") top left repeat-x;	
}
DIV#divNaviMainMenu ul li.rightBorder {
	background: url("/fileadmin/templates/_img/_layout/nm_right_p_no.png") top left no-repeat;	
	width: 24px;
	// background-image:url(); /* [2] */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src="/fileadmin/templates/_img/_layout/nm_right_p_no.png", sizingMethod='scale'); /* [3] */
}
DIV#divNaviMainMenu ul li.leftBorderActive {
	background: url("/fileadmin/templates/_img/_layout/nm_left_p_act.png") top left no-repeat;
	width: 20px;
	// background-image:url(); /* [2] */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src="/fileadmin/templates/_img/_layout/nm_left_p_act.png", sizingMethod='scale'); /* [3] */	
}
DIV#divNaviMainMenu ul li.active {
	background: url("/fileadmin/templates/_img/_layout/nm_middle_p_act.png") top left repeat-x;	
}
DIV#divNaviMainMenu ul li.rightBorderActive {
	background: url("/fileadmin/templates/_img/_layout/nm_right_p_act.png") top left no-repeat;	
	width: 24px;
	// background-image:url(); /* [2] */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src="/fileadmin/templates/_img/_layout/nm_right_p_act.png", sizingMethod='scale'); /* [3] */
}
DIV#divNaviMainMenu ul li {
	height: 26px;
	font-size: 16px;
	color: white;
}
DIV#divNaviMainMenu ul li a {
	position: relative;
	top: 5px;
	text-decoration: none;
	font-weight: bold;
}
DIV#divNaviMainMenu ul li.active a {
	text-decoration: none;
	color: white;
}

/* * Subnavigation / Breadcrumb * */
DIV#divNaviSubWrapper{
	overflow: hidden;
	font-size: 11px;
	color: #B90038;
	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{
	text-decoration: none;
}
/* * End Subnavigation / Breadcrumb * */

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */