@charset "utf-8";
/* CSS Document */

body { 
	background-color: #b4b4b4;
	font-size:14px;
	color:#3c3c3c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

h1 {
	font-size:18px;
}

h2 {
	font-size:14px;
}

#aussen {
	position: absolute;
	left:50%;
	top:50%;
	width:970px;
	height:600px;
	margin-left:-475px;
	margin-top:-300px;
	background-image:url(bilder/hg.jpg);
	background-repeat:no-repeat;
		
}

#innen1 {
	position: absolute;
	left:15px;
	top:15px;
	width:940px;
	height:570px;
	margin:0px;
	
}

#innen2 {
	position: absolute;
	left:15px;
	top:15px;
	width:940px;
	height:570px;
	margin:0px;
	background-image:url(bilder/hg_content.png);
	background-repeat:no-repeat;
}

#logo {
	position:absolute;
	right:15px;
	top:0px;
	height:55px;
	width:75px;
	z-index:2;
}

#head {
	position:absolute;
	left:0px;
	top:0px;
	width:805px;
	height:55px;
	margin:0px;
	padding-left:135px;
	
}

#navi {
	position:absolute;
	left:0px;
	top:55px;
	width:940px;
	height:30px;
	background-image:url(bilder/hg_navi.jpg);
	background-repeat:repeat-x;
	
}

#content {
	position:absolute;
	left:85px;
	top:85px;
	margin:0px;
	width:770px;
	height:450px;
	overflow:auto;
	
}

#unten {
	position:absolute;
	left:0px;
	top:535px;
	margin:0px;
	width:940px;
	height:10px;
	background-image:url(bilder/hg_unten.jpg);
	background-repeat: repeat-x;
	
}

#foot {
	position:absolute;
	left:0px;
	top:545px;
	margin:0px;
	width:940px;
	height:25px;
	
}

/* Links */

a:link {
	color: #3c3c3c;
	text-decoration: none;
	/*letter-spacing:0.05em;*/
}
a:visited {
	color: #3c3c3c;
	text-decoration: none;
	/*letter-spacing:0.05em;*/
}
a:hover {
	color: #a21324;
	text-decoration: none;
	/*letter-spacing:0.05em;*/
}
a:active {
	color: #a21324;
	text-decoration: none;
	/*letter-spacing:0.05em;*/
}

a.imp:link {
	color: #fff;
	text-decoration: none;
	/*letter-spacing:0.05em;*/
}
a.imp:visited {
	color: #fff;
	text-decoration: none;
	/*letter-spacing:0.05em;*/
}
a.imp:hover {
	color: #a21324;
	text-decoration: none;
	/*letter-spacing:0.05em;*/
}
a.imp:active {
	color: #a21324;
	text-decoration: none;
	/*letter-spacing:0.05em;*/
}

img {
	border:0px;
}

table {
	width:90%;
	margin-left:5%;
}

td {
	text-align:center;
}

#links {
	position:absolute;
	left:20px;
	top:3px;
	font-size:12px;
	
}

#rechts {
	position:absolute;
	left:820px;
	top:3px;
	font-size:12px;
	color:#FFFFFF;
	
}