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

body {
	margin: 0;
	padding: 0;
	background: #cccccc url(images/bg.gif) top left repeat-y;
	font-size: small;
	font-family: "Trebuchet MS", sans-serif;
	color: #666666;
}

.unsichtbar {
	display: none;
}

a {
	color: #666666;
	text-decoration: underline;
}

#wrap a:hover, a:focus {
	text-decoration: none;
}
#wrap a:focus {
	color: #ffdd00;
}

#wrap {
	width: 978px;
	background: white;
}

#inner-wrap {
	width: 930px;
	margin-left: 48px;
}

h1 {
	margin: 0 0 0 14px;
	padding: 0;
	font-size: 1em;
}

h1 a {
	display: block;
	margin: 24px 0 24px 0;
	height: 60px;
	width: 310px;
	padding: 0;
	float: left;
	background: url(images/logo.png) top left no-repeat;
}

ul#navigation {
	float: right;
	/* height: 21px; */
	padding: 0 48px 0 0;
	margin: 0;
	list-style: none;
}

ul#navigation li {
	padding: 0 0 0 18px;
	margin: 0;
	list-style: none;
	float: left;
	display: block;
}

#navigation li a {
	display: block;
	height: 21px;
	float: left;
	background: orange;
	margin: 65px 0 0 0;
}

#navigation li.nav01 a {
	background: url(images/nav01.png) top left no-repeat;
	width: 35px;
}
#navigation li.nav02 a {
	background: url(images/nav02.png) top left no-repeat;
	width: 86px;
}
#navigation li.nav03 a {
	background: url(images/nav03.png) top left no-repeat;
	width: 80px;
}
#navigation li.nav04 a {
	background: url(images/nav04.png) top left no-repeat;
	width: 85px;
}
#navigation li.nav05 a {
	background: url(images/nav05.png) top left no-repeat;
	width: 54px;
}

#inner-wrap #navigation a:hover {
	background-position: 0 -21px;
}

#inner-wrap #navigation a:focus, #inner-wrap #current a {
	background-position: 0 -42px;
}

#inner-wrap #current a:hover {
	background-position: 0 -42px;
}

.content {
	clear: both;
	float: left;
	width: 930px;
	margin-bottom: 30px;
}

#content01 {
	padding-top: 200px;
	background: white url(images/bg01.jpg) top left no-repeat;
}
#content02 {
	padding-top: 115px;
	background: white url(images/content02.jpg) top left no-repeat;
}
#content03 {
	padding-top: 115px;
	background: white url(images/content03.jpg) top left no-repeat;
}
#content04 {
	padding-top: 115px;
	background: white url(images/content04.jpg) top left no-repeat;
}
#content00 {
	padding-top: 0;
	background: white url(images/content00.png) top left no-repeat;
}



.spruch {
	display: block;
	float: right;
}

#spruch01 {
	height: 135px;
	width: 430px;
	background: #ffdd00 url(images/spruch01.png) top left no-repeat;	
}

#spruch02 {
	height: 120px;
	width: 478px;
	background: #ffdd00 url(images/spruch02.png) top left no-repeat;	
}

#spruch03 {
	height: 120px;
	width: 394px;
	background: #ffdd00 url(images/spruch03.png) top left no-repeat;	
}

#spruch04 {
	height: 120px;
	width: 380px;
	background: #ffdd00 url(images/spruch04.png) top left no-repeat;	
}

#head-box {
	float: left;
	margin: 110px 0 0 0;
	padding-left: 14px;
	width: 430px;
}

#text {
	clear: both;
	padding: 0 0 0 14px;
	line-height: 2.7ex;
	float: left;
	width: 760px;
}

#spalte1 {
	float: left;
	width: 500px;
}

#spalte2 {
	float: right;
	width: 200px;
	padding: 10px 0 10px 20px;
	border-left: 1px solid #cccccc;
	margin-top: 2ex;
}

#wrap #boxhead {
	margin-top: 8px;
}

#content00 #head-box {
	margin: 25px 0 0 0;
	padding-left: 14px;
	width: 600px;
}

#text p {
	margin: 2ex 0 0 0;
	padding: 0;
}

#head-box .big {
	font-size: 140%;
	line-height: 2.7ex;
	color: #777777;
	margin: 0;
}

h2 {
	font-size: 1.2em;
	margin: 0 0 3px 0;
	padding: 0;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 1px;
}

h3 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 1px;
}



#footer {
	clear: both;
	border-top: 1px solid #cccccc;
	width: 882px;
	margin: 0 48px 20px 0;
	padding-top: 6px;
}

#footer a {
	color: #999999;
	font-size: 85%;
	margin-right: 14px;
}


#footer-left {
	display: block;
	float: left;
}

#footer-right {
	display: block;
	float: right;
}

.mo-buf {
	display: block;
	height: 28px;
	width: 253px;
	background: url(images/footer-buf.png) top left no-repeat;
	float: left;
	margin: 0 18px 0 14px;
}
.mo-buf:hover, .mo-buf:focus {
	background-position: 0 -28px;
}

.mo-dra {
	float: left;
	display: block;
	height: 28px;
	width: 200px;
	background: url(images/footer-dra.png) top left no-repeat;
}
.mo-dra:hover, .mo-dra:focus {
	background-position: 0 -28px;
}
