
* {margin: 0; padding: 0;}

body {
	background: #2982ba url(images/hintergrund.jpg);
	color: #222;
	font: normal 65.5% sans-serif;
	padding: 2% 0;
}

a {color: #642;}
a:hover {color: #963;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #442; padding: 8px 0 2px;}

h1 {font: normal 2.4em serif,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

blockquote {

	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	margin: 0 auto;
	width: 692px;
}
#container {
	background: #f6f6f6;

	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 680px;
}

/* header */


.header {
         text-align: right;
	background: #DAD7C5 url(images/header.jpg) no-repeat left bottom;
	height: 158px;
}

.header a {
	color: #87888a;
	text-decoration: none;
         font-size: 0.7em;
}

/* navigation */
.navigation {

         background: #f6f6f6 ;
	border-top: 0px solid #996;
}
.navigation a {

	border-right: 0px solid #C9C6B3;
	color: #553;

	font: bold 1em Tahoma,sans-serif;
	padding: 0 8px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
         background: #f6f6f6 ;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #9ca300;}



/* bottom */
.bottom {
	background: #f6f6f6 ;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	background: #f6f6f6;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #9ca300;
	text-decoration: none;
         font-size: 0.8em;
}
.footer a:hover, .footer .right a:hover {
	color: #9ca300;
	text-decoration: underline;
         font-size: 0.8em;
}
.footer .right, .footer .right a {color: #7D7D75;}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;}
.clearer {font-size: 0;}
.col3 .left {width: 21%;}
.col3 .left .content {background: #f6f6f6;}
.col3 .middle {
	width: 50%;
         background: #FFFFFF;
         padding: 10px 8px 8px;
         font-size: 0.8em;
         }
.col3 .middle .content {background: #FFFFFF;}
.col3 .right {width: 24%;}
.col3 .right .content {background: #f6f6f6;}
.left {float: left;}
.left .content {padding: 5px 20px;}
.middle {float: left;}
.middle .content {
	padding: 2px;
         font-size: 0.8em;
}
.right {float: left;}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px solid #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	font-size: 0.8em;
	border-bottom: 1px solid #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a#active {font-weight: bold; color: #9ca300;}
.block li a:hover {
	background: #FFF;
	color: #000;
}

.left .block,.left .block li {border-color: #DCDACC;}
.left .block li a:hover {
         color: #000;
         }