@charset "UTF-8";
body{
	background-color: #ebebe4;
	width: 100%;
	height: 100%;
	margin: 0;
}
p, ul{
	font: 12px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #888;
	margin: 0 0 8px 0;
}
strong{
	font-weight: normal;
	color: black;
}
img{
	border: none;
}
p:first-child{
	margin-top: 0;
}

a:link, ul a:visited{
	text-decoration: none;
	color: #888;
	border: none;
}
a:hover, ul a:active{
	text-decoration: none;
	color: #000;	
	border: none;
}
p a:link, p a:visited{
	text-decoration: none;
	color: #888;
	border-bottom: 1px solid #ccc;
}
p a:hover, p a:active{
	text-decoration: none;
	color: #000;	
	border-bottom: none;
}
a:focus{outline: none;}
.content{
	position: absolute;
	left: 50%;
	margin-left: -495px;
	top: 50%;
	margin-top: -270px;
	width: 990px;
	height: 540px;
	background-color: white;
	/*background: white url(images/screen_2.png) no-repeat;*/
}
.logo{
	position: absolute;
	left: 420px;
	top: 60px;
}
ul{
	position: absolute;
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}
ul.nav{
	left: 30px;
	bottom:55px;
}
ul.subnav{
	left: 105px;
	bottom:55px;
}
.maintext{
	position: absolute;
	left: 420px;
	top: 120px;
	width: 360px;
}
.infodetail{
	position: absolute;
	left: 810px;
	top: 120px;
	width: 170px;
}
.thumb{
	position: absolute;
	left: 420px;
	top: 120px;
}
.bild{
	position: absolute;
	left: 420px;
	top: 120px;
}
.legend{
	position: absolute;
	left: 105px;
	bottom:55px;
}
.legend p{
	margin-bottom: 0;
}
ul.bildnavigation{
	position: absolute;
	left: 420px;
	bottom:55px;
}
ul.bildnavigation li{
	display: inline;
	margin-right: 3px;
}
.red{
	color: red;
}
.intro{
	position: absolute;
	left: 50%;
	margin-left: -495px;
	top: 50%;
	margin-top: -270px;
	width: 990px;
	height: 540px;
	z-index: 10;
}
.mainnews{
	position: absolute;
	left: 420px;
	top: 120px;
}
.mainnews img{
	width: 540px;
}
.secnews{
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;	
}
