html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px 123px 0px 0px;
	text-align: left;
	background: url('../images/layout/bodyback.jpg') repeat-x 0px 0px #F4B100;
	font-size: 100.01%;
	font-family: Verdana;
	text-align: center;
}

/* Globale Einstellungen */

.none {
	display: none;
}

a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9F3419;
}
a:hover, a:active; a:focus  { 
	text-decoration: underline; 
	color: #ffffff;
}

.clearall {
	clear: both;
	border: 0px solid #ffffff;
	color: #ffffff;
	line-height: 1px;
	font-size: 1px;
}

/* Headline */

h1 {
	display: none;
}

h2 {
	font-size: 100%;
	margin: 0px;
	padding: 5px 0px 5px 20px;
	background: url('../images/layout/h2.gif') no-repeat 4px 50% #ffffff;
	color: #762713;
	border-bottom: 2px solid #BB3C1C;
	font-weight: bold;
}

h3 {
	font-size: 90%;
	margin: 0px;
	padding: 5px 0px;
	color: #762713;
	font-weight: bold;

}

/* DIV Elemente */

#main {
	margin: 0px auto;
	width: 934px;
	text-align: left;
}

#navi {
	float: left;
	width: 123px;
	margin: 0px;
	padding: 300px 0px 0px 0px;
}

#inhaltsrahmen {
	float: left;
	width: 811px;
	background: url('../images/layout/hintergrund_rahmen.gif') repeat-y #F4B100;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#inhalt {
	background: url('../images/layout/hintergrund.gif') no-repeat 0px 0px transparent;
}

#sprache {
	text-align: center;
}

#servicenavi {
	float: left;
	margin: 60px 0px 0px 7px;
	padding: 0px;
}

#zufallsbild {
	float: right;
	height: 217px;
	width: 350px;
	margin: 160px 1px 0px 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
}

#obereblock {
	position: static;
	margin: 150px 0px 0px 0px;
	padding: 145px 60px 20px 60px;
	background: url('../images/layout/logo.gif') no-repeat 70px 50px;
	color: #762713;
	font-size: 70%;

}

#einebox {

	width: 327px;
	padding: 0px 24px 20px 60px;
	color: #762713;
	font-size: 70%;
}

#contenttop {
	width: 320px;
	margin: 0px 5px 0px 5px;
	padding: 145px 10px 20px 60px;
	background: url('../images/layout/logo.gif') no-repeat 60px 70px;
}

#contentleft {
	float: left;
	width: 320px;
	padding: 10px 10px 20px 60px;
}

#contentright {
	float: right;
	width: 350px;
	padding: 10px 10px 20px 60px;
}

#contentunten {
	margin: 290px 0px 0px 0px;
	padding: 10px 10px 20px 60px;
}

#contenteinblock {
	position: relative;
	border: 1px solid red;
margin-top: 150px;
	padding: 145px 60px 20px 60px;
	background: url('../images/layout/logo.gif') no-repeat 60px 70px;
}
.bild1 {
	background: url('../images/zufall/bild1.gif') no-repeat 0px 0px transparent;
}

.bild2 {
	background: url('../images/zufall/bild2.gif') no-repeat 0px 0px transparent;
}

.bild3 {
	background: url('../images/zufall/bild3.gif') no-repeat 0px 0px transparent;
}

.bild4 {
	background: url('../images/zufall/bild4.gif') no-repeat 0px 0px transparent;
}

.bild5 {
	background: url('../images/zufall/bild5.gif') no-repeat 0px 0px transparent;
}

.bild6 {
	background: url('../images/zufall/bild6.gif') no-repeat 0px 0px transparent;
}

/* Servicenavigations Elemente */

#servicenavi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#servicenavi li {
	float: left;
	display: block;
	padding: 5px 20px 5px 5px;
	margin: 0px;
	background: url('../images/layout/servicenavi.jpg') no-repeat 100% 50% #F4B100;
	font-size: 80%;
}

#servicenavi a:link, #servicenavi a:visited {

	text-decoration: none;
	color: #BB3C1C;
}

#servicenavi a:hover, #servicenavi a:active, #servicenavi a:focus, #servicenavi a.aktiv:link, #servicenavi a.aktiv:visited {
	color: #F4B100;
	background-color: #BB3C1C;
}


/* Navigations Elemente */

#navi ul {
	margin: 0px;
	padding: 0px;
}

#navi li {
	margin: 3px 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}

#navi a:link, #navi a:visited {
	display: block;
	padding: 10px 25px 10px 0px;
	margin: 0px;
	text-align: right;
	font-size: 60%;
	text-decoration: none;
	color: #FFCD48;
	background: url('../images/layout/naviback.jpg') repeat-y 100% 0% #BB3C1C;
	font-weight: bold;
}
	
#navi a:hover, #navi a:active, #navi a:focus { 
	text-decoration: underline; 
	color: #ffffff;
	}

#navi a.zweiteebene:link, #navi a.zweiteebene:visited {
	margin-left: 20px;
}

/* Sprachen Elemente */

#sprache img {
	border: 0px;
}

#sprache a:link, #sprache a:visited {
	text-decoration: none;
	font-size: 70%;
	color: #9D7200;
	font-weight: bold;
}

#sprache a:hover, #sprache a:active, #sprache a:focus { 
	text-decoration: underline; 
	color: #ffffff;
	}
