	body {
	color: #000;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	background: #ffffff;
}

td {
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #AE9F76;
	font-weight: normal;
	text-decoration: none;	
}

a.linkarrow  {
	background-image: url(images/arrow_rot.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 0 11px;
}

a:hover {
	color: #AE9F76;
	font-weight: normal;
}


h1, h3 {
	margin: 25px 0 20px 0;
	padding: 0 0 0 40px;
	background-image: url(images/ueberschrift.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	color : #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	}

h1:first-child {
	margin: 0 0 15px 0;
}

h2 {
	color : #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align: left;
	background-image: url(images/unterschrift.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	color : #000000;
	background-position: 0px 2px;
	
}

h4 {
	color : #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: left;
	color : #000000;
	
}


ol {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left : 15px;
	font-weight : normal;
}

ul {
	margin: 15px 0 20px 0px;
	padding: 0 0 0 10px;
	font-weight : normal;
	text-align: left;
}

li {
	padding: 0 0 0 18px;
	background-image: url(images/arrow_grau.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	list-style: none;
	margin: 0 0 5px 0;
}

hr {
	color: #AE9F76;
}

form {
	margin: 0;
	padding: 0;
}

/* Hauptelemene */



#container {
	background: #fff url(images/bg_kachel.jpg) repeat-y top left;
	width: 980px;
	overflow auto;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -490px;
	min-height: 100%; /* Div hat 100% Höhe */	
}

#head {
	background: #fff url(images/header.jpg) no-repeat top left;
	width: 980px;
	height: 160px;
	margin: 0 0 0 0;
}

#content {
	width: 720px; /*width: 840px; // Originalgröße*/
	padding: 0 60px 0 60px;
	position: relative;
	left: 70px;
	top: 20px;
}

#stage {
	text-align: left;
	padding: 0 0 0 40px;
	margin: 0 0 40px 0;
	text-align: justify;
	background: transparent url(images/textdeko.jpg) repeat-y;
	overflow: auto;
}

#stageNoBackground {
	text-align: left;
	padding: 0 0 0 40px;
	margin: 0 0 40px 0;
	text-align: justify;
	overflow: auto;
}

#stageLeft {
	text-align: left;
	padding: 0 0 0 40px;
	margin: 0 0 40px 0;
	text-align: justify;
	background: transparent url(images/textdeko.jpg) repeat-y;
	overflow: auto;
	float: left;
	width: 335px;
}

#stageLeftGalerie {
	text-align: left;
	padding: 0 0 0 40px;
	margin: 0 0 40px 0;
	text-align: justify;
	background: transparent url(images/textdeko.jpg) repeat-y;
	overflow: auto;
	float: left;
	width: 300px;
}

#stageRight {
	width: 285px;
	float: right;
	margin: 0 0 0 50px;
	float: left;
}

#copyright {
	text-align: right;
	border-top: 1px solid #999999;
	padding: 10px 0 0 0;
	display: block;
	clear: both;
	position: relative;
	left: 130px;
	top: 20px;
	width: 720px;
}

#bilderContent {
	width: 285px;
	float: right;
	margin: 0 0 0 50px;
	display: block;
}

#bilderContentStart {
	width: 310px;
	float: right;
	margin: 0 0 0 40px;
	display: block;
}

.pic {
	border: 5px solid #9F9FA0;
}

#navigation {
	width: 825px;
	height: 120px;
	position: relative;
	top: 26px;
	left: 81px;
/*	background: red;*/
}

.nav a,
.nav a:hover {
	width: 127px; /*width: 132px;*/
	height: 21px; /*height: 94px;*/
	padding: 73px 0 0 5px;
	font-size: 15px;
	display: block;
	float: left;
	outline: none;
	margin: 0 5px 0 0;
	color: #fff;
}

.nav_home a:hover,
.nav_home_active a, 
.nav_home_active a:hover  {
	color: #F8BD00;
}

.nav_bio a:hover,
.nav_bio_active a, 
.nav_bio_active a:hover {
	background: transparent url(images/nav/bio.jpg) no-repeat left top;
	color: #F8BD00;
}

.nav_galerie a:hover,
.nav_galerie_active a, 
.nav_galerie_active a:hover {
	background: transparent url(images/nav/galerie.jpg) no-repeat left top;
	color: #F8BD00;
}

.nav_kontakt a:hover,
.nav_kontakt_active a, 
.nav_kontakt_active a:hover {
	background: transparent url(images/nav/kontakt.jpg) no-repeat left top;
	color: #F8BD00;
}

.nav_impressum a:hover,
.nav_impressum_active a, 
.nav_impressum_active a:hover {
	background: transparent url(images/nav/impressum.jpg) no-repeat left top;
	color: #F8BD00;
}

.nav_links a:hover,
.nav_links_active a, 
.nav_links_active a:hover {
	background: transparent url(images/nav/links.jpg) no-repeat left top;
	color: #F8BD00;
}







.contentLeft {
	width: 400px;
	overflow: hidden;
	margin: 0px;
	text-align: left;
	margin: 0 0 20px 110px;
	padding: 0 0 0 40px;
	text-align: justify;
	background-image: url(images/textdeko.jpg);
	background-repeat: repeat-y;
	float: left;
}

.contentRight {
	width: 300px;
	overflow: auto;
	margin: 0px;
	text-align: left;
	margin: 0 80px 0 50px;
	padding: 0 0 0 0;
	float: right;
}

.contentFull {
	width: 770px;
	margin: 0 0 20px 110px;
	text-align: right;
}






#footer {
	background: #fff url(images/footer.jpg) no-repeat top left;
	width: 980px;
	height: 115px;
}




.aktiv {
color: #F8BD00;
}










/*----------------- FORMMAIL -----------------*/
.formContent {
	width: 576px;
}

.form {
	padding: 2px;
}

.formInput, .formTextarea  {
	padding: 2px;
	height: 15px;
	width: 180px;
	border: 1px solid #AAAAAA;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.formTextarea {
	height: 165px;
	width: 250px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.formButton {
	background-color: #666666;
	border: 1px solid #000;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 4px;
}

.formAnliegen {
	border: 0px solid #B3B3B3;
}


.formFehler {
	color : red;
	text-align: left;
	font-size: 10px;
}

.clear {
	clear: both;
}

#ueberschrift {
	margin: 25px 0 20px 110px;
	background-image: url(images/ueberschrift.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	padding: 0 0 0 40px;
	color : #000000;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
}

.galerietitel {
	color : #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	text-align: center;
	margin: 25px 110px 20px 0;
	padding: 0;
	width: 520px;
	float: right;
	
}

.galerietext {
	color : #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
	margin: 0 110px 20px 0;
	padding: 0;
	float: right;
}

.eintrag_bild a,
.eintrag_bild a:hover {
	width: 106px;
	height: 106px;
	float: left;
	border: 1px solid #666666;
	padding: 3px;
	text-align: center;
	margin: 0 13px 13px 0;

	display: block;
}

.eintrag_bild a  {
	background: url("images/white-12.png");
}

.eintrag_bild a:hover  {
	background: url("images/white-25.png");
}

.search {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	color: #000;
	width: 100px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.searchButton {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

