@charset "utf-8";

/* CSS by Gilles Le Coultre */



/* ------------------- Das Layout mit Boxen (div's) definieren ----------------*/



#container {

	margin:auto;

	padding:15px;

	width:840px;

}

#titel {

	font-family:Georga, Times;

	font-size:20px;

	height:100px;

	text-transform:uppercase;

	text-decoration:none;

	background-image: url(../layout/bg_banner.png);

	background-repeat: no-repeat;

}

#nav {

	background-image:url(bilder/back-adresse.png);

	float:left;

	height:233px;

	margin:0px;

	padding:0px;

	width:185px;

}

#nav td img {

	display: block;

}



#banner {

	float:left;

	margin:0px 0px 0px 1px;

	padding:0px;

	text-align:justify;

	width:654px;

}

#subnav {

	background-image:url(../layout/bg_subnav_.png);

	float:left;

	margin:20px 0px 0px 0px;

	min-height:400px;

	padding:0px;

	width:185px;

	background-repeat: repeat-x;

}

#inhalt {

	background-image:url(../layout/bg_inhalt_.png);

	background-repeat:repeat-x;

	float:left;

	margin:20px 0px 0px 0px;

	min-height:300px;

	padding:50px;

	text-align:justify;

	width:555px;

}

#fusszeile {

	clear:both; /*damit links und rechts nichts kommt*/

	font-size:9px;

}



/* ------------------- Allgemeine Elemente Definitionen --------------*/



body {

	background-color:#054538;

	background-image:url(../layout/bg.png);

	background-repeat:no-repeat;

	color:#FFF;

	font-family:Verdana, Arial;

	font-size:12px;

	margin:0px auto;

	overflow:scroll;

	padding:0px;

	margin:0px;

}



form {

	margin:0px;

}



h1 {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	margin-bottom:26px;

}



h2 {

	color:#fff;

	font-size:16px;

	font-weight:normal;

	margin-bottom:21px;

}

h3 {

	color:#fff;

	font-size:13px;

	font-weight:bold;

	margin-bottom:18px;

	text-align:justify;

}

h4 {

	color:#fff;

	font-size:13px;

	font-weight:bold;

	margin-bottom:0px;

	text-align:justify;

}

h5 {

	color:#fff;

	font-size:13px;

	font-weight:lighter;

	margin-top:8px;

	text-align:justify;

}

.datum {

	color:#666;

	font-size:10px;

	line-height: 3;

}



.fett {

	font-weight:bold;

}



.ustrich {

	text-decoration:underline;

}



input{

	font-family:verdana,arial,sans-serif;

	font-size:11px;

	color:#3a3329;

	font-weight:normal;

	margin:0px;

}



ul {

	list-style-image:url(../layout/listenpunkt.png);

	margin-left:15px;

	margin-top:10px;

	margin-bottom:10px;

	padding:0;

}



li {

	margin-top:5px;

	padding:0;

}



a:link {

	color:#fff;

	font-weight:bold;

	outline:none;

/*	text-decoration:none;

*/

}

a:visited {

	color:#fff;

	font-weight:bold;

	outline:none;

/*	text-decoration:none;

*/

}

a:hover {

	/*background-color:#fff;	*/

	color:#666;

	font-weight:bold;

	outline:none;

	/*text-decoration:none;

	*/

}

a:active {

	/*background-color:#fff;	*/

	color:#fff;

	font-weight:bold;

	outline:none;

/*	text-decoration:none;

*/

}



/* ------------------- SubNavigation ---------------*/



.sub {font-family:verdana,arial,sans-serif;font-size:12px;width:172px;height:21px;}

.sub a {color:#ffffff;line-height:21px;text-decoration:none;background-color:#638429;cursor:pointer;}

.sub a:hover {color:#ffffff;text-decoration:none;background-color:#405516;}

a .sub {background-color:#638429;}

a:hover .sub {background-color:#405516;}

a .subact {font-family:verdana,arial,sans-serif;font-size:12px;color:#ffffff;line-height:21px;text-decoration:none;background-color:#405516;}



a .lidot {font-size:9px;}



a .subhdn {color:#638429;}

a:hover .subhdn {color:#405516;}



/* Add-Navigation */

.add {

	font-family:verdana,arial,sans-serif;

	font-size:10px;

	color:#FFF;

	line-height:12px;

	float:right;

}

.add a {

	color:#CCC;

	text-decoration:none;

}

.add a:hover {

	color:#FFF;

}

.addact a {

	font-family:verdana,arial,sans-serif;

	font-size:10px;

	line-height:12px;

	color:#F00;

	text-decoration:none;

}



/* ------------------- Eigene Klassen ---------------*/



.untertitel1 {

	background-image:url(bilder/titel1.png);

	background-repeat:no-repeat;

	height:30px;

}



.untertitel2 {

	background-image:url(bilder/titel2.png);

	background-repeat:no-repeat;

	height:30px;

}



.vid {

	height:480px;

}
