@charset "UTF-8";
body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #d3e2f2;
    	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: black;
    }
    .twoColFixLtHdr #container { 
    	width: 800px;  /* 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. */
    	background: #2e69ad;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	margin-right: 10px;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    	float: left;
    } 
    
    .all {
    	width: 800px;
    	margin: 0 auto;
    }
        .all2 {
    	width: 1100px;
    	margin: 0 auto;
    }
    
    /*Styles für das Menü über dem Header*/
   .twoColFixLtHdr #topHeader { 
    	background: #d3e2f2; 
    	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
    	text-align: right;
    	font-size: 10px;
    	text-decoration: none;
    } 
    
    .twoColFixLtHdr #topHeader a {
    	color:blue;
    	text-decoration: none;
    }
    
    img {
border: 0
}

    
    .twoColFixLtHdr #topHeader a:visited {
    	color:blue;
    	text-decoration: none;
    }
    
    .twoColFixLtHdr #topHeader a:hover {
    	color: red;
    	text-decoration: none;
    }
    
    .twoColFixLtHdr #header { 
    	background: #2e69ad; 
    	color:white;
    } 
    
    .hovermenu ul{
	font: bold 13px arial;
	padding-left: 0;
	margin-left: 150px;
	height: 30px;
	width: 700px;
	}

	.hovermenu ul li{
	list-style: none;
	display: inline;
	}

	.hovermenu ul li a{
	padding: 10px 0.5em;
	text-decoration: none;
	float: left;
	color: white;
	background-color: #2e69ad;
	border: 2px solid #2e69ad;
	width: 90px;
	margin: 0;
	font: bold 11px Arial;
	}

	.hovermenu ul li a:hover{
	background: url(img/css/schiffli.png) top center no-repeat #2e69ad;
	}
	
	.hovermenu a.current{
	background: url(img/css/schifflitest2.png) top center no-repeat #2e69ad;
	}
	
	.menuLeft {
	width: 140px;
	}
	
	.menuLeft ul{
	margin: 0;
padding: 0;
margin-bottom: 0; 
	}
	
	.menuLeft ul li{
	list-style: none;
	display: inline;
	padding-bottom: 2px; /*bottom spacing between menu items*/
	}
	
	.menuLeft ul li a{
	font: bold 11px Arial;
	color: white;
	background: #2e69ad;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	border-left: 10px solid #2e69ad;
	}
	
	.menuLeft ul li a:visited{
color: white;
}

.menuLeft a.current_left{
background: url(img/css/steuerboardblau.png) top left no-repeat #2e69ad;
}

.menuLeft ul li a:hover{ /*hover state CSS*/
color: white;
/*background: #1f009a;*/
background: url(img/css/steuerboard.png) top left no-repeat #2e69ad;
}
    
    
    .twoColFixLtHdr #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: 10px 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. */
    }
    .twoColFixLtHdr #sidebar1 {
    	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 150px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
    	background: #2e69ad; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
    	padding: 5px 0px 5px 0px;
    	color:white;
    }
    .twoColFixLtHdr #mainContent { 
    	margin: 0 0 0 150px; /* Durch den linken Rand dieses div-Elements entsteht die Spalte am linken Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
    	padding: 20px 0 20px 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    	background: white;
    	font-size:12px;
    	/*font-weight: bold;*/
    } 
    .twoColFixLtHdr #footer { 
    	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
    	background: #2e69ad; 
    } 
    .twoColFixLtHdr #footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 5px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    	font-size: 10px;
    	font-weight:bold;
    	color:white;
    }
    
    .linkFooter {
    	color: white;
    }
    
    .linkFooter a:visited {
    	color: white;
    }
    
    .linkFooter a:hover {
    	color: blue;
    }
    
    .newsContainer
    {
    	margin-top: 50px;
    	margin-bottom: 50px;
    }
    
    .newsContainer h1{
    	color:red;
    	font-size: 12px;
    	padding-top: 10px;
    }
    
    .newsContainer a{
    	color:blue;
    	text-decoration: none;
    }
    
    .newsContainer a:hover {
    	color:red;
    	text-decoration: none;
    }
    
    .newsContainer a:visited {
    	color:blue;
    	text-decoration: none;
    }
    
    .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: 8px;
    }
    
    .fltrt a{ /* 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. */
		text-decoration: none;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein 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;
    }
    
    .leftInserat{
    width: 150px;
    float: left;
	margin-top: 100px;
	margin-right: 10px;
	text-align: center;
	margin-left: auto;
    }
    
    .rightInserat{
    width: 150px;
    float: left;
	margin-top: 100px;
	text-align: center;
    }
    
    .floatspalte{
    width: 10%;
    margin: auto;
    }
    
    .newsSingleContainer
    {
	width: 80%;
	margin: auto; /* Durch den linken Rand dieses div-Elements entsteht die Spalte am linken Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	margin-top:150px;
	background: white;
	font-size:10px;
	font-weight: bold;
	overflow: hidden;
	page-break-after: always;
    }
    
   .newsSingleContainer h1{
    	padding-top: 10px;
    	color:red;
    	font-size: 12px;
    }
    
    .anzeige {
    width:80%
    height:auto;
    border-bottom-width:thin;
	border-right-width:thin;
	border-left-width:thin;
	border-top-width:thin;
	border-color:black;
	border-collapse:collapse;
	border-style:solid;
	margin-top:20px;
    }
    
    .anzeige h1{
    	padding-top: 10px;
    	color:red;
    	font-size: 12px;
    }
    
form#two {
/*background:	url(img/css/bg.png) center top no-repeat;*/
background-color: #99ccff;
    border-bottom-width:thin;
	border-right-width:thin;
	border-left-width:thin;
	border-top-width:thin;
	border-color:black;
	border-collapse:collapse;
	border-style:solid;
width:469px; 
padding:5px;
margin:0 auto;
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;	
font-size: 80%;	
}

form#two fieldset {
width:430px; 
display:block; 
border:1px dotted #fff; 
padding:5px; 
margin-bottom:0.5em; 
margin-left: 13px;
line-height:2em;
}

form#two fieldset#opt {
/*background:#ff6705;*/
}

form#two legend {
font-size:1.5em; 
font-weight:bold; 
color: #4d89ff;
margin: 0 0 5px 10px; 
height: 24px;
line-height: 24px;
width:157px; 
border: 1px solid black;
padding: 0 5px;
background: url(img/css/Balken.png);
}

form#two label {
clear:left; 
display:block; 
float:left; 
width:100px; 
text-align:right; 
padding-right:10px; 
color: #003399; 
margin-bottom:0.5em;
}

form#two input {
border:1px solid #003399; 
padding:0 2px;; 
margin-bottom:0.8em;
}

form#two select {
margin-left:0.5em;
}

form#two textarea {
width:410px; 
height:auto;
border:1px solid #003399; 
padding:0.5em; 
overflow:auto; 
}

form#two option {
background:#003399; 
color:#fff;
}

form#two optgroup {
background: #4D89FF; 
color:#FFF; 
}

form#two optgroup option {
background:#C5D9FF; 
color:#003399;
}

form#two #button1 {
color:#003399; 
font-weight: bold;
background: url(img/css/btn_bg.jpg);
display: inline;
border: none;
width:89px; 
height: 27px;
line-height: 27px;
text-align: center;
margin-left: 11.5em
}

form#two #button2 {
color:#003399; 
font-weight: bold;
background: url(img/css/btn_bg.jpg);
display: inline;
border: none;
width:89px; 
height: 27px;
line-height: 27px;
text-align: center;
}

form#two #button1:hover, form#two #button2:hover {
color:#FF6705;
}
p {
margin: 4px 0;
}

.links {
    color: blue;
	text-decoration:none;
	}
	
	.links:visited {
		color: blue;
	}
		
	.links:hover {
		color: red;
	}

.bildlink {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	}

	.bildlink:hover {
		border-width:1px;
		border-style:solid;
		border-color:red;
		text-align:justify;

}

a#actiontext {
    color: blue;
	text-decoration:none;
	}
	
	a#actiontext:visited {
		color: blue;
	}
		
	a#actiontext:hover {
		color: red;
	}
