html, body {
	height: 100%;
}

body {
	background: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #000;
	padding:0px;
	margin:0px;
}

div  {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {color: #575757; text-decoration:underline}
a:visited {color:#575757; text-decoration:underline}
a:hover {color: #000; text-decoration:underline}
a:active { color:#575757; text-decoration:none}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 7px 40px;
	margin: 0;
	border-bottom: 1px solid #80613d;
	color: #80613d;
	background: url('../img/bilder/h1_bg.jpg') no-repeat;
}

h2 a:hover,
h2 a,
h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
	color: #95461B;
	text-decoration: none;
}

h3 {
	font-size:13px;
	color: #667175;
	font-weight: bold;
	padding: 0;
	margin: 20px 0 10px 0;
}

h4 {
	font-size: 15px;
	color: #FF7410;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 10px 0;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 7px 40px;
	margin: 20px 0 25px 0;
	border-bottom: 1px solid #80613d;
	color: #80613d;
	background: url('../img/bilder/h1_bg.jpg') no-repeat;
}

.headline {
	margin: 0 0 5px 0;
}

p, pre{
	padding: 0px;
	margin: 15px 0px;
}

#content ul {
	padding: 0;
	margin: 0;
}

#content ul li {
	list-style-type: square;
	font-size: 10px;
	line-height: 16px;
	margin: 5px 30px;
}

#content ul li ul {
	margin: 5px 0 0 0;
}

img.imageborder {
	padding: 1px; 
	border: 1px solid #95461B;
}

td {
	vertical-align: top;
	padding: 0 0 10px 0;
}

div.clear {clear:both;}

/* ----------CONTAINER-------------- */
#container {
	background: #FFF url('../img/layout/container_bg.gif') top left no-repeat;
	width: 848px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#short_navi {
	height: 20px;
	text-align: right;
	color: #999;
	padding: 5px 74px 0 0;
}

#short_navi span a {
	color: #999;
	text-decoration: none;
	font-size: 10px;
}

#short_navi span a:hover {
	color: #000;
}

#header_01 {
	background: url('../img/layout/header_01.jpg') top left no-repeat;
	margin: 0 0 0 74px;
	height: 200px;
	width: 700px;
}

#header_02 {
	background: url('../img/layout/header_02.jpg') top left no-repeat;
	margin: 0 0 0 74px;
	height: 200px;
	width: 700px;
}

#header_03 {
	background: url('../img/layout/header_03.jpg') top left no-repeat;
	margin: 0 0 0 74px;
	height: 200px;
	width: 700px;
}

#print_header {
	display: none;
}

/*******SUPERFISH NAVIGATION*******/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			27px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	padding: 		8px .75em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:		#80613d;
}
.sf-menu li li {
	background:		#80613d;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu a.active {
	background:		#DACEB0;
	outline:		0;
	color: #80613d;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*******SUPERFISH NAVIGATION END*******/


/*******NAVIGATION*******/
#menue {
	width: 700px;
	height: 27px;
	background: #80613d;
	margin: 0 0 0 74px;
}

/*
#menue ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5px;
	height: 22px;
}

#menue ul li {
	float: right;
	height: 22px;
	padding: 0 11px;
	margin: 0;
}

#menue ul li a {
	color: #bba370;
	text-decoration: none;
	line-height: 22px;
	font-size: 11px;
}

#menue ul li.selected a,
#menue ul li:hover a,
#menue ul li a:hover {
	color: #eee8aa;
}
*/

#content {
	width: 660px;
	margin: 0 0 0 74px;
	padding: 20px;
	min-height: 400px; 
	background: #daceb0;
}

#content .content_float {
	 float: left;
	 margin: 0 0 15px 0;
	 padding: 0 15px 0 0;
}

#content .content_float_right {
	 float: left;
	 margin: 0 0 15px 0;
	 padding: 0;
}

div.bild_rechts_unterschrift {
	float: right; 
	margin: 0 10px 10px 10px; 
	text-align: center;
}

div.bild_links_unterschrift {
	float: right; 
	margin: 0 10px 10px 10px; 
	text-align: center;
}

div.bild_mitte_unterschrift {
	margin: 10px auto;
	text-align: center;
}

div.bild_rechts_unterschrift span {
	font-size: 10px;
}

div.bild_links_unterschrift span {
	font-size: 10px;
}

div.bild_mitte_unterschrift span {
	font-size: 10px;
}

div.invisible {
	display: ;
}

#content a.nolink {
	text-decoration: none;
	color: #000;
}

#footer {
	position: relative;
	height: 50px;
	width: 700px;
	margin: 0 0 0 74px;
	background: #fff url('../img/layout/footer_bg.gif') top left no-repeat;
}

#footer span {
	position: absolute;
	width: 680px;
	text-align: center;
	left: 1px;
	bottom: -20px;
	font-size: 10px;
}

/***************FORMULAR**************/
form input,
form textarea {
	border: 1px solid #ceb595;
	background: #daceb0;
	margin: 0 0 10px 0;
}

form textarea {
	scrollbar-base-color: #daceb0;
}
