* {margin: 0; padding: 0;}

html {
	overflow-y: scroll;
	}

body {
	min-width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #f4f1e6;
	background-image: url(images/header_bg_01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
h1 {
	color: #024001;
	font-size: 1.3em;
	margin-bottom: 1em;
}

h2 {
	clear: both;
	font-size: 1.1em;
	margin-bottom: 1em;
	}

a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
a:hover{
	color: #CC9900;
	text-decoration: none;
}
	

#header {
	background: url(images/header_bg_02.jpg) bottom center no-repeat;
	height: 149px;
}
#footer {
width: 744px;
margin: 0 auto;
	clear: both;
	height: 50px;
	text-align: center;
	padding-top: 7px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	color: #999;
	background-color: #f4f1e6;
}


div#topnav-wrapper {
	width: 100%;
	background-color: #024001;
}


ul#topnav {
	width: 748px;
	margin: 0 auto;
	font-size: 90%;
	}

ul#topnav li {
	list-style-type: none;
	float: left;
}

ul#topnav li a {
	display: block;
	border-left: 1px solid white;
	padding: 0 10px;
	margin: 5px 0;
	}
	
ul#topnav li a#firstlink {
	border-left: none;
	padding-left: 50px;}




#content-wrapper {
	width: 934px;
	margin: 0 auto;
	background-color: #f4f1e6;
}
	
#links {
	float: left;
}

#rechts {
	background-color: white;
	float: left;
	width: 644px;
	}
	
#inhalt {
	background-color: white;
	width: 644px;
	float: left;
	padding: 20px 50px;
	}


/* Beginn Navigation */
#menu {
	width: 95px;
	float: left;
	text-align: right;
	margin-top: 10px;
	}
	
#menu_headline {
	text-align: right;
	color: #666666;
	padding: 57px 5px 0 0;
	}
	
#menu li {
	list-style-type: none;
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	padding: 0 3px 3px 0;
	}
#menu li a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #024001;
	text-align: right;
	padding-top: 4px;
	}
	
#menu li a:hover {
	color: #996600;
	}
	
#menu li a.active {
	color: #999;
	}	
	
ul#topnav li a.active {
	color: #999;
	}
	
/* Beginn Bilder */

#bildbox {
	float: right;
	width: 262px;
	margin: 0 0 30px 30px;
	border: 1px;
	}

.images {
	border: 1px solid #CCCCCC;
	padding: 5px;
	float: right;
}


.images_left {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0 30px 30px 0;
	float: left;
}

.images_small {
	border: 1px solid #CCCCCC;
	padding: 3px;
	float: left;
	width: 75px;
	margin: 8px 6px 0 0;
}

.images_small a {padding: 0; border: 0;}


.images a img {border: 0;}
.images a {padding: 0;}

.smallthumb {
	display: block;
	width: 75px;
	border: 0;
	}

/* Beginn Typographie */

.bildunterschrift {
	display: block;
	font-size: 85%;
	font-style: italic;
	padding-top: 5px;
	}

#inhalt p {
	margin: 0 0 15px 0;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3b2d24;
	font-weight: normal;
	}
	
#inhalt ol {
	font-weight: bold;
	padding-left: 20px;
	}
	
#inhalt ul {
	padding: 0 0 20px 20px;
	line-height: 130%;
	}

	
#inhalt a {color: #93ae61;}
#inhalt a:hover {color: #666666;}

/* Beginn Sub-Navigation */

ul#subnav {
	float: left;
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 5px;
	margin-bottom: 15px;
	}
	
#subnav li {
	float: left;
	}
	
#subnav li a {
	display: block;
	padding: 0px 8px;
	border-left: 1px solid #93ae61;
	}
	
#subnav li a.active {
	color: #333333;
	}
	
#subnav #sub_first {
	border-left: 0px;
	padding-left: 0px;
	}
