body {
background-color: #e5eded;
color: #333333;
font-size: 10px;
font-family: Georgia, Times, serif;
}

body, table, tr, td, div, p, span, h1, h2, h3, h4, h5, h6, ul, li { margin: 0px; padding: 0px; }

a:focus { outline:none; }

img { border: 0; }

/* Hauptelemente */

#main {
position: absolute;
left: 50%;
top: 0;
width:830px;
margin-left: -415px;
background-color: #FFFFFF;
background-image: url(../image/schatten.gif);
background-repeat: repeat-y;
background-position: 0 0;
}

#header {
width: 100%;
height: 78px;
background-image: url(../image/bg_header.gif);
background-repeat: no-repeat;
background-position: 15px 0px;
background-color: transparent;
}


#main_menue {
position: absolute;
left: 54px;
top: 58px;
width: 761px;
background-color: transparent;
}

	#main_menue ul {
	list-style: none;
	width: 100%;
	}
	
	#main_menue ul li {
	float: left;
	padding-right: 30px;
	}

#logo {
position: absolute;
top: 105px;
left: 622px;
}

#logo_home {
position: absolute;
top: 114px;
left: 548px;
}

#sub_nav {
position: absolute;
top: 105px;
left: 54px;
width: 246px;
padding-bottom: 30px;
}

	#sub_nav ul {
	list-style: none;
	font-weight: bold;
	font-size: 1.1em;
	}

	#sub_nav ul li {
	padding-bottom: 0.6em;
	}

	#sub_nav a {
	color: #00484f;
	text-decoration: none;
	}

	#sub_nav a:hover {
	color: #000000;
	}

#content {
float: right;
width: 583px;
padding-top: 105px;
padding-bottom: 30px;
}

	#content_inner { padding-right: 54px; }
	#content_inner_home { padding: 50px 54px 0px 104px; }

#footer {
clear: both;
width: 100%;
height: 90px;
background-image: url(../image/bg_footer.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
background-color: #e5eded;
padding-top: 1px;
}

#footer_home {
clear: both;
width: 100%;
height: 178px;
background-image: url(../image/bg_footer_home.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
background-color: #e5eded;
padding-top: 1px;
}

#riffelt_home {
position: absolute;
left: 15px;
bottom: 73px;
}

	#footer a {
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFFFF;
	text-decoration: none;
	}

	#footer a:hover {
	color: #ccdadc;
	}

	#back {
	float: left;
	padding-left: 54px;
	}
	
	#home {
	float: right;
	padding-right: 54px;
	}	
	
/* Textelemente */

#content p {
font-size: 1.1em;
line-height: 1.5em;
padding-bottom: 1.1em;
}

#content p.klein {
font-size: 1.0em;
line-height: 1.4em;
padding-bottom: 1.0em;
}

#content a {
color: #00484f;
text-decoration: underline;
}
		
	#content a:hover {
	color: #000000;
	}

#content ul {
list-style: none;
font-size: 1.1em;
line-height: 1.5em;
padding-bottom: 0.6em;
}

#content ul li {
background-image: url(../image/bullet_sign.gif);
background-repeat: no-repeat;
background-position: 0 0.3em;
padding-left: 1.1em;
padding-bottom: 0.3em;
}

/* Bilder */

#content .img_links {
float: left;
margin-right: 10px;
border: solid 1px #333333;
}

/* Überschriften */

h1 {
line-height: 1.3em;
font-weight: bold;
}

#content h1 {
font-size: 1.6em;
color: #00484f;
padding-bottom: 0.9em;
}

#content h2 {
font-size: 1.1em;
font-weight: bold;
color: #00484f;
padding-top: 1.1em;
padding-bottom: 1.1em;
}

#sub_nav h1 {
font-size: 1.5em;
color: #669196;
padding-bottom: 1.4em;
}



