/* @override http://preview.sanipopp.de/style.css */


body {
	color: #666666; 
	margin-left:0px;
	margin-top:80px;
	font: 12px/17px Arial, Helvetica, sans-serif;
}

a {
	color: #00aeef;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}


.website {
	width:955px;
	margin: 0;
	padding: 0;
}

div.head {
	height: 170px;
	width:955px;
	display: block;
	margin-bottom: 30px;
}

div.logo1 {
	width: 420px;
	height: 80px;
	background-image: url(layout/logo.gif);
	display: block;
	position: relative;
	float: left;
	top: 35px;
}

div.navigation {
	display: block;
	width: 440px;
	position: relative;
	float: right;
	top: 79px;
}



div.subnav {
	height: 20px;
	display: block;
	text-align: right;
	top: 60px;
	position: relative;
	float: left;
	padding-right: 10px;
	width: 945px;
}

div.main {
	display: block;
	position: relative;
	width:955px;
	float: left;
}

div.bar {
	width: 10px;
	height: 400px;
	display: inline-block;
	background-color: #CCCCCC;
	float: left;
}

div.content {
	width: 750px;
	display: inline-block;
	position: relative;
	left: 147px;
	margin-bottom: 50px;
}



div.foot {
	width:955px;
	float: left;
	display: block;
}

div.logo2 {
	display: block;
	float: left;
	background-image: url(layout/logo2.gif);
	width: 264px;
	height: 60px;
	position: relative;
	left: 147px;
}

div.footer {
	display: block;
	float: right;
	position: relative;
	top: 6px;
}

div.newslist {
	width: 370px;
}



ul.nav2nd {
	list-style-image: url(layout/pfeil.gif);
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style-position: inside;
	float: right;
}

ul.nav2nd li {
	float: right;
	margin-left: 20px;
}

ul.nav2nd li a {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #b4b4b4;
	text-decoration: none;
}

ul.nav2nd li a:hover {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #5b5b5b;
	text-decoration: none;
}

ul.nav2nd li.active a.current {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #5b5b5b;
	text-decoration: none;
}

.headline {
	font: 14px/17px Arial, Helvetica, sans-serif;
	color: #00aeef;
}

fieldset {
	border-style: none;
}

input {
	border: 1px solid #ccc;
	width: 200px;
	height: 16px;
	margin-bottom: 10px;
	color: #666666;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

textarea {
	border: 1px solid #ccc;
	width: 200px;
	margin: 0;
	padding: 0;
	color: #666666;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

input.submit {
	margin-left: 103px;
	width: 200px;
	height: 20px;
	margin-top: 14px;
	margin-bottom: 0;
	background-color: #00aeef;
	color: #fff;
	font-weight: bold;
	border-style: none;
}

label.text {
	display: inline-block;
	width: 100px;
}

label.textarea {
	display: inline-block;
	width: 104px;
	float: left;
}

legend {
	display: none;
}


