body {
	font-family: "Berlin Sans FB", Tahoma, Verdana, Arial, Geneva, sans-serif;
	font-size: 0.9em;
	color: #030;
	background: #F7E2C5;
	margin: 0px;
	padding: 0px;
}
a {
	color: #030;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline overline;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px 0px 20px;
	padding: 0px;
}
h1 {
	font-size: 20px;
	background: #E8EEBB;
	border-bottom: 1px solid #D7E397;
	margin-right: -40px;
	margin-left: -40px;
	color: #6C7A21;
	text-shadow: 2px 2px 3px #6C7A21;
	padding: 2px 40px;
	text-align: center;
}
h2 {
	font-size: 18px;
	color: #6C7A21;
}
h3 {
	font-size: 16px;
	color: #6C7A21;
}
h3.rechts {
	text-align: center;
	font-size: 16px;
}

h4 {
	font-size: 14px;
	color: #6C7A21;
}
h5 {
	font-size: 10px;
	font-weight: normal;
}
h6 {
	font-size: 8px;
	font-weight: normal;
}

.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.right {
	text-align: right;
}
input, textarea, select {
	background: #E8EEBB;
}



#main {
	background: url(images/design_inhalthg.jpg);
	height: auto;
	min-height: 600px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#main #header {
	background: url(images/design_01.jpg);
	float: right;
	height: 127px;
	width: 970px;
	position: relative;
}
#main #menuoben {
	background: url(images/design_02.jpg);
	float: left;
	height: 42px;
	width: 910px;
	position: relative;
	z-index: 900;
	padding: 0px 30px;
}
#main #menuoben ul {
	margin: 0px;
	padding: 4px 0px;
	list-style-type: none;
	height: 34px;
	line-height: 34px;
	position: relative;
	z-index: 901;
	float: left;
	width: 910px;
}
#main #menuoben ul li {
	float: left;
	position: relative;
	z-index: 902;
}
#main #menuoben ul li a {
	font-weight: bold;
	color: #6C7A21;
	line-height: 34px;
	float: left;
	height: 34px;
	text-transform: uppercase;
	text-decoration: none;
	width: 90px;
	text-align: center;
	border-right: 1px solid #6C7A21;
	z-index: 903;
}
#main #menuoben ul li a.breit {
	width: 136px;
}

#main #menuoben #sf-menu li a.end {
	border-style: none;
}

#main #menuoben ul li ul {
	width: 150px;
	position: absolute;
	left: 5px;
	top: 30px;
	z-index: 910;
	display: none;
}
#main #menuoben ul li ul:hover {
	display: block;
}

#main #menuoben ul li ul li {
	width: 150px;
}
#main #menuoben ul li ul li a {
	line-height: 30px;
	background: #E8EEBB;
	height: 30px;
	width: 150px;
	border: 1px solid #E8EEBB;
}
#main #menuoben ul li ul li a:hover {
	background: #FFF;
}



#main #menuoben ul li a:hover, #main #menuoben ul li a.active{
	background: #E8EEBB;
	color: #6C7A21;
}
#main #contentaussen {
	background: url(images/design_inhalthg.jpg);
	float: left;
	height: auto;
	min-height: 392px;
	width: 970px;
	position: relative;
	z-index: 99;
}
#main #contentaussen #contentinnen {
	background: url(images/design_03.jpg) no-repeat;
	float: left;
	height: auto;
	min-height: 392px;
	width: 970px;
	position: relative;
	z-index: 100;
}
#main #contentaussen #contentinnen  #imageContainer{
	float: left;
	height: 256px;
	width: 300px;
	position: relative;
	overflow: hidden;
	z-index: 103;
}
#main #contentaussen #contentinnen #content{
	padding: 10px 40px;
	float: left;
	height: auto;
	min-height: 372px;
	width: 590px;
	z-index: 101;
}
#main #contentaussen #contentinnen #content #newsticker{
	position: absolute;
	height: 129px;
	width: 292px;
	left: 3px;
	top: 260px;
	z-index: 102;
}
#main #contentaussen #contentinnen2 {
	background: url(images/design_03.jpg) no-repeat;
	float: left;
	height: auto;
	min-height: 392px;
	width: 970px;
	position: relative;
	z-index: 100;
}
#main #contentaussen #contentinnen2 #imageContainer2 {
	float: left;
	height: 256px;
	width: 400px;
	position: relative;
	overflow: hidden;
	z-index: 103;
}

#main #contentaussen #contentinnen2 #content2 {
	padding: 10px 40px;
	float: left;
	height: auto;
	min-height: 372px;
	width: 490px;
	z-index: 101;
}
#main #contentaussen #contentinnen2 #content2 #newsticker {
	position: absolute;
	height: 129px;
	width: 269px;
	left: 128px;
	top: 260px;
	z-index: 102;
}



.umenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.umenu li {
	float: left;
	margin-right: 5px;
}
.umenu li a {
	text-transform: uppercase;
	color: #6C7A21;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	width: 189px;
	text-align: center;
	display: block;
	background: #E8EEBB;
	border: 1px solid #D7E397;
}
.umenu li a:hover {
	background: #FFF;
}




#main #feater {
	background: url(images/design_04.jpg);
	float: left;
	height: 36px;
	width: 970px;
	position: relative;
	line-height: 36px;
	text-align: center;
	padding-top: 3px;
}

#inhalt .seitenbreite .gb {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #030;
}
.seitenbreite .gb .gb-author {
	background: #E8EEBB;
	padding: 2px;
}
#main #contentaussen #contentinnen #content #inhalt .seitenbreite .gb .gb-author p {
	margin: 0px;
	padding: 0px;
}

/* Scroller Box */

.scroller_container_up_down, .scroller_container_left_right {
 position: relative;
 overflow: hidden;
}

.scroller_container_up_down {
 width: 269px;
 height: 129px;
}

.scroller_container_left_right {
 width: 300px;
 height: 60px;
}

.scroller_left_right {
 white-space: nowrap;
 line-height: 60px;
 font-size: 60px;
}

.scroller_up_down  p, .scroller_left_right p {
 padding: 0;
}
/* Scoller Box */

/* Example Divs */
.box1, .box2, .box3 {
 width: 25px;
 height: 25px;
 display: block;
 padding: 0;
 margin: 0;
}

.box1{background: #f00;}

.box2{background: #0f0;}

.box3{background: #00f;}

/* CSS Hack Safari */
#dummy {;# }

.scroller_container_up_down {
 overflow: auto;
}

/* Scoller Box */
     
