
.middle {
	width: 476px;

	float:left;
	background: url(images/content_top.jpg) no-repeat;
	background-position: 0px 246px;
	
}

.content-border {

	float:left;
	border-left: 1px dotted #94959b;
	border-right: 1px dotted #94959b;


}

/* ////////////////////////////////////////////////////////////////////////////////////// */

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;
}

hr {
height: 1px;
	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;
}


.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;
}
.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: 2px;
	display: block;
	width: 119px;
	text-align: center;
	color: #FFF;
	background: #002c77;
	font-weight:bold;
	height: 18px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

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

#nav li ul { /* second-level lists */
	position: absolute;
	background: #002c77;
	
	width: 119px;
	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 */
	left: auto;
	
}
#nav a:hover {
	color: #002c77;
	background: #fff;

}