@charset "utf-8";
body  {
	background: #fff url(bilder/background.jpg) repeat-x center top;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #333333;
	line-height:1.5em;
	font-family: 'Asap', sans-serif;
	font-size: 1.0em;
}

.thrColFixHdr #container {
	background: #fff;
	width: 956px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border-top: 0;
	border-bottom: 0;
	border-left: 2px solid #026502;
	border-right: 2px solid #026502;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
} 
.thrColFixHdr #content {
	width: 880px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	padding: 20px 0px 20px 0px;
} 

#spalte1  {
	width: 590px;
	margin:0px 0px 3px 0px;
	float: left;
	display: block;
}
#spalte2  {
	width: 270px;
	margin:0px 0 3px 0px;
	float: right;
	display: block;
}
.spalte1a  { width: 280px; margin:3px 0 3px 0px; float: left; display: block;}
.spalte2a  { width: 280px; margin:3px 0 3px 0px; float: right; display: block;}

.thrColFixHdr #header {
	padding:0;
	margin: 0;
	height:240px;
} 
.thrColFixHdr #header img { 
	border: 0;
	display:inline;
	background:none;
}
.thrColFixHdr #header a { 
	padding:0;  
	border: 0px; 
	background:none;
}
.thrColFixHdr #header a:link img {margin-left:0px;}

#menue { 
	padding: 0;
	margin:0;
	height:47px;
	background:url(bilder/navigation_hg.jpg) no-repeat;
} 
#nav img { 
	border: 0;
	padding:0;
	margin:0;
	float:left;
}
#nav ul {
	padding: 0;
	margin: 0;
}
#nav li {
	float: left;
	list-style: none;
}
#nav a {
	display: block;
	border: 0;
	padding:0;
	margin:0;
	text-decoration: none;
	background-position:0px 0px;
	position: relative;
	font-weight:200;
}
#nav a.ihr_weg {
	height: 40px;
	width: 248px;
	position:relative;
	float:left;
	left: 0px;
	top:5px;
	background-image:url(bilder/button_home.jpg);
}
#nav a.modul1 {
	height: 40px;
	width: 106px;
	margin-left:4px;
	top:5px;
	background-image:url(bilder/button_modul1.jpg);
}
#nav a.modul2 {
	height: 40px;
	width: 106px;
	margin-left: 4px;
	top:5px;
	background-image:url(bilder/button_modul2.jpg);
}
#nav a.modul3 {
	height: 40px;
	width: 106px;
	margin-left: 4px;
	top:5px;
	background-image:url(bilder/button_modul3.jpg);
}
#nav a.modul4 {
	height: 40px;
	width: 106px;
	margin-left: 4px;
	top:5px;
	background-image:url(bilder/button_modul4.jpg);
}
#nav a.modul5 {
	height: 40px;
	width: 106px;
	margin-left: 4px;
	top:5px;
	background-image:url(bilder/button_modul5.jpg);
}
#nav a.kontakt {
	height: 40px;
	width: 150px;
	margin-left: 4px;
	top:5px;
	background-image:url(bilder/button_kontakt.jpg);	
}
#nav a:hover {
	background-position:0px -40px;
}
#nav a.aktiv {
	background-position:0px -40px;
	}
	
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:100;
}

#nav li ul {
	position: relative;
	left: -999em;
	font-size:0.85em;
	line-height:1em;
	width:200px;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav ul.sub  a {
	padding:8px 25px 8px 15px;	
	background-color:#BBBECF;
	border-left: 2px red solid;
	border-right: 2px red solid;
	width: 120px;
}
#nav ul.sub a:hover {
	left: auto;
	background-color:#535F85;
	color:#fff;
}

.thrColFixHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}


.thrColFixHdr #footer {
	padding: 0;
	font-size:0.75em;
	color: #fff;
	height:40px;
	width: 956px;
	margin: 0 auto 20px auto;
	border-left: 2px solid #026502;
	border-right: 2px solid #026502;
	background-color:#006600;
	background:url(bilder/footer_hg.jpg) no-repeat;
} 
.thrColFixHdr #footer p {
	text-align:left;
	letter-spacing:0.05em;
	font-weight:100;
	padding: 6px 0 0 40px;
}
.copy {
	color:#1d3061;
	font-weight:900;
}
.thrColFixHdr #footer img {
	border:0;
	float:left;
}
.thrColFixHdr #footer a {
	color:#fff;
}
.thrColFixHdr #footer a:hover {
	color:#fff; text-decoration:none; border-bottom: #fff 1px solid;
}
.thrColFixHdr #design {
	float:right;
	padding: 6px 40px 0px 0;
	text-align:right;
	font-weight:100;
	color: #fff;
} 
.thrColFixHdr #design a {
	font-weight:100;
	
}


.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 0;
	margin-bottom:8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 10px;
	margin-bottom:8px;
}
.fltlft2 { 
	float: left;
	margin-right: 30px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


a:link {
	font-weight:600;
	color:#226947;
	text-decoration:none;
	letter-spacing:0.02em;
	padding:0 0px;
}

a:visited { color:#226947; text-decoration:none; }
a:hover { color:#8E1D15; text-decoration:none; border-bottom: 2px solid; } 
a:active { color:#8E1D15; text-decoration:none; border-bottom: 2px solid; }
a:focus {
	color:#8E1D15;
	text-decoration:none;
	border-bottom: 2px solid;
}
a:link img {background-color: #226947; border-bottom:0px;}
a:hover img {background-color: #8E1D15; border-bottom:0px; } 
a:active img {background-color: #8E1D15; border-bottom:0px;} 
a:focus img {background-color: #8E1D15; border-bottom:0px;}


/*
#sidebar2 a:hover { color:#fff; text-decoration:none; background-color:#1b3b54;} 
#sidebar2 a:active { color:#fff; text-decoration:none; background-color:#1b3b54;}
#sidebar2 a:focus { color:#fff; text-decoration:none; background-color:#1b3b54;} */

p {
margin-top: 0em;
margin-bottom: 0.5em;
}

td {
	vertical-align:top;
}

p.spruch {
	font-family: 'Niconne', cursive;
	/* font-family: 'Alex Brush', cursive; */
	font-size: 2em;
	color: #060;
	text-align: center;
	line-height:1.5em;
}
.signum {
	font-size: 1.2em;
	color: #773F2E;
	line-height:1.5em;
}

h1 {
	font-size:1.25em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	color:#000000;
	letter-spacing:0.1em;
	font-style: italic;

}

h2 {
	font-size:1.1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-style:italic;
	color: #666666;
}
h3 {
	font-size:1em;
	margin-top: 0.5em;
	margin-bottom: 0em;
	font-style:italic;
	color: #666666;
}
h4 {
	font-size:1em;
	margin-top: 0.5em;
	margin-bottom: 0em;
	background-color: #F8C715;
	color: #266842;
	padding-left:0.5em;
}

#bildtext {
	margin-top: -1em;
	font-size: 0.9em;
	font-style:italic;
	color:#1f3062;
}

.rand_ru {
	margin: 0 5px 5px 0;
}

.rand_lu {
	margin: 0 0 5px 5px;
}

.referenz {
	margin: -10px 0 0px -10px;
}	

img {
	border:0px;
	border-bottom:0px;
}
.klein {
	font-size:0.8em;
	line-height: 1.2em;
}
.klein2 {
	font-size:0.8em;
	line-height: 1.25em;
	color: red;
	white-space:nowrap;
}
.bildunterschrift {
	font-size:0.85em;
	font-style:italic;
	line-height:1.4em;
}
input {
	float:right;
	width:240px;
}
textarea {
	float:right;
}
.formular {
	 width:360px; 
	 float:left;
}
.versteckt 
{display:none;}

.kopf1 {
	float:left; 
	padding-left: 40px;
	margin-top:15px;
	margin-bottom: 15px;
}
.kopf2 {
	float:right; 
	margin-top:65px;
	margin-bottom: 0px;
}
#impressum {
	float:right;
	margin:14px 15px 0 0;
	color:#fff;
	font-size:0.8em;
	font-weight:100;
	border-bottom-width:1px;
}
#index {
	float:left;
	margin:14px 0 0 704px;
	color:#fff;
	font-size:0.8em;
	font-weight:100;
	border-bottom-width:1px;
}
#sitemap {
	float:left;
	margin:14px 0 0 18px;
	color:#fff;
	font-size:0.8em;
	font-weight:100;
	border-bottom-width:1px;
}
.sprache {
	float:left;
	margin:12px 0 0 15px;
	border:2px solid;
.webdesign {
	margin: 5px 0px;
}
.keinumbruch {
	white-space:nowrap;
}
