/*allgemein*/
td,div{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e99ad;
	background-color: #Fffef4;
}

/*positionierung*/
body{
	background-color: #Fffef4;
	margin-left:10px;
	margin-top:0px;
	text-align:center;
}
.content{
	position:relative;
	width:800px;
	margin-left:0px;
	margin-top:0px;
	text-align:left;
}
.title{
	position: absolute;
	left: 100px;
	top: 20px;
	width: 320px;
}
.underline{
	position: relative;
	left: -100px;
	top: 5px;
}
.content-main{
	position: absolute;
	left: 0px;
	top: 100px;	
	width: 420px;
}
.navigation{
	position: absolute;
	left: 480px;
	top: 20px;
	width:320px;
}
.navigation-main{
	position: absolute;
	left: 100px;
	width: 200px;
}
.submenu{
position:relative;
width:120px;
left:-120px;
top:-20px;
clear:left;
z-index:1;
}
.navigation-line{
	position: absolute;
	text-align: right;
	width: 120px;
z-index:0;
}
.navigation-sub{
	position: absolute;
	text-align: right;
	width: 100px;
}
.logo{
	position:absolute;
	/*left:450px;*/
	left:68px;
                top:320px;
	width:44px;
	height:138px;
}

* html .logo{
	top:380px;
}

/*links*/
.content-main a {
	color:#942D0C;
	text-decoration:underline;
}
.content-main a:link {
	color:#942D0C;
}
.content-main a:visited {
	color:#942D0C;
}
.content-main a:hover {
	color:#942D0C;
}
.content-main a:active {
	color:#942D0C;	
}

/*navigation*/
.navigation a {
	color:#6e99ad;
	font-weight:bolder;
	font-stretch: condensed;
	text-decoration:none;
}
.navigation a:link {
	color:#6e99ad;
}
.navigation a:visited {
	/*color:#6e99ad;*/
}
.navigation a:hover {
	color:#942D0C;
}
.navigation a:active {
	color:#6e99ad;	
}

.main-default{
	width:100%;
	height:20px;
}
.main-selected{
	width:100%;
	height:20px;
}
.main-selected a {
	color:#942D0C;
	font-weight:bold;
	text-decoration:none;
}
.sub{
	width:100%;
	height:20px;
}
.sub-selected{
	width:100%;
	height:20px;
}
.sub-selected a {
	color:#942D0C;
	font-weight:bold;
	text-decoration:none;
}

/*extra*/
.maintitle{
	font-size:12px;
	color: #942D0C;
	font-weight: bold;

}
.subtitle{

}
.headline{
	color: #942D0C;
/*	font-weight: bold;*/
}
.fliesstext{

}
.highlight{
	color: #942D0C;
}

/*overview*/
.overview{
	width:100%;
}
.containerh2 {
	width:200px;
	height:140px;
	display:inline;
	float:left;
	margin-right: 10px;
}
.containerh2 .headline {
	width:100%;
	height:18px;
	line-height:18px;
	padding-top:2px;
	margin-bottom:10px;
}
.containerh2 .fliesstext {
	height:50px;
	overflow: hidden;
	/*margin-bottom:10px;*/
}
.containerh3{
	width:120px;
	height:140px;
	display:inline;
	float:left;
	margin-right:10px;
}
.containerh3 .headline {
	width:100%;
	height:18px;
	line-height:18px;
	padding-top:2px;
	font-size:10px;
	margin-bottom:10px;
}
.containerh3 .fliesstext {
	height:50px;
	overflow:hidden;
	margin-bottom:10px;
}
.content-main .contentbox {
	width:100%;
	margin-bottom:25px;
	clear:left;
/*	border:solid 1px red;*/
}
.containerh2 .contentbox {
	width:100%;
	margin-bottom:10px;
	clear:left;
/*	border:solid 1px red;*/
}

.backlink{
clear:left;
	position:relative;
	left:0px;
	top:0px;
	margin-bottom:10px;
	text-align:left;
}
.overview-caption{
	font-weight:normal;
	font-size:9px;
}
.image-caption{
	font-weight:normal;
	font-size:9px;
	font-style: italic;
}

.clear{
clear:both;
}

.border{
border:1px solid red;
}