﻿@charset "utf-8";

html { height: 100%; }

body  {
    	font: 100% Arial, Helvetica, sans-serif;
    	background: #666666;
    	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;
    	color: #81796B;

    }

#balken {
	position:relative;
	width:22px;
	height:197px;
	z-index:1;
	background-color: #EC7404;
	layer-background-color: #EC7404;
	border: 0px none #000000;
	text-align: right;
	clear: left;
	float: right;
	left: 15px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

    .twoColFixLtHdr #container {
    	width: 955px;  /* 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. */
		height: 100%;
    	background: #FFFFFF;
		margin: 10px auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 1px solid #000000;


    }
    .twoColFixLtHdr #container table{


    }
    .twoColFixLtHdr #header {
    	background: #DDDDDD;
		background-image:url(header.gif);
		background-repeat:no-repeat;
		height:170px;
    }

    .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 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 170px; /* 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. */
	height:100%;
	background-image:url(hg_navi.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    }

    .twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 20px;
			height: 100%;
    	background: #FFFFFF;

		background-image:url(wasserzeichen.gif);
		background-repeat:no-repeat;
		background-position: 92% 94%;
	
    }

    .twoColFixLtHdr #footer {
	background-repeat:no-repeat;
	background-position:0px 10px;
	height:40px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 30px;
    }

    .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. */
    }

	.twoColFixLtHdr #footer a{
	text-decoration:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

	.twoColFixLtHdr #footer a:hover{
	text-decoration:none;
	color:#ff6b2b;
	}

    .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: 5px;
    }

	.sitemap { /* 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: 5px;
		margin-left: 0px;
    }

    .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;
    }

.kontakt { margin-left:200px; }

/* Textformatierungen*/
.ueb {
font-size:16px;
vertical-align: middle;
color:#666666;
text-align:left;
padding-left: 3px;
padding-right: 3px;

}

h1{
font-size:16px;
color:#666666;
text-align:left;
/*vertical-align: sub;*/
padding-left: 3px;
padding-right: 3px;
}

h2{
font-size:16px;
}

a{
color:#81796B;
text-decoration: none;
}

a:visited{
color:#81796B;
text-decoration: none;
}

a:hover{
color:#ff6b2b;
text-decoration: none;
}

a:active{
color:#ff6b2b;
text-decoration: none;
}

.twoColFixLtHdr #mainContent ul{
list-style-image:url(listdot.gif);
}

/*Bereich Menue*/


.MenuTop a:hover {
	margin-top:0px;
	margin-left:0px;
	color: #EC7404;
	display: inline-block;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
	}

.MenuTop a:link {
	margin-top:0px;
	margin-left:0px;
	color: #EC7404;
	display: inline-block;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
	}

.MenuTop a:active {
	margin-top:0px;
	margin-left:0px;
	color: #EC7404;
	display: inline-block;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
	}

.MenuTop a:visited {
	margin-top:0px;
	margin-left:0px;
	color: #EC7404;
	display: inline-block;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
	}

.menu8 {
	margin-top: 5px;
	margin-left:0px;
	color: #EC7404;
	display: inline-block;
	padding: 0px 0px 0px 10px;
	overflow:hidden;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;

	}

a.menu8:visited {
	color: #EC7404;
	}
a.menu8:hover {
	color: #000000;
	}

.menu9 {
	margin-top: 5px;
	margin-left:0px;
	padding: 0px 0px 0px 10px;
	overflow:hidden;
	font-size:11px;
	color: #000000;
	text-decoration: none;
	display: inline-block;
	}

	a.menu9:visited {
	color: #000000;
	}
	a.menu9:hover {
	color: #EC7404;
	}

.menu10 {
	margin-top: 5px;
	margin-left:0px;
	color: #878175;
	padding: 0px 0px 0px 10px;
	overflow:hidden;
	font-size:11px;
	text-decoration: none;
	display: inline-block;
	}

	a.menu10:visited {
	color: #858175;
	}
	a.menu10:hover {
	color: #EC7404;
	}

form p{
margin:0 0 5px 0;
padding:0;
}
.kasten label{
width:100px;
margin: 0 0 5px 0;
}

#Männlich, #Weiblich{
width:15px;
float:left;
}

label{
float:left;
width:200px;
}

#Werdegang, #Werdegang_1{
width:350px;
}

.zahlen{
width:40px;
}

.monat, .Geburtsjahr{
width:100px;
}

.current{
color: #ff0000;
}

.artikelueb{
color: #EC7404;
}

input, select, option {
FONT-SIZE: 10px;
FONT-FAMILY: Verdana;
COLOR: #000000;
BACKGROUND-COLOR: #FFFFFF;
height: 18px;
border-bottom: #E3E9EF 1px solid;
border-left: #E3E9EF 1px solid;
border-right: #E3E9EF 1px solid;
border-top: #ABADB3 1px solid;
width: 200px;
}

textarea {
FONT-SIZE: 10px;
FONT-FAMILY: Verdana;
COLOR: #000000;
BACKGROUND-COLOR: #FFFFFF;
border-bottom: #E3E9EF 1px solid;
border-left: #E3E9EF 1px solid;
border-right: #E3E9EF 1px solid;
border-top: #ABADB3 1px solid;
width: 200px;
}

.plz {
FONT-SIZE: 10px;
FONT-FAMILY: Verdana;
COLOR: #000000;
BACKGROUND-COLOR: #FFFFFF;
border-bottom: #E3E9EF 1px solid;
border-left: #E3E9EF 1px solid;
border-right: #E3E9EF 1px solid;
border-top: #ABADB3 1px solid;
width: 50px;
height: 18px;
}

.ort {
FONT-SIZE: 10px;
FONT-FAMILY: Verdana;
COLOR: #000000;
BACKGROUND-COLOR: #FFFFFF;
border-bottom: #E3E9EF 1px solid;
border-left: #E3E9EF 1px solid;
border-right: #E3E9EF 1px solid;
border-top: #ABADB3 1px solid;
width: 150px;
height: 18px;
}

.jahr {
FONT-SIZE: 10px;
FONT-FAMILY: Verdana;
COLOR: #000000;
BACKGROUND-COLOR: #FFFFFF;
border-bottom: #E3E9EF 1px solid;
border-left: #E3E9EF 1px solid;
border-right: #E3E9EF 1px solid;
border-top: #ABADB3 1px solid;
width: 52px;
height: 18px;
}

.checkbox {
FONT-SIZE: 10px;
FONT-FAMILY: Verdana;
COLOR: #000000;
BACKGROUND-COLOR: #FFFFFF;
border-bottom: #E3E9EF 1px solid;
border-left: #E3E9EF 1px solid;
border-right: #E3E9EF 1px solid;
border-top: #ABADB3 1px solid;
width: 18px;
height: 18px;
}

.submit {
FONT-SIZE: 10px;
FONT-FAMILY: Verdana;
COLOR: #ffffff;
BACKGROUND-COLOR: #868276;
border-bottom: #E3E9EF 1px solid;
border-left: #E3E9EF 1px solid;
border-right: #E3E9EF 1px solid;
border-top: #ABADB3 1px solid;
}

