/********************************
 * Hintergrund-Farben - 
 * in allen Tags zu verwenden 
 ********************************/
.mittelgrau {
	background-color:#d8dadc;
}
.hellblau {
	background-color:#bbcae3;
}
.mittelblau {
	background-color:#8ba8d0;
}
.dunkelblau {
	background-color:#001e4c;
}

.hellorange {
	background-color:#fadab7;
}
.dunkelorange {
	background-color:#FCBC86;
}

.hellgruen {
	background-color:#b0d485;
}

.weiss {
	background-color:#fff;
}


/********************************
 * Allgemeine Klassen - 
 * in allen Tags zu verwenden 
 ********************************/
/* Abstand von Inhalten - 15px zu jeder Seite, 20px nach oben und unten */
.text {
	padding:20px 15px;
}
/* Rot */
.marked {
	color:#e60036;
}
/* Links umfliessen */
.left {
	float:left;
}
/* Rechts umfliessen */
.right {
	float:right;
}
.clearer {
	clear:both;
}


/********************************
 * Allgemeine HTML-Tags
 ********************************/

body {
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height:18px;
	color:#001e4c;
	padding:30px 0;
	margin:0;
	background-color:#5c8bbf;
}

/* Alles zuruecksetzen */
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,br,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,p,ul,li,ol {
	margin:0;
	padding:0;
	font-family:Arial,sans-serif;
}

/* Ueberschriften, Absaetze, Links */
h1, .headline {
	font-size:22px;
	text-transform:uppercase;
	font-weight:normal;
}
h2 {
	font-size:14px;
	line-height:20px;
}
#rightCol h2, #leftCol h2 {
	font-size:12px;
	line-height:18px;
}
p {
	padding-bottom:10px;
	color: #001e4c;
}
a {
	text-decoration:underline;
	color:#001e4c;
}
a:hover,a.active {
	color:#e60036;
}

/* Bilder */
a img {
	border:none;
}
img.right {
	margin-left:15px;
}
img.left {
	margin-right:15px;
}

/* Tabellen */
table {
	font-size:12px;
}
td, th {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	padding-right: 5px;
}

/* Listen */

#cContent ul, #cContent ol {
	padding-left:8px;
	margin-left:8px;
}
ul.nostyle,#cContent ul.nostyle {
	list-style-type:none;
	padding:0;
	margin:0;
}


/* Ticker */
marquee {
	width:490px;
}



/********************************
 * Bereiche
 ********************************/

/* absolute Hoehe von main */
#main {
	width:920px;
	text-align:left;
	background:url(../img/home/bg.gif) center top repeat-y;
	padding-bottom:110px;
}
.fullsize:after, #main:after {
	content:""; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.fullsize, #main. {
	display:inline-table; 
}
* html .fullsize { 
	height:1%; 
}
.fullsize, #main {
	display:block; 
}
/* Hoehe Ende */

/* Linke Spalte */
#leftCol {
	width:200px;
	border-top:20px solid #001e4c;
	font-size:11px;
	overflow:hidden;
}
#leftCol img {
	max-width:200px;
}

/* Mittlere Spalte */
#centerCol {
	width:520px;
}
#cHeader {
	height:180px;
	background-color:#fff;
	overflow:hidden;
	padding:0 15px;
}
.ticker {
	position:absolute;
	z-index:1;
	width:490px;
}
.headline {
	position:absolute;
	z-index:0;
	height:180px;
	overflow:hidden;
	text-align:center;
	width:490px;
}

/* Rechte Spalte */
#rightCol {
	width:200px;
}
#rightCol th {
	font-weight:normal;
}
#rHeader {
	background-color:#fff;
	overflow:hidden;
	padding-top:10px;
	height:170px;
	text-align:center;
}
/* Menue */
#menu {
	padding:15px;
}
#menu a {
	color:#fff;
	text-decoration:none;
}
#menu a.active, #menu a:hover {
	color:#e60036;
}

/* Blauer Abschlussstreifen */
#footer {
	width:920px;
	text-align:right;
	position:relative;
	z-index:1;
	margin-top:-117px;
}
.blueStripe {
	border-bottom:20px solid #001e4c;
	width:400px;
	margin-left:520px;
	text-align:right;
}

