@charset "UTF-8";
html {
	color:#000;
	background:#FFF;
	height:100%;
	margin-bottom:1px;
	
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	
}
body,html{ height:100%}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	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: #000000;
	background:url(../img/bg.png) repeat-x;
}
.twoColFixLt #container {
	width: 695px;  /* 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: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	padding-bottom: 40px;
}
.twoColFixLt #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 260px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0;
	
}
.twoColFixLt #mainContent {
	margin: 0 0 0 0; /* 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: 30px 20px 20px 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	width:375px;
	float:left
	
	
}
.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;
}
h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:22px;
}
h2 {
	font-weight:bold;
	font-size:16px;
	color:#FFCE00
}
h1, h2, h3, p {
	/* top & bottom margin based on font size */
	margin:10px 0;
}
b, strong {
	font-weight:bold
}
#mainContent p {
	line-height:150%
}

#mainContent ul li {
	padding-left:15px;
	background:url(../img/arrow.png) no-repeat left 5px;
	line-height:160%;
	
}
ul.nav {
	background:url(../img/bg_nav.png) repeat-y;
	margin:50px 0 0;
	padding:2px 0 0;
}
ul.nav li {
	line-height:31px;
}
ul.nav li.last.active {
	padding-bottom:2px;
}
ul.nav li.active a, ul.nav li a {
	display:block;
	padding-top:2px;
}
ul.nav li.active a {
	text-align:right;
	padding-right:35px;
	background:white url(../img/nav_arrow.png) right 2px no-repeat;
}
ul.nav li a:hover {
	background:url(../img/bg_nav_o.png) repeat-y;
}
ul.nav li a {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:16px;
	color:#333;
	text-decoration:none;
	padding-left:50px;
	border-bottom:2px white solid;
}
.cat {
	display:block;
	width:574px;
	height:100px;
	padding:8px;
	background:url(../img/bg_cat.png) repeat-x;
	overflow:hidden;
	margin-bottom:15px;
}
.left {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	border: 1px solid silver;
	padding:2px;
}
.right {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}
#mainContent a {
	color:#666;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-right:10px;
	text-decoration:none;
}
.address {
	background:url(../img/bg_nav.png) repeat-y;
	padding:50px 20px 50px 50px;
	font-size:11px;
}
.address a {
	color:black;
}
#flashHeader {
	margin:0 auto;
	width:695px;
	display:block;
	height:129px;
}
#naviHeader {
	margin:0 auto;
	width:695px;
	display:block;
	height:139px;
}
#sidebar1 a {  
	color:#666;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
#contact{ 
	line-height:150%;
	
	display:block
}

#subnav { 
	line-height:150%;
	margin-top:300px;
	display:block
}
#wrap {
	margin:0 auto;
	width:695px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#footer {
	width: 655px;
	background: #CCC;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 10px;
	padding:15px 20px 15px;
	text-align:left;
	
}

* html #footer{ margin-left:-350px;
}
*+html #footer{ margin-left:-350px;
}
#footer a{ text-decoration:none; color:gray; font-weight:bold;}
#mainContent ul.unIndentedList{
	margin-bottom:4px;}
	
	
.twoColFixLt #wrap, .twoColFixLt #container {
	background:url(../img/bg_left.jpg) repeat-y;
}
.twoColFixLt #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 246px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0 7px;
	
}
.twoColFixLt #mainContent {
	
	padding:10px 20px 20px 40px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	width:355px;
	
	
	
}

