@import url(navigation.css);
@import url(inhalte.css);
@import url(news.css);
/* reset css /
*{
   padding: 0px;
   margin: 0px;
}

/*
a:link{text-decoration: none;border: none;}
a:visited{text-decoration: none;border: none;}
a:hover{text-decoration: none;border: none;}
a:active{text-decoration: none;border: none;}
*/
/* mozilla dotted line */
a:focus {outline:none;}

img{
	border: none;
}

body{
	height: 100%;
	width: 100%;
	font-size: 9pt;	
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(bilder/test2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.main{
/* 	background-color: ; */
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	top: 0px;
	bottom: 0px;
	min-height: 800px;
}

.bildlinks{
	position: absolute;
	top: 50%;
	margin-top: -358px;
	left: 0px;
	z-index: 0;
}

.kopf{
	border: solid red 0px;
	position: absolute;
	margin-left: 220px;
	top: 10px;
	z-index: 2;
}

.kopf img{
	border: solid green 0px;
	margin-right: 10px;
}

.titel{
	color: #696969;
	border: solid #696969;
	border-width: 0px 0px 1px 0px;
	position: absolute;
	left: 300px;
	right: 22px;
	top: 170px;
	font-size: 14pt;
}

.inhalt{
	border: solid red 0px;
	position: absolute;
	left: 300px;
	right: 22px;
	top: 200px;
	bottom: 150px;
	overflow: auto;
}

.navigation-oben{
	border: solid #696969;
	border-width: 0px 0px 1px 0px;
	width: 676px;
	height: 180px;
}

.inhalt_2{
	border: solid green 0px;
	position: absolute;
	left: 300px;
	right: 22px;
	top: 270px;
	bottom: 150px;
	overflow: auto;
}

.wasser{
	background: url(bilder/wasser.png);
	background-repeat: no-repeat;
	width: 756px;
	height: 106px;
	border: solid red 0px;
	position: absolute;
	right: 16px;
	bottom: 10px;
}

.suche{
	background-image: url(bilder/navi_50.png);
	border: solid white 1px;
	position: absolute;
	padding: 5px;
	right: 20px;
	top: 20px;
}

.navigation-unten{
	border: solid orange 0px;
	position: absolute;
	left: 20px;
	top: 20px;
	color: white;
}

.ticker{
/*	background-image: url(bilder/navi_50.png); */
	position: absolute;
	right: 26px;
	top: 481px;
	z-index: 100;
}

.ticker a{
	font-weight: bolder;
	color: #004E92;
}