@charset "UTF-8";
/* CSS Document */


/* html-tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: #D9D9D9;
	padding: 0px;
	margin: 0px;
}

a:link {
	text-decoration: none;
	color:#FFF;
	font-size:1.1em;
	line-height: 1.4em;
}
a:visited {
	text-decoration: none;
	color:#FFF;
	font-size:1.1em;
	line-height: 1.4em;
}
a:hover {
	text-decoration: none;
	color:red;
	font-size:1.1em;
	line-height: 1.4em;
}
a:active {
	text-decoration: none;
}


/* containers */

#head {
	height: 225px;
	width: 1500px;
	position: absolute;
	left: 50%;
	margin-left: -750px;
	background-image: url(../bild_grafik/background_head.jpg);
	top: -1px;
	padding: 0px;
}

#fnav {
	height: 75px;
	width:780px;
	position: absolute;
	top: 95px;
	left: 220px;
	border: none;
}

#snav {
	height: 645px;
	width: 175px;
	position: absolute;
	left: 20px;
	top: 250px;
	border: none;
}


#content {
	height: 920px;
	width: 1024px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 53px;
	background-image:url(../bild_grafik/background_content.png);
}
 
#contentbox {
	height: 645px;
	width: 735px;
	position: absolute;
	left: 225px;
	top: 198px;
	border: none;
	overflow: auto;
}  
  
#contact-box {
	height: 645px;
	width: 735px;
	position: absolute;
	top: 125px;
	border: none;
	overflow: auto;
	font-size: 1.2em;
	line-height: 1.5em;
} 

#linkbox{
	height: 605px;
	width: 625px;
	position: absolute;
	left: 205px;
	top: 0px;
	border: none;
}

.indextitle{
	font-size: 120%;
	color:#FFF
}



	


	
	
	 
