@charset "utf-8";
/* CSS Document */


/* BODY */
html {
	overflow-y: scroll;
}


body {
	margin:0;
	padding:0;
	background: #edebe5 url(../../design/hintergrund_body.jpg) no-repeat center 0px;
	background-color:#dddddd;
}


#hauptbox {
	width: 950px;
	margin: 0px auto;
}


/* KOPFBEREICH */
#kopf {
	width:950px;
	height:240px; 
	background-image: url(../../design/kopf.jpg);
}


/* NAVIGATION */
#navi {
	width:950px;
	height:34px; 
	background-color:#8d8d8d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


#navi_start {
	width:175px;
	height:34px; 
	background-color:#8d8d8d;
	float:left;	
}
	
	
#navi_start a {
	text-decoration: none;
	color: #ffffff;
	position: relative;
	top: 8px;
	left: 25px;	
}


#navi_start a:hover {
	text-decoration: none;
	color: #c9ff14; 
}


#navi_inhalt {
	width:605px;
	height:34px; 
	background-color:#8d8d8d;
	float:left;
}


#navi_inhalt a {
	text-decoration: none;
	color: #ffffff;
	position: relative;
	top: 8px;
	left: 25px;	
	padding-right: 35px;
}


#navi_inhalt a:hover {
	text-decoration: none;
	color: #c9ff14;
}


#navi_impressum{
	width:170px;
	height:34px; 
	background-color:#8d8d8d;
	float:left; 	
}


#navi_impressum a {
	text-decoration: none;
	color: #ffffff;
	position: relative;
	top: 8px;
	left: 25px;	
}


#navi_impressum a:hover {
	text-decoration: none;
	color: #c9ff14;
}


/* HAUPTINHALT */
#hauptinhalt {
	width:950px;
	min-height:550px;
	float:left;
	background-image:url(../../design/spaltenlayout.jpg);
}


/* NAVIGATION LINKS */
#navi_links {
	width:175px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:20px;
	padding-bottom:20px;
}


#navi_links a {
	text-decoration: none;
	color: #ffffff;
	position: relative;
	line-height: 20px;
	left: 25px;	
	padding-right: 35px;
}


#navi_links a:hover {
	text-decoration: none;
	color: #c9ff14;
}


/* INAHLT */
#inhalt {
	width:605px;
	float:left;
}


#inhalt a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
	font-weight:bold;
        font-size: 12px;
}


#inhalt a:hover {
	color: #96bf0d; 
}


/* SPALTE RECHTS */
#spalte_rechts {
	width:170px; 
	float:left;
}


#fuss {
	width: 950px;
	float: left;
	height: 42px;
	background-color:#dddddd;
}	


/* ----- Textangaben ----- */
		
h1 {
	color:#606060;
	padding: 10px 25px 6px 25px;
	font-size:14px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
		
p {
	padding: 0px 25px 0px 25px; 
	font-size:12px; 
	color:#000000; 
	line-height: 16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}	
		
.startseite {
	padding: 0px 0px 0px 22px; 
	font-size:12px; 
	color:#000000; 
	line-height: 16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;		
}
		
table {
	padding: 0px 12px 0px 8px; 
	font-size:12px; 
	color:#000000; 
	line-height: 16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#startseite {
      padding: 0px;
      margin: 0px;
}

img {
      border: none
}

