/* CSS Document */

* {
margin:0;
padding:0;
}

body {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(img/bg1.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#kopf {
	padding: 0;
	margin: 0px 0px 10px 80px;
	float: left;
}

#container {
	width: 900px;
	margin: 0px auto;
	padding: 0;
	background-image: url(img/kasten_m.png);
	background-repeat: repeat-y;
	}

#nav {
	margin: 100px 0px 0px;
	padding: 0px 0px 0px 20px;
	float: left;
	text-decoration: none;
	font-size: 0.9em;
}

.chromestyle {
width: 450px;
}

.chromestyle:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	text-decoration: none;
}

.chromestyle ul {
width: 100%;
padding: 0px;
margin: 0;
text-align: center;
}

.chromestyle ul li{
	display: inline;
	text-decoration: none;
}

.chromestyle ul li a {
	padding: 5px 10px;
	margin: 0;
	text-decoration: none;
	color: #666666;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected {
	color: #E20413;
	text-decoration: none;
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB;
border-bottom-width: 0;
line-height:20px;
z-index:100;
background-color: #FBCEE3;
width: 180px;
visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 7px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	color: #666666;
	font-size: 0.8em;
	background-color: #FFFFFF;
}

* html .dropmenudiv a{
	width: 100%;
	text-decoration: none;
}

.dropmenudiv a:hover{
	background-color: #FFFFFF;
	color: #E20413;
	text-decoration: none;
}

.active {
	color: #E20413;
	font-family: Tahoma, Verdana, Arial;
	}

#nav2 {
	margin: 10px 0px 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 0.9em;
	float: right;
}
#nav2 ul{
	list-style-type: none;
}

#nav2 ul li{
	float: left;
	display: inline;
}

#nav2 a
{
	display: block;
	padding: 3px 10px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

#nav2 a:hover
{
	color: #E20413;
}

#mitte {
	float: left;
	margin: 0px;
	padding: 80px 20px 0px 60px;
	text-align: center;
	width: 250px;
}

#mittepk {
	margin: 0px;
	padding: 20px 20px 0px 60px;
	text-align: center;
}

#rechts {
	width: 500px;
	margin: 15px 0px 0px 330px;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
	margin-top: -20px;
	text-align: right;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
	
p {
	font-size: 0.9em;
	margin-bottom: 20px;
	line-height: 1.5em;
}

p.liste {
	font-size: 0.8em;
	margin-bottom: 16px;
	line-height: 1.2em;
	margin-left: 20px;
}

#footer {
	background:url(img/kasten_u.png);
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 40px;
}
#header {
	background:url(img/kasten_o.png);
	width: 900px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: right;
	height: 50px;
}
#fill {
	background:url(img/kasten_om.png);
	width: 800px;
	height: 30px;
}
#copy {
	float:left;
	margin-left: 50px;
	font-size: 10px;
	color: #999999;
}
p a:link {
	color: #333333;
	text-decoration: underline;
}
p a:visited {
	color: #333333;
	text-decoration: underline;
}
p a:active {
	color: #333333;
	text-decoration: underline;
}
p a:hover {
	color: #333333;
	text-decoration: underline;
}
