@charset "utf-8";
/* CSS Document */
html{
	width: 100%;
	height: 100%;
}

body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
	background-image: url(../bilder/raster/bg.jpg);
	background-repeat:repeat-x;
}

h1{
	font-size:20px;
	font-weight: bold;
	color: #004b73;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #97aed6;
}
a:active {
	text-decoration: none;
	color: #333333;
}

#links{
	color: #FFF;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 202px;
	height: 700px;
}

#links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#links a:link {
	text-decoration: none;
}
#links a:visited {
	text-decoration: none;
	color: #FFF;
}
#links a:hover {
	text-decoration: none;
	color: #97aed6;
}
#links a:active {
	text-decoration: none;
	color: #FFF;
}

#navigation{

	position: absolute;
	left: 212px;
	top: 0px;
	width: 700px;
	height: 174px;
}
#teaser{
	position: absolute;
	left: 212px;
	top: 184px;
	width: 480px;
	height: 25px;
	padding: 10px;
	background-color: #FFFFFF;
}
#inhalt{
	position: absolute;
	left: 212px;
	top: 239px;
	width: 480px;
	height: 700px;
	padding: 10px;
	background-color: #c3d5df;
}

#satelitex{
	position: absolute;
	left: 720px;
	top: 184px;
	width: 150px;
	padding: 10px;
	background-color: #FFFFFF;
}

#satelitex img{
	border: #999999 1px solid;
}

#satelitey{
	position: absolute;
	left: 720px;
	top: 344px;
	width: 150px;
	padding: 10px;
	background-color: #FFFFFF;
}

#satelitey img{
	border: #999999 1px solid;
}

#satelite{
	position: absolute;
	left: 720px;
	top: 504px;
	width: 150px;
	padding: 10px;
	background-color: #FFFFFF;
}

#satelite img{
	border: #999999 1px solid;
}

