@charset "UTF-8";
/* CSS Document */

HTML {
	width: 1150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666666;
}

BODY {
	background: #dadada url("img/background.jpg") repeat-x;
	margin: 0px;
	padding: 0px;
}

H1 {
	font-size: 1.1em;
	margin-top: 0px;
	color: #333333;
}

#cnt1 H1 {
	color: #666666;
}

A {
	text-decoration: underline;
	color: #333333;
}

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

#kopf {
	display: none;
}

#logo {
	width: 300px;
	height: 200px;
	margin-top: 100px;
	float: left;
}

#bild {
	width: 800px;
	height: 200px;
	margin-top: 65px;
	padding-top: 35px;
	background: #ffffff url("img/top.jpg") no-repeat;
	float: left;
}

#navigation {
	clear: both;
	width: 800px;
	height: 90px;
	background: #ffffff url("img/bgnavi.jpg") repeat-x;
	margin-left: 300px;
}

#inhalt {
	width: 800px;
	margin-left: 300px;
	padding-bottom: 25px;
	background: #ffffff url("img/bottom.jpg") no-repeat bottom center;
}

#footer {
	width: 770px;
	margin-left: 300px;
	text-align: right;
	font-size: 0.7em;
}

#nav {
	padding-left: 20px;
	padding-top: 35px;
	font-size: 1.1em;
	color: #666666;
}

A.mnu {
	color: #666666;
	text-decoration: none;
}

A.mnu:hover {
	color: #000000;
	text-decoration: underline;
}

A.mnu-act {
	color: #000000;
	text-decoration: none;
}

A.mnu-act:hover {
	color: #000000;
	text-decoration: underline;
}


#cnt {
	width: 500px;
	padding: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	float: left;
}

#cnt1 {
	width: 250px;
	float: left;
}

#cls {
	clear: both;
}	

.box-top {
	width: 250px;
	height: 15px;
	background: url("img/box-top.jpg");
}

.box-cnt {
	background: url("img/box.jpg");
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.8em;
	padding-top: 1px;
	padding-bottom: 1px;
}

.box-bottom {
	width: 250px;
	height: 15px;
	background: url("img/box-bottom.jpg");
}

#footer A {
	text-decoration: none;
	color: #333333;
}

#footer A:hover {
	text-decoration: underline;
	color: #333333;
}

.imp {
	color: #333333;
}

P.small {
	font-size: 0.8em;
	line-height: 1.5em;
}

UL {
	padding-left: 15px;
}
