.layout_left{
	/*width: 23%;*/
	background-color: #B4B8BB;
}

.layout_center{
	 width: 882px;
	min-width: 882px;
}

.layout_right{
	background-color: #B4B8BB;
	/*width: 23%;*/
}

.layout{
	width: 100%;
}

body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B4B8BB;
}

.head1{
	background-color: #35679A;
	height: 140px;
}

.head4{
	height: 140px;
	background-image: url(image/logo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: white;
}

.head2{
	background-color: #A6BCD4;
	height: 20px;
}
.head3{
	background-color: #DFDFDF;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: 25px;
}

.content{
	padding: 20px;
	background-image: url(image/tabelle.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: white;
}

td{
	vertical-align: top;
}

.menu1
{
	text-align: right;
}
.menu1 a{
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-left:3px;
	float: right;
	padding-right:3px;
	}

.menu1 .a1{
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-left:10px;
	float: left;
	padding-right:10px;
}
	
.menu2 a{
	color: #74777A;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:4px;
	height: 21px;
	}
.menu2 a:hover{
	background-color: #EAEAEA;
	color:#587FA3;
}

.footer{
	color: white;
	text-align: right;
	padding-top: 5px;
	background-color: #35679A;
	height: 25px;
	font-weight: bold;
	font-size: 12px;
	padding-right:10px;
}

h1{
	font-size: 20px;
	color:#002675;
}

p{
 color: #474643;
}

.text1{
 font-size: 16px;
}

.menucolumn{
	width: 20%;
	vertical-align: top;
}

.menucolumn a{
	color: white;
	padding: 5px;
	display: block;
	background-color: #2175BC;
	border-left:7px solid #1958B7;
	border-right:7px solid #508FC4;
	border-bottom: 1px solid #90BADE;
	text-decoration: none;
	font-weight: bold;
}

.menucolumn a:hover{
	background-color: #90BADE;
}

.contentcolumn{
	padding: 40px;
	padding-top: 0px;
}

.sitemap li{
 color: #35679A;
 padding-top: 10px;
 list-style-image: url(image/bullet.png);
}

.contentlist li{
 color: #474643;
}

