body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background: url('/images/main_bg.gif') repeat-x;
}

body.splash {
	background: url('/images/splash_bg.gif') repeat-x;
	background-color: #004244;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004143;
	line-height: 15px;
}

#logoprint{
  display:none;  
}

.logo_unterzeile {
	font-size: 9px;
	line-height: 20px;
	text-transform: uppercase;
	color: #769698;
}

.logo_unterzeile_index {
	font-size: 9px;
	line-height: 20px;
	text-transform: uppercase;
	color: #497678;
}

.adresse {
	line-height: 20px;
	color: #CDDADA;
}

.sprachauswahl {
	font-size: 10px;
	color: #FF9F17;
	text-decoration: none;
	line-height: 14px;
}

.sprachauswahl img {
	margin-right: 10px;
	border-style: none;
	margin-top: 2px;
	margin-bottom: 0px;
}

.sprache {
	margin: 0px;
	margin-bottom: 6px;
}

.redborder {
	border-width: 1px;
	border-style: solid;
	border-color: red;
}

a { text-decoration: none; }
a:link { color: #96ABAE; }
a:visited { color: #96ABAE; }
a:hover { color: #004143; }
a:active { color: #96ABAE; }

a.orange:link { color: #FF9F17; }
a.orange:visited { color: #FF9F17; }
a.orange:hover { color: #CDDADA; }
a.orange:active { color: #FF9F17; }

a.index:link { color: #CDDADA; }
a.index:visited { color: #CDDADA; }
a.index:hover { color: #FF9F17; }
a.index:active { color: #CDDADA; }

.sprachauswahl .active a{ color: #FF9F17; }

.header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #769698;
}

.context {
	line-height: 18px;
	color: #004143;
}

.news {
	color: #769698;
}

.hauptmenue {
	font-size: 9px;
	line-height: 20px;
	text-transform: uppercase;
	color: #96ABAE;
}

.clear{
  clear:both;
}


/* FOOTER
------------------------------------------------------------------------------*/
.footer{
  width:640px;
  border-top:1px solid #c9d5d6;
  padding:5px 0;
}

.footer .left,
.footer .right{
  color:#96ABAE;
  font-size:10px;
}

.footer .left{
  width:300px;
  float:left;
}
.footer .right{
  width:320px;
  float:right;
  text-align:right;
}