<!--
* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding:0;
	margin:0
}

html, body {
 	height: 100%; /* wichtig */
	background-color:#888;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	text-align:center;
	margin:0;
}

a, a:link, a:hover, a:visited, a:active {
	color:#1467B3;
	text-decoration:none;
}

p {
  margin: 0;
  padding: 1em 0;
}

select,input,textarea {
	width:250px;
  height:18px;
  border:1px solid #1467B3;
	background:#eee;
	font-size:11px;
}
textarea {
	width:250px;
  height:100px;
  border:1px solid #1467B3;
}

#box{
	position: relative;
	margin: 0 auto;
	width:980px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	text-align:left;
	background:url(../img/bg.gif);
	border-left:1px solid #555;
	border-right:1px solid #555;
}

#header {
	background-repeat:no-repeat;
	width:980px;
	height:345px;
}

#left {
	width:142px; 
	float:left; 
}

#right {
	width:835px; 
	color:#403C3D;
	float:right;
}

div#navigation {
  width: 140px;          /* menu width */
	float:left;
	display:block;
}

div#navigation ul {
  list-style-type: none; /* get rid of the bullets */
  padding:0;             /* no padding */
  margin:0;              /* no margin for IE either */
}

div#navigation ul li {
  margin: 0;
  padding: 0;
  display:block;
}

div#navigation ul li a {
  display: block;         /* lines extend to right, make area clickable */
	font-size:11px;
	font-weight:bold;
  color: white;
  padding: 3px 0px 0px 12px;
  margin:0;
  text-decoration: none;
  height:20px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#navigation ul ul li a {
  margin-left: 8px;     /* indent level 1 */
}
 
div#navigation li.active a {
	color:#CCD4EC;
  background-image: url(../img/dot.gif);
	background-repeat:no-repeat;
  background-position: 2px 6px;
}
 

div#navigation ul ul li.inactive a {
	background:none; /*active state level 2 */
	color:#CCD4EC;
} 

div#navigation ul ul li.active a {
	background:none; /*active state level 2 */
	color:#1467B3;
} 
 
div#navigation ul li a:hover {

  background-image: url(../img/dot.gif);
	background-repeat:no-repeat;
  background-position: 1px 6px;
	color:#CCD4EC;
	/*
  background-color: #aaa;*/
	 /* rollover effect */
}


#content {
	position:relative;
	width:830px;
	height:100%;
}


#content .cl {
	width:480px;
	font-size:12px;
	padding-left:50px;
	padding-right:10px;
	float:left;
}

#content .cr {
	width:250px;	
	margin-left:30px;
	float:left;
	font-size:11px;
	color:#1467B3;
}

#content .cr a, #content .cr a:link, #content .cr a:hover, #content .cr a:visited, #content .cr a:active {
	color:#1467B3;
	font-size:11px;
}


#content h1 {
	line-height:1.3em;
	font-size:14px;
	padding:0px;
	margin:0px;
}

#content h2 {
	line-height:2.0em;
	font-size:12px;
}

#content h3 {
	font-size:11px;
}

#content hr{
	border:none;
	background-color:#AAA;
	color:#AAA;
	height:1px;
	margin-top:5px;
	margin-bottom:8px;
}

#content .cl h3 {
	font-size:12px;
	font-weight:normal;
}

#content .cl h4 {
	border-bottom:#413D3E;
	font-size:11px;
	font-weight:bold;
}

#content li {
	line-height:1.2em;
	margin-bottom:10px;
}

#content ul {
	list-style:square;
  margin: 0;
	margin-left:15px;
  padding: 0;
  display:block;
}

#content a, #content a:link, #content a:hover, #content a:visited, #content a:active {
	font-weight:bold;
	color:#1467B3;
	text-decoration:underline;
	font-size:12px;
}

#footer {
	clear: both;
	color:white;
	bottom: 0;
	position:absolute;
	width: 980px;
	height: 20px;
	background: #1467B3;
	font-size:10px;
	text-align:center;
	padding-top:4px;
}

#footer a, #footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:white;	
}

#content .newslink {
	background-image:url(../img/arrow.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	line-height:1.9em;
	font-size: 10px;
	padding-left:10px;
}

#content .tbl {
	color: #444;
	font-size: 11px;
	vertical-align: top;
	border:1px solid #999;
}

#content .tblRowOdd {
	background-color: #aaa;
}

#content .tblRowEven {
	background-color: #EEE;
}

#content .tbl td {
	padding: 5px 10px 5px 10px;
}

.bordered {
	border:1px solid #1467B3;
}

.clearfix:after {
	content: "."; 
	display: block; 
	font-size:1px;
	height: 1px; 
	clear: both; 
	visibility: hidden; 
}
.clearfix {display: inline-table;}
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

