body { 
	color: #0051a1; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #ffffff; 
	margin: 0; 
	padding: 0; 
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
}

p { }

td { }

a:link , a:visited  {
	color: #0051a1;
 }
 
a:hover , a:active  {
	text-decoration: none;
}

a.prod:link , a.prod:visited  {
	text-decoration: none;
 }

a.tdt:link , a.tdt:visited  {
	color: #fde577;	
	text-decoration: none;
 } 
 
a.tdt:hover , a.tdt:active  {
	text-decoration: underline;
 }  

#global {
	width:1000px;
	margin:auto;
	margin-top: 67px;
	background-color: #ffffff;
	background-image: url('../img/bg_right.jpg');
	background-repeat: repeat-x;	
}


#pagetitle {
	color: #fde577;
	font-size: 14px;

}

#container_mann {
	width:1000px;
	background-image: url('../img/mann.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#container_frau {
	width:1000px;
	background-image: url('../img/frau.jpg');
	background-repeat: no-repeat;
	background-position: top left;	
}

#content {
	float:left;
	padding: 10px;
	width: 670px;

}

#left {
	float:left;
	margin-top: 200px;
	margin-right: 10px;
	padding: 10px;
	text-align:right;
	width: 270px;

	
}
.pageheader {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}

.coltxt {
	font-weight: bold;
	color: #990000;
}

#box { 	background-color: #f4e8aa; 	color: #0051a1; margin-bottom: 20px; margin-left: -8px;}
#box_content { 	padding: 0px 10px 0px 10px; }
#box_top { 	height:8px; 	background-image: url(../img/box_top_bg.jpg); overflow: hidden;}
#box_top_right { width:15px; height:8px; float:right; background-image: url(../img/box_top_bg_right.jpg); }
#box_bottom { height:10px;	background-image: url(../img/box_bott_bg.jpg);  background-repeat: no-repeat; overflow: hidden;}
#box_bottom_right { width:14px; height:10px; float:right; background-image: url(../img/box_bott_bg_right.jpg);  }

#leftbox {
	text-align:right; 
	width: 163px;
	float: right; 
}

#leftbox_top {
	color: #fde577; 
	background-image: url('../img/left_box_top_bg.jpg'); 
	padding: 6px 15px 6px 5px; 
	margin-bottom: 1px; 	
}

#leftbox_middle {
	background-color: #ecdd73;
	padding: 6px 15px 6px 5px;
	margin-bottom: 1px;
}

#leftbox_bottom {
	background-image: url('../img/left_box_bott_bg.jpg'); 
	background-position: bottom; 
	padding: 6px 15px 8px 5px;
}

#leftbox_single {
	background-image: url('../img/left_box_bg.jpg'); 
	background-repeat: no-repeat;
	padding: 5px 15px 5px 5px;
}

#leftbox_middle_inaktiv {
	background-color: #d4d5eb;
	padding: 6px 15px 6px 5px;
	margin-bottom: 1px;
}

#leftbox_bottom_inaktiv {
	background-image: url('../img/left_box_bott_bg_inaktiv.jpg'); 
	background-position: bottom; 
	padding: 6px 15px 8px 5px;

}


#leftbox a.submenu {
	color: #0051a1;
	font-size: 10px;
	text-decoration: none;		
}

#leftbox a.submenu:hover, #leftbox a.submenu:focus {
	font-weight: bold;	
	
}

#pic { 
	margin: 0px 15px 15px 0px; 
}

input, select, textarea {
	background-color: #f8eebd; 
	color: #0051a1;
}

td.trb {
	border-top: 1px solid #0051a1;
	border-right: 1px solid #0051a1;
}

td.tb {
	border-top: 1px solid #0051a1;
}

td.bsumme {
	border-top: 1px solid #0051a1;
	border-bottom: 2px solid #0051a1;
	background-color: #f8eebd; 	
	font-weight: bold;
}

/*	-------------------------------------------------------------
	3. NAVIGATIONSMENÜ
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#navbar {
	margin-left: 210px;
	width: 810px;
	margin-bottom: 20px;
	margin-top: 0px;

}




#navbar a.menu {
	display: block;
	padding: 8px 10px 10px 10px;
	color: #fde577;
	font-size: 12px;
	text-decoration: none;

}

#navbar li.menu:first-child {
	margin-left: -40px;
}

#navbar a.menu:hover, #navbar a.menu:focus {
	background-color: #868a96;
	color: #e1c33d;
	
}

#navbar a.current {
	display: block;
	padding: 8px 10px 10px 10px;
	font-size: 12px;
	background-color: #747cb6;
	color: #04519f;
	text-decoration: none;
}

#navbar ul.submenu {
	margin: 0;
	list-style: none;
	padding: 0px 0px 2px 0px;
}

#navbar li.submenu {
	margin: 0;
	width: auto;
	padding: 0px 2px 4px 5px;

}

#navbar a.submenu {
	padding: 5px;
	color: #0051a1;
	font-size: 10px;
	text-decoration: none;	

}

#navbar a.submenu:hover, #navbar a.submenu:focus {
	font-weight: bold;
	
}

#navbar a.submenucurrent {
	padding: 5px;
	color: #0051a1;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}



#navbar li.current a.submenu {
	background-color: #6f82bc;
	color: #25509e;
	text-decoration: none;

}

/* Ende NAV */






