body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(../images/bg_blurry_street.jpg);
	background-repeat: no-repeat;
    }

.thrColEls #header {
	width: 46em; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0.8em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    } 
#slogan	{
	font-size:1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333366;
	padding-top:1.4em;
}
/* NAVIGATION */ 

#navbar{
	width: 48em;
	background: #FFFFFF;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0.2em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-left: 2px solid #263073;
	border-right: 2px solid #263073;
    } 
		
.mainlevel	{
	width:10em;
	background-color: #263073;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0.3em;
	text-decoration: none;
	display: block;
	float:left;
	margin-right: 0.2em;
	text-transform: uppercase;
	}
.mainlevel_home	{
	width:5.2em;
	background-color: #263073;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0.2em;
	text-decoration: none;
	display: block;
	float:left;
	margin-right: 2px;
	text-transform: uppercase;	
	}	
a.mainlevel:hover	{
	background-color: #FF3300;
	}
a.mainlevel:active	{
	background-color: #263073;
	}
	   	
.thrColEls #container {
	width: 48em;
	border: 2px solid #263073;
	text-align: left;
	margin-top: 0.4em;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0.6em;
	background-color: #FFFFFF;
    } 

.thrColEls #sidebar {
	float: right;
	width: 12em; /* Durch die Auffüllung oben und unten entsteht in diesem div ein visueller Leerraum. */
	margin-top: 0.6em;
	margin-right: 0.4em;
	padding-bottom: 0.4em;
	border: 2px dotted #EEE;
    }
#sidebar_box1	{
	font-size: 0.7em;
	height:50px;
	margin:0.4em;
	padding: 0.4em;
	background-image: url(../images/bg_search.png);
	background-repeat: no-repeat;
}

#sidebar_box2	{
	height:20em;
	font-size:0.7em;
	margin:0.4em;
	padding: 0.4em;
	color: #333333;
	background-image: url(../images/bg_taescht.png);
	background-repeat: no-repeat;
}

#sidebar_box3	{
	height:12em;
	font-size:0.7em;
	margin:0.4em;
	padding: 0.4em;
	border:#000000 1px solid;
	overflow:hidden;
	}

.thrColEls #mainContent {
	margin-top: 0.6em;
	margin-right: 13em;
	margin-left: 0.6em;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.4em;
	list-style-type: circle;
    } 

#callbacktable	{
	width:100%;
	margin:0;
	padding:0;
	font-size: 0.7em;
	background-image: url(../images/bg_callback.jpg);
	background-repeat: no-repeat;
	background-position: 100px 0px;
	}
#callbacktable_kontakt	{
	width:90%;
	margin:0;
	padding:0;
	background-image: url(../images/bg_callback_kontakt.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}	

#callbacklegend legend {
	color: #333;
	border: none;
	font-size:1em;
	text-transform: uppercase;
	padding-right: 0.6em;
	padding-bottom: 0.2em;
	 }
#maincontent_guestbook {
	float:left;
	margin-top: 0.6em;
	margin-left:0.6em;
	width:98%;
	min-height:20em;
	border:none;
	height: 90%;
    } 
.thrColEls #footer{
	width: 48em;
	text-align: left;
	margin-top: 0.2em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#003366;
	border: 2px solid #263073;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.thrColEls #footer a {
	font-size: 0.8em;
	font-weight:bold;
	margin-left: 0.4em;
	color:#FFFFFF;
	text-decoration: none;
}

/* Verschiedene wieder verwertbare Klassen */
.fltrt { /* 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: 8px;
}
.fltlft { /* Element auf der Seite nach links fließen lassen. */
   	float: left;
   	margin-right: 8px;
}

.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;
}

h1 {
	font-size: 1.2em;
	font-weight: normal;
	padding:0;
	margin:0;
}
h2 {
	font-size: 1em;
	font-weight: normal;
	padding:0;
	margin:0;
}
h3 {
	font-size: 0.9em;
	font-weight: bold;
}
img {
	padding-right: 6px;
	padding-bottom: 4px;
}
ul	{
	list-style:disc;
	}
/* KONTAKTFORMULAR */
#kontaktdaten{
	width:40em;
	border: #FF33CC 1px solid;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}
	
#mainContent a {
	color: #FF3300;
	text-decoration: none;
}

#mainContent a:hover {
	color: #263073;
}
  
#mainContent legend {
	color: #fff;
	border: 1px solid #ddd;
	font-size:0.7em;
	text-transform: uppercase;
	background-color: #263073;
	padding-right: 0.6em;
	padding-bottom: 0.2em;
	 }
	  
#mainContent label {
	width: 100px;
	float:left;
	clear: both;
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	padding-top: 0.2em;
	padding-right: 0.8em;
	padding-bottom: 0.2em;
     }
#captcha {
	width: 100px;
	float:left;
	clear: both;
	color: #000033;
	font-size:0.7em;
	text-transform: uppercase;
	padding-right: 0.6em;
	padding-bottom: 0.2em;
	 }         
#mainContent input, #mainContent textarea {
	padding: 0px 3px;
	margin: 3px 0;
	background-color: #EEE;
	color: #666;
	border:#CCCCCC 1px solid;
     } 
 
#mainContent input:active, #mainContent input:focus, #mainContent input:hover {
	background-color: #A4B7C1;
}
#mainContent textarea:active, #mainContent textarea:focus, #mainContent textarea:hover {
	background-color: #A4B7C1;
}
         
#buttons {
	float:left;
	text-align: right;
}
#buttons input {
	background-color: #555; 
	color: #fff; 
	border-top:2px solid #eee;
	border-right:2px solid #eee;
	border-bottom:2px solid #666;
	border-left:2px solid #666;
}
#buttons input:hover {
	background: #555555;
	color: #fff;
	border-top:2px solid #ddd;
	border-left:2px solid #ddd;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
}

.prom {
	font-size: 1.8em;
	font-weight: bold;
	color: #FF3300;
}.thrColEls #container #sidebar #sidebar_box1 #cse-search-box input {
	border: 1px solid #333333;
}
hr	{
	color:#FFFFFF;
	height:1px;
	width:30em;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #000033;
}

