@media all
{
html {height:100%}

body {

/* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */
	font-size: 100.01%;
	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden wenn die Größe des Browser Fensters geändert wird. */
	position: relative;

/* Vorgabe der Standardfarben und Textausrichtung*/
	color: #000;
	background: url(images/bg.gif);
}

img {
	border: 0;
}

/* Hiermit werden die Randabstände und border aller HTML-Elemente auf Null gesetzt. Damit wird das
** Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht.
*/
* { margin:0; padding:0; font-size: 100%; }

/* ######################################################################################################
** ### Markupfreie CSS-Floatclearing-Lösungen ###########################################################
** ######################################################################################################
*/

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Overflow-Methode zum Clearen der Float-Umgebungen */
.floatbox { overflow:hidden; }

/* Clearen der 3 Inhaltsspalten mittels dieses speziellen hr-Tags */
hr.clear_columns{
	content: ".";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	float: left;
	visibility: hidden;
	border: 0;
	padding: 0;
	margin: -2em 0 0 0; /* erforderlich damit kein Leerraum zwischen Spalten und Footer entsteht */
}


/* ######################################################################################################
** ### Standard-Formatierungen für Listen & Zitate ######################################################
** ######################################################################################################
*/

a {
	color:#336699;
	text-decoration: underline;
}
a:focus, a:hover {
	color: #4F9FEF;
}
a:active {
	color:#9e8f6e;
}

ul, ol, dl { margin: 0 0 1em 0; }
li { margin-left: 1.5em; line-height: 1.5em; }

dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}

body { font-family: Verdana, Helvetica, Arial, sans-serif; }

h1,h2,h3,h4 { font-family: Verdana, Arial, Sans-Serif; display:block; }

#content h1 {font-size: 1.0em; font-weight:bold; color: #336699; margin:0 0 0.3em 0; border-bottom: 1px #ccc solid;}
#content h3 {font-size: 1.0em; font-weight:bold; color: #fff; margin:0.2em 0 0.5em 0; padding: 0.3em; }
#content h2 {font-size: 0.9em; font-weight:bold; color: #336699; margin:2em 0 0.6em 0; border-bottom: 1px #ccc solid;}

#content p { font-size: 0.85em; }

span.klein { font-size: 0.8em; }

div.box {
	margin: 5px;
}

p#kontakt {
	font: 0.8em 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	margin: 6px 0px 0 10px;
	line-height: 1.1em;
}

p,ul {line-height: 1.5em;}
p {line-height: 1.5em; margin: 1em 0 0 0; }

strong,b { font-weight: bold; }
em,i { font-style:italic; }

table.infos {
	font-size: 0.8em;
	background: #FFFF99;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
}
tr.head{
	background: #FF9900;
}

h1 span, h2#navi span, h2#kontakt2 span { display:none; }

h2#navi { display: block; background: url(images/tr_navi.gif); width: 185px; height: 16px;}
h2#kontakt2 { display: block; background: url(images/tr_kontakt.gif); width: 185px; height: 16px;}

ul.liste {
	font-size: 0.9em;
	margin-bottom: 30px;
	margin-top: 5px;
}

#navcontainer ul {
	list-style-type: none;
	font: bold 0.8em Verdana, Arial, Sans-Serif;
	margin-bottom: 30px;
}
#navcontainer li { margin: 1px 0 0 0; }

#navcontainer a
{
	padding: 2px 0 2px 6px;
	color: #000;
	text-decoration: none;
	display: block;
	border: 1px solid #E2D5C5;
	width: 177px;
	background-color: #DCD1C4;
}
#navcontainer a:link, #navlist a:visited { text-decoration: none; }
#navcontainer a:hover { border: 1px solid #E5E0DB; border-right: 6px solid #E14242; width: 172px; background-color: #E5E0DB; }
#active a:link, #active a:visited, #active a:hover { border: 1px solid #E5E0DB; border-right: 6px solid #69C562; width: 172px; background-color: #E5E0DB; }

/* ######################################################################################################
** ### Anweisungen für Gesamt- und Spaltenlaylout  ######################################################
** ######################################################################################################
*/

#header{
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 235px;
	width: 100%;
}

#logo{
	position: absolute;
	top: 62px;
	left: 186px;
	height: 149px;
	width: 625px;
}

#mainwrap { background: url(images/bg_main.gif);}
#main {	margin-left: 186px; width: 625px; z-index: 10;}

#textbild{ position: absolute; top: 237px; left: 188px; z-index: 0;}

#content {z-index: 2; width:356px; margin-left: 69px; }
#right {z-index: 1; float:right; width:185px; }

#footer { clear:both;}
#impressum { position: absolute; bottom: 16px; left: 372px;}
}
