.middle {
	width: 476px;
	height: 717px;
	float:left;
	background: #FFF;	
}

.content-border {

	height: 447px;
	float:left;
	border-left: 1px dotted #94959b;
	border-right: 1px dotted #94959b;
	overflow-y:auto;
	width:474px;	
}
*html .content-border {
	width:476px;
}


input.formfield {width:240px}
input.formfield_short {width:50px}
input.formfield_middle {width:170px}
input.filefield {width:240px}
textarea.formtextarea {width: 240px}

/* ////////////////////////////////////////////////////////////////////////////////////// */
body,td,table {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#002a73;
	line-height: 16px;
	
	background-color: #f4f4f4;
	scrollbar-3dlight-color:#ffffff;
    scrollbar-arrow-color:#002c77;
    scrollbar-face-color:#ffffff;
    scrollbar-track-color:#ffffff;
    scrollbar-darkshadow-color:#ffffff;
    scrollbar-highlight-color:#002c77;
    scrollbar-shadow-color:#002c77;
	}
	
h1 {
		font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;

	color:#002a73;
	margin: 0;
	padding:0;
}

h3 {
	color:#ffffff;
}

body#datenschutz h3{ color:#002a73;}

hr {
height: 2px;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #002c77;

}


.grau {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#8c8b89;
	line-height: 16px;
}

.grau-smaller {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color:#8c8b89;
	font-style:italic;
}
.weiss {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color:#ffffff;
	font-weight: bold;
	
}

.weiss_links a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color:#ffffff;
	margin-left: 15px;
	padding: 0px;
	text-decoration:none;
	line-height: 18px;
}


.liste{
	margin-left: 15px;
	list-style-image:url(images/pfeil_gr.png);
	
}


.all {
	
	}
	
.left {
	width: 253px;
	height: 717px;
	float:left;
	background: url(images/left_middlev2.jpg) no-repeat;
	background-position: 0px 188px;
	
}

.left2 {
	width: 253px;
	height: 717px;
	float:left;
	background: url(images/left_middlev3.jpg) no-repeat;
	background-position: 0px 188px;
	
}


.left-content {
	padding:30px;
	padding-right: 40px;
	padding-left: 40px;
	
}

.left-content2 {
	padding:30px;
	padding-right: 20px;
	padding-left: 20px;
	
}


.content {
	padding: 30px 30px 0px 30px;
	background: url(images/content_top.jpg) no-repeat;
	background-position: 0px -1px;

}

.content_form {
	padding: 30px 20px 0px 20px;
	background: url(images/content_top.jpg) no-repeat;
	background-position: 0px -1px;

}
.right {
	width: 251px;
	height: 717px;
	background: url(images/right.jpg) no-repeat;
	background-position: -9px 188px;
	float: right;
	
}

.right-content {
	padding:30px;
	
}

.bottom {
	clear:both;
	width: 965px;
	height: 23px;
	margin-left:7px;
}


.menu {
	
	height: 20px;
	width: 476px;
	clear:both;
	background:#666;

	
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
	
}

#nav a {
	padding-top: 3px;
	display: block;
	width: 119px;
	text-align: center;
	color: #FFF;
	background: #002c77;
	font-weight:bold;
	font-size: 12px;
	height: 30px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	
}

#subnav a {
	padding-top: 3px;
	display: block;
	width: 119px;
	text-align: center;
	color: #FFF;
	background: #002c77;
	font-weight:bold;
	font-size: 12px;
	height: 18px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	
}


#nav li { /* all list items */
	float: left;
	
 /* width needed or else Opera goes nuts */
}

#nav ul a{
	width: 149px;
	font-size: 11px;

}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #002c77;
	font-size: 10px;
	width: 149px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	filter:alpha(opacity=90); /* IE */
	-moz-opacity: 0.90; /* Mozilla */
	opacity: 0.90; /* Opera */
	left: auto;
	
}
#nav a:hover {
	color: #002c77;
	background: #fff;

}

a:link  {  text-decoration: none }	
a:visited  {  text-decoration: none }
a:hover  {  text-decoration: none }
a:active  { text-decoration: none }
a:focus  {  text-decoration: none }


