@charset "utf-8";
body  {
	font-size:12px;
	margin: 0;
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #29797B;
	height: 3.5cm;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }
    .twoColFixLtHdr #container {
	width: 1120px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px none #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 23cm;
	padding: 0px;
	margin: 0;
    } 
    .twoColFixLtHdr #header {
	padding: 0;
	height: 3.5cm;
    } 
    .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: 220px;
	padding-top: 400px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 300px;
    }
    .twoColFixLtHdr #mainContent {
	margin: 0;
	padding: 0;
	height: 17.5cm;
    } 
    .twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
    } 
    .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;
    }

a:link {
	color: 000000;
	text-decoration: none;}
a:visited {
	text-decoration: none;
	color: 524129;}
a:hover {
	text-decoration: none;
	color: 27797B;}
a:active {
	text-decoration: none;}	
h3 {font-family:Arial, Helvetica, sans-serif; font-size:17px; color:#000000}
h4 {font-size:16px; color: #524129}
H5 {font-size:11px; color: #524129}
h6 {font-size:10px; color:#000000}

table{
	border:1px solid #29797B;
	font:normal 100% Arial, Helvetica, sans-serif;
	color:#29797B;
	width:545px;
	border-collapse:collapse;
	margin-left:1px;
	background-position: top;
}
td{
padding:5px 5px 5 px 10px;
border:1px solid @000000;
color: #29797B;}

thead th{
background:#29797B;
color:#FFF;
padding:5px;
text-align:left;}
tbody td{
border:1px solid green;}
tfoot td{
border:1px solid maroon;}
tbody tr td{
border-width:1px ;
border-style:solid;
border-color:#29797B;}
td{
padding:2px 2px;
text-align:left;
border:1px solid #29797B;}

td, th{
padding:3px 5px;
text-align:left;}


form {
border:1px solid #29797B;
width:550px;
margin 0;
padding:20px 0 10px 0;}

fieldset{
padding:0 40px 35 px 52px;
border:0px solid transparent;
margin-left:5px;}

fieldset ul{
margin:0;
padding:0;
list-style-type:none;}

li{
float:left;
margin:0px 0 5px 0;
padding:0;
width:520px;
font-size:12px}

label {
float:left;
line-height:167%;
width:95px;
cursor:pointer;}


input{
float: left;
height:20px;
width:161px;
border:1px solid #29797B;
padding:0;
background:#FFF;
font-size:100%;}

checkbox{
float:left;}

input:active, input:hover, input:focus{
background-color:#d9f0f9;}

input.small {
width:38px;}

input.number {
width:73px;}

input medium {
width:170px;}

.inputSpace {
margin:0 4px 0 0;}

em {
font-weight:bold;
color:#E00;}

input.error{
color:#E00;
border-color:#E00;
background-color:#FFDCE5;}

input.btnCancel, input.btnSend {
margin:15px 0 0 0;
float:left;
width:85px;
height:22px;
font-weight:normal;
color:#29797B;
text-align:center;
padding:0;
border:1px solid#29797B;
cursor:hand;
background-color:#FFF;
-moz-border-radius:3px;
-webkit-border-radius:3px;}

