body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #DBDBDB;
    }
		
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	font-weight: bolder;
	color: #005996;
	font-size: 16px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	padding-left: 5px;
	line-height: 20px;
}

h3 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

h4 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: justify;
}

	
    .twoColFixLtHdr #container {
	width: 1000px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 1024 Pixel liegt, können Sie dem Browser-Chrome 		Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin:auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	min-height:710px;
    } 
    .twoColFixLtHdr #header {
	padding: 0px;  /* 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. */
	background-image: url(../images/top.gif);
	height: 130px;
	background-repeat: no-repeat;
    } 
	
    .twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 183px;
	background-color: #A2B9D8;
	background-image: url(../images/top_unten.gif);
	background-repeat: no-repeat;
	min-height: 550px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	}
	
	.twoColFixLtHdr #sidebar1 ul{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	list-style-type: none;
	margin: 0px;
	padding-left:5px;
    }		
	
	.twoColFixLtHdr #sidebar1 ul li{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	list-style-type: none;
	padding-left:5px;
    }		
		
    .twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
    } 
    .twoColFixLtHdr #footer { 
    	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
    	background:#DDDDDD; 
    } 
    .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: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
    .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;
    }
    .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;
    }
	
	.head_logo {
	float: left;
	margin-top: 30px;
	margin-left: 45px;
	}

	#main_navi {
	color: #FFFFFF;
	margin-left: 180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	padding-top:50px;
	padding-left:10px;
	text-decoration: none;
	}

	#main_navi a:visited{ color:#BCBCBC; 
	text-decoration: none;
	}
	#main_navi a:hover{color:#FF0000; 
	text-decoration: none;
	}	
	#main_navi a:active{
	text-decoration:none;
	color:#FFFFFF;
	}
	#main_navi a{
	color:#F5821F;
	text-decoration: none;
	}

	#sidebar1 a:visited{
	color:#000099;
	text-decoration: none;
	}
	#sidebar1 a:hover{color:#FF0000; 
	text-decoration: none;
	}
	#sidebar1 a:active{
		text-decoration:none;
		color:#FFFFFF; 
	}
	#sidebar1 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	line-height:normal;
	color: #FFFFFF;
    }	
	#sidebar1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:normal;
	color:#000000;
	text-decoration: none;
    }	

.twoColFixLtHdr #inhalt {
	margin:auto;
	width: 1000px;
	font-size: 10px;
	background-color: #003663;
	visibility: visible;
}
.twoColFixLtHdr #bild {
	margin-top:0px;
	width: 1000px;
	height:728px;
	font-size: 10px;
	background-color: #003663;
	visibility: visible;
	background-image:url(../images/index_LIM_TPE.png);
}

/* Vertikale (linke) navigation */
.twoColFixLtHdr #v_navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:15px;
	background-color: #A2B9D8;
	min-height: 310px;
	text-decoration: none;
	visibility: visible;
	width: 175px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	float:left;
	text-align:left;
	margin-top:370px;
}

	#v_navi a:visited{
	color:#000099;
	}
	#v_navi a:hover{color:#FF0000; 
	}
	#v_navi a:active{
		text-decoration:none;
		color:#FFFFFF; 
	}
	#v_navi p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	line-height:normal;
	color: #FFFFFF;
    }	
	#v_navi a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:normal;
	color:#FFFFFF;
    }	
	#v_navi_gesetz{
	left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:15px;
	background-color: #A2B9D8;
	}
	
	#v_navi_gesetz a:hover{color:#FF0000; 
	}
	#v_navi_gesetz a:active{
		color:#FFFFFF; 
	}
	#v_navi_gesetz a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height:normal;
	color:#FFFFFF;
	text-decoration: underline;
    }	

	.bild {
	float: right;
	margin-left: 18px;
	position: relative;
	right: 5px;
	margin-top: 10px;
	}
	
	.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

	.textBlocksatz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;	
}

	.indexText{
	text-align:left;
	margin-top:400px; 
	width:710px; 
	float:right;
	color:#FFFFFF;
	margin-left:50px;
	margin-right:50px;
	font-size:16px;
	}
	
	.td_light {
	font-size: 12px;
	background-color: #c4d3e1;
	padding-right: 5px;
	padding-left: 17px;
}

.td_dark
{
	font-size: 12px;
	background-color: #a2b9d8;
	padding-right: 5px;
	padding-left: 17px;
}

.text2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	line-height:5px;
}

.minitext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
}

.fat {
	font-weight: bolder;
	font-size: 14px;
	line-height: 20px;
}
.Firmen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.formCheckbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	margin-left:20px;
}

.formCheckbox3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	text-align:left;
	left:70px;
	position:relative;
	float:left;
}

.formular{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	position:relative;
	float:right;
	right:200px;
}

.textRot{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color:#FF0000;
}

.formText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	line-height:20px;
	margin-left:40px;
}

.einruecken{
	margin-left:10px;
	line-height:20px;
}
