* {
	margin: 0px;
	padding: 0px;
	}

/* Einstellungen für gesamte Site */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #1b1b1b;
	background-color: #f4f7db;
	background-image: url(../layout/bg_links.jpg);
	background-repeat: repeat-x;
}
h1 {
	width: 560px;
	color: #b1c800;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #b1c800;
	margin: 20px 0px;
	padding-bottom: 3px; 
	padding-top: 8px;
}
a h1 {
	color: #b1c800;
}
a:hover h1 {
	color: #ee7f00;
	text-decoration: underline;
}
h2 {
	font-size: 100%;
	color: #b1c800;
	font-weight: bold; 
	text-transform: uppercase;
}
a:hover h2 {
	text-decoration: underline;
}
a {
	color: #b1c800;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width: 960px;
	margin: auto; 
}

#links {
	width: 360px; 
	height: 100%;
	float: left; 
	text-align: right;
	background-color: #f4f7db;
}
#links #pix {
	background-image: url(../layout/bg_links.jpg);
	background-repeat: repeat-x;
	width: 360px;
	height: 804px;
	overflow: hidden;
}
#rechts {
	width: 600px; 
	float: right; 
	background-color: #FFFFFF;
}
#header {
	height: 197px;
	background-image: url(../layout/bg_header.jpg);
}
#logo {
	height: 164px;
	text-align: right;
}
#logo a img {
	border: none;
}

/* Die Navigation */

#navi {
	height: 29px; 
	color: #000000;
	margin: auto;
	float: left;
}
#navi ul {
	font-style: italic;
	letter-spacing: 1px; 
	font-size: 120%;
}
#navi ul li {
	float: left;
	list-style-type: none;
	padding: 3px 15px;
	border-right: solid 1px #f5fad0;
}
#navi ul li a {
	color: #000000;
	text-decoration: none;

}
#navi ul li a:hover {
	color: #f5fad0;
}
#navi ul li a.aktiv {
	color: #f5fad0;
}
*html #navi li {
	width: 60px;
	float:left;
}

#subnavi {
	width: 130px;
	background-image: url(../layout/bg_subnavi.jpg);
	background-position: right top; 
	border-left: solid 3px #e8efb3;
	padding: 10px; 
}
#subnavi ul {
	list-style-type: none;
}
#subnavi ul li a {
	color: #1b1b1b; 
}
#subnavi ul li a:hover {
	color: #f5fad0; 
}
#subnavi ul li a.aktiv {
	color: #f5fad0;
}


/* Der eigentliche Hauptinhalt */

#main {
	width: 600px;
	background-color: #FFFFFF;
	min-height: 437px; 
}
*+html #main { /*IE7 only*/
	min-height: 457px; 
}
*html #main { /*IE6 only*/
	height: 457px; 
}
#inhalt {
	width: 560px;
	text-align: left;
	line-height: 20px;
	margin: 0px 20px; 
}
#inhalt p {
	margin: 10px 20px;
}
#inhalt img {
	float: left; 
	margin: 0px 20px 10px 20px;
	border: 1px solid #b1c800;
}
#inhalt p img {
	border: 1px solid #b1c800;
	float: left; 
	margin: 0px 10px 10px 0px;

}
#inhalt table img {
	border: none; 
	margin: 0px;
	padding: 0px;
	clear: both;
}
#inhalt span {
	margin: 10px 20px;
}
#inhalt .bilder {
	margin: 10px 20px;
}
#inhalt .bilder img {
	float: left; 
	margin: 5px;
	border: 1px solid #b1c800;
}
#inhalt table {
	margin: 10px 20px;
}
#inhalt ul {
	margin: 10px 20px;
}
#inhalt .totop {
	text-align: right;
	border-top: dotted 1px #b1c800;
	padding: 3px;
	font-size: 90%;
	margin-bottom: 25px;
}

/* LISTENFORMATIERUNG - FILELINKS */

#inhalt ul.filelinks {
	margin: 10px 20px; 
	}
	
#inhalt ul.filelinks li {
	margin: 10px 0px; 
	list-style-type: none;
	}
#inhalt ul.filelinks li a {
	color: #b1c800;
	}

#inhalt ul.filelinks li img {
	float: left;
	border: none;
	margin: 5px;
	}
#inhalt ul.filelinks span {
	font-size: 80%;
	font-style: italic;
	margin-left: 26px;
	}

	
/* LISTENFORMATIERUNG - FILELINKS */


#inhalt .guestbook {
	margin: 10px 20px;
	}
#inhalt .guestbook img {
	border: none;
	margin: 0px;
	padding: 2px;
	float: none;
	vertical-align: middle;
	}

#inhalt .guestbook .entriefrom {
	font-weight: bold;
	padding: 2px 5px;
	background-color: #f4f7db;
	margin: 5px;
	font-size: 90%;
	}
#inhalt .guestbook .entrie {
	border: dotted 1px #b1c800;
	padding: 2px;
	margin: 10px 0px;
}
#inhalt .guestbook .entrie p {
	margin: 8px;
}
	
	
	


/* Fusszeile */

#footer {
	width: 600px;
	height: 160px;
	background-image: url(../layout/bg_footer.jpg);
	background-repeat: repeat-x;
	background-color: #f4f7db;
}
#footer img {
	float: right; 
	margin: 40px 15px;
	border: none; 
}
#footer p {
	font-size: 70%;
	color: #FFFFFF;
	margin: 50px 15px;
	float: left;  
}
#footer p a {
	color: #FFFFFF;
}
#footer p a:hover {
	text-decoration: underline; 
	color: #FFFFFF;
}



/*  FORMULAR            */
/************************/


fieldset {
	margin: 10px 20px;
	border: dotted 1px #b1c800;
	padding: 5px 15px;
	width: 480px;
	}
fieldset div {
	clear: both;
	}
fieldset img {
	border: solid 1px #b1c800;
	margin: 0px;
	padding: 2px;
	float: left;
	vertical-align: middle;
	}
legend {
	color: #b1c800;
	padding: 0px 10px 0px 10px; 
	background: #FFFFFF;
	font-weight: bold;
	}
label {
	width: 150px;
	font-size: 80%;
	display: block;
	float: left;
	padding: 3px;
	}
input {
	background: #FFFFFF;
	width: 315px;
	border: solid 1px #c0c0c0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
select {
	background: #FFFFFF;
	width: 315px;
	border: solid 1px #c0c0c0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
textarea {
	background: #FFFFFF;
	width: 315px;
	border: solid 1px #c0c0c0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.button {
	background-color: #b1c800;
	width: 317px;
	height: 50px;
	color: #ffffff;
	margin-top: 5px;
	}
.button:hover {
	background-color: #ffffff;
	color: #b1c800;
	font-weight: bold;
}
.check {
	background: none;
	border: none;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0px 0px 5px 8px;
	}
.checklabel {
	width: 390px;
	}



	
	
/* ============================================================== */

/* Einstellungen speziell für die Startseite */

#inhalt .start {
	width: 556px; 
	height: 410px; 
	text-align: left;
	font-size: 90%;
	color: #1b1b1b;
	background-image: url(../layout/bg_start.jpg);
	background-repeat: no-repeat;
	line-height: 15px;  
	margin: 20px 0px 0px 0px; 
}
