@charset "utf-8";
body  {
	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;
	background-color: #FFF;
	background-image: url(../pic/back.gif);
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* Durch automatische R&auml;nder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFF;
	background-position: bottom;
} 
.twoColFixLtHdr #container #mainContent img {
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.twoColFixLtHdr #header {
	height: 180px;
	background-image: url(../pic/logo2.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* Durch die Verwendung der Auffüllung anstelle von R&auml;ndern l&auml;sst sich gew&auml;hrleisten, dass das Element die Kanten des div nicht berührt. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #F86729;
	padding-left: 30px;
}

.twoColFixLtHdr #header h1 a {
	margin: 0;
	padding-right: 3px;
}

.menu  {
	padding-right: 7px;
	padding-left: 7px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	height: 640px;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 22px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #444;
	background-color: #FFF;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 12px;
	color: #444;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	text-align: right;
	padding-top: 10px;
	padding-right: 40;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* Mit dieser Klasse k&ouml;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&ouml;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&auml;ndigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 ul   {
	list-style-type: none;
	color: #4C4C4C;
	font-style: normal;
	padding-left: 0.6em;
	margin-left: 0.6em;
	list-style-position: outside;
}
#sidebar1 li   {
	color: #CD1B1B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 6px;
}
#sidebar1 ul li  {
	padding-bottom: 6px;
}
#sidebar1 ul li ul {
	padding-left: 0.6em;
	margin-left: 0.6em;
	padding-bottom: 7px;
}
#sidebar1 ul li ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	margin-left: -13px;
	padding-bottom: 0px;
	
}
#sidebar1 li ul {
	list-style-type: none;
	list-style-position: outside;
	color: #CD1B1B;
	font-style: normal;
}

#sidebar1 a:link {
	color: #808080;
	text-decoration: none;
}
 
#sidebar1 a:visited {
	color: #808080;
	text-decoration: none;
}
 
#sidebar1 a:focus {
	color: #808080;
	text-decoration: none;
}
 
#sidebar1 a:hover{
	color: #444;
	text-decoration: none;
	padding-left: 4px;
}
 
#sidebar1 a:active {
	color: #808080;
	text-decoration: none;
}
#footer a{
	color: #808080;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a:link {
	color: #808080;
	text-decoration: none;
}
 
#footer a:visited {
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}
 
#footer a:focus {
	font-weight: bold;
color: #808080;
	text-decoration: none;
}
 
#footer a:hover{
	font-weight: bold;
color: #808080;
	text-decoration: underline;
}
 
#footer a:active {
	font-weight: bold;
color: #808080;
	text-decoration: none;
}
#sidebar1 li ul {
	list-style-type: none;
	list-style-position: outside;
color: #808080;
	font-style: normal;
}

#mainContent a:link {
	color: #7D7D7D;
	text-decoration: none;
}
 
#mainContent a:visited {
	color: #565656;
	text-decoration: none;
}
 
#mainContent a:focus {
	color: #565656;
	text-decoration: none;
}
 
#mainContent a:hover{
	color: #CD1B1B;
	text-decoration: underline;
}
 
#header a:active {
color: #565656;
	text-decoration: none;
}

#header a:link {
color: #565656;
	text-decoration: none;
}
 
#header a:visited {
color: #565656;
	text-decoration: none;
}
 
#header a:focus {
color: #565656;
	text-decoration: none;
}
 
#header a:hover{
	color: #CD1B1B;
	text-decoration: none;
}
 
#header a:active {
	color: #CD1B1B;
	text-decoration: none;
.twoColFixLtHdr #container #mainContent img {
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
