* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	font: 12px Verdana, sans-serif;
	background: #7198BC;
	line-height: 1.5em;
	color: #000;
}

img {
	border: none;
}

h1 {
	font-size: 20px;
	color: #386A96;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
	font-style: regular;
	color: #7198BC;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #386A96;
}

h3 { font-size: 14px; color: #7198bc; font-family: Verdana, sans-serif, Helvetica; font-style: italic; padding-bottom: 5px; }

a { 
	color: #386a96;
	text-decoration: none;
	border-bottom: 1px dotted #962520;
	height: 1%;
}

a:hover { 
	color: #386A96;
	border-bottom: 1px dotted;
}

td,th {
	padding-right: 10px;
	padding-bottom: 5px;
}

th {
	text-align: left;
}

ul {
	list-style: none;
}

em {
	color: #000000;
	font-style: italic;
}

.caption {
	font-size: 9px;
	line-height: 1.3em;
	color: #7198BC;
	margin-top: 3px;
}

.imgRight {
	margin: 3px 0 0 10px;
	float: right;
	line-height: 0;
	font-size: 0;
}

.imgLeft {
	margin: 3px 10px 0 0;
	float: left;
	line-height: 0;
	font-size: 0;
}

.imgLeft div, .imgRight div, .clearBoth {
	clear: both;
}

*html .clearBoth {
	clear: none;
}

#wrapper {
  	position: relative;
	width: 900px;
	overflow: hidden;	
}	

#header {
	background-color: #7198BC;
	width: 899px;
	overflow: hidden;
	border-right: 1px solid #386A96;
}

#breadcrumb {
	color: #ffffff;
	background-color: #7198bc;
	width: 880px;
	height: 14px;
	border-top: 1px solid #386a96;
	border-bottom: 1px dotted #386a96;
	padding: 8px 10px 7px;
}

#breadcrumb a {
	color: #FFFFFF;
	border: none;
}

#content {
	position: relative;
	background: url("../pics/bg_content.gif") repeat-y;
	width: 900px;
	overflow: hidden;
}

#navibar {
	position: relative;
	width: 150px;
	float: left;
}

/***************Navi Components****************/
#navi {
	overflow: hidden;
	padding: 10px 0 10px 10px;  
}

#mainnav a {
	font-size: 12px;
	color: #ccffff;
	font-style: regular;
	display: block;
	border: none;
}

#mainnav a.aktiv {
	font-size: 12px;
	color: #000055;
	font-weight: bold;
	border-bottom: 1px dotted #386a96;
}

#navibar a {
	color: #386A96;
}

#mainnav a:hover { color: #e6ffff; border-bottom: 1px dotted #005; }

#subnav1 a {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 10px;  
}

#subnav1 a.aktiv {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
}

#subnav2 a {
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 20px;
}

#subnav2 a.aktiv {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#subnav3 a {
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 20px;
}

#subnav3 a.aktiv {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}


/********************************/


#loginform {
	color: #386A96;
	background-color: #98CBF2;
	width: 129px;
	padding: 10px;
	margin-top: 10px;
	overflow: hidden;
}

#search {
	color: #386A96;
	background-color: #98CBF2;
	width: 129px;
	padding: 10px;
	overflow: hidden;
}

#sidebar {
	width: 150px;
	float: right;
}

#ads {
	background-color: #98CBF2;
	width: 129px;
	padding: 10px;
	overflow: hidden;
}

#ads a {
	border: none;
}

#article {
	width: 580px;
	padding: 10px;
	overflow: hidden;
}

* html #article {
	width: 560px;
	margin-right: 150px;
	margin-left: 150px;
	overflow: hidden;
}

#article img { text-align: left; float: left; margin-right: 10px; margin-bottom: 2px; border-color: #962520; border-style: solid; border-width: 1px 1px 2px 2px; }

#article img.intro {
	border: none;
	margin: 0;
}

#article .infokasten {
	background: #E6FFFF;
	padding: 10px;
	border: 1px solid #7198BC;
}

#article .infokasten td {
	padding-right: 10px;
}

#article .infokasten strong {
	font-size: 11px;
	color: #386A96;
}

.fazitkurzform {
	position: absolute;
	top: 35px;
	left: 430px;
	width: 290px;
}

#article .galerie table {
	width: 580px;
}

#article .galerie td {
	padding-bottom: 10px;
	overflow: hidden;
}

#article .galerie img {
	margin: 0;
	border: 1px solid #386A96;
}

#article input.text {
	font: 12px Verdana, sans-serif;
	width: 473px;
	background-color: #FFF;
	border: 1px solid #7198BC;
	padding: 2px;
	margin-bottom: 7px;
}

#article textarea.textarea {
	font: 12px Verdana, sans-serif;
	width: 573px;
	background-color: #FFF;
	border: 1px solid #7198BC;
	padding: 2px;
	margin-bottom: 7px;
}

#article label {
	float: left;
	width: 100px;
}

#article label.textarea {
	margin-top: 5px;
}

#footer {
	background-color: #386A96;
	width: 900px; 
	height: 50px;
	overflow: hidden;
	font-size: 11px;
	color: #E6FFFF;
	position: relative;
}
#footer a {
	color: #E6FFFF;
	border: none;
}

#footer p.left {
	position: absolute;
	left: 10px;
	bottom: 7px;
}

#footer p.right {
	position: absolute;
	right: 10px;
	bottom: 7px;
}

#loginform input.text, #search input.text {
	font: 12px Verdana, sans-serif;
	width: 124px;
	background-color: #E6FFFF;
	border: 1px solid #7198BC;
	padding: 2px;
	margin-bottom: 7px;
}

#news {
	background-color: #FFF;
	width: 139px;
	padding: 10px;
	padding-right: 0px;
	color: #386A96;
	border-bottom: 1px solid;
	border-top: 1px solid;
}
	
#news h1 { color: #962520; font-weight: bold; font-size: 14px; padding: 0; margin: 0; }

#news .newstext {
	font-size: 11px;
}

#news .date {
	font-size: 9px;
	border-bottom: 1px solid;
	margin-top: 5px;
	font-weight: bold;
}