/*
Stylesheet by kotyrba.net 2005
CARSTEN MÜLLER, MDB
*/

html {
	padding:0px;
	margin:0px;
	height:100%;
}
body {
	background-color: #FFF;
	font-size: 10pt;
	font-family:Arial;
	color:#000;
	text-align:center;
	margin:0px;
	padding:0px;
	height:100%;
}

#fullheight {
	height:100%;
}
#box {
	width:960px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
	background-color:#667176;

}
.anzeigen {
	padding-left:25px;
	padding-top:30px;
	padding-bottom:20px;
	color:#FFF;
}

.content_without_sidebar,
.content_with_sidebar {
	width: 640px;
	padding-left:60px;
	line-height:150%;
	padding-top:10px;
	vertical-align: top;
	text-align:left;
	padding-right:20px;
	background-color: #DDE4E7;
	color:#000;
	text-align: justify;
	
}
.content_without_sidebar {
	width: 590px;
	padding-right:70px;
	
}

.content_without_sidebar a,
.content_without_sidebar a:visited,
.content_with_sidebar a,
.content_with_sidebar a:visited {
	color:#667176;
}
.content_without_sidebar a:hover,
.content_with_sidebar a:hover {
	color:#FF9710;
	text-decoration:none;
}

#top-padding {
	padding-top:140px;
}

#head {
	height: 140px;
	width: 100%;
	vertical-align: top;
	text-align: left;
	background-color: #DDE4E7;
	position:relative;
	z-index:1;
}

