/* ++++++++ Body ++++++++ */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(background.jpg) repeat-x;
	background-color: #dfdfdf;
	line-height: 20px;
}

#center {
	position: relative;
	text-align:left;
	background: url(bg_music.jpg) no-repeat;
}

#center-gallery {
	position: relative;
	text-align:left;
	background:url(bg_gallery.jpg) no-repeat;
}

#center-contact {
	position: relative;
	text-align:left;
	background:url(bg_contact.jpg) no-repeat;
}

#center-info {
	position: relative;
	text-align:left;
	background:url(bg_info.jpg) no-repeat;
}

#spalten {
	position:relative;
}

#left {
	position: absolute;
	width: 100px;
}

#right {
	position:relative;
	left: 100px;
	width: 600px;
}

#innenleft {
	position: absolute;
	padding-top:5px;
	width: 150px;
}

#innenright {
	position:relative;
	left: 150px;
	width: 350px;
}

#header {
	position: relative;
	padding: 146px 0 0 60px;
	height: 22px;
	color:#fff;
}

#header-pos {
	position: relative;
	padding: 0 0 0 60px;
}

#navi {
	background: url(bg_navi_top.jpg) no-repeat;
	height: 100px;
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9c7f1c;
	border-top:thin #fff solid;
}

#navi a {
	text-decoration: none;
}

#navi a:link, #navi a:visited {
	color: #fff;
}

#navi a:hover, #navi a:active {
	color: #9c7f1c;
}

#content-pos {
	position: relative;
	padding: 20px 0 0 60px;
	border-top:thin #fff solid;
}

#content {
	padding: 0 0 0 60px;
	width: 540px;
}

#innen {
	position: relative;
	width: 500px
}

#footer {
	width:400px;
	text-align:center;
	margin: 20px 0 0 0;
	position: relative;
	height: 60px;
}

#text {
	width: 420px;
	line-height:16px;
}

h1 {
	padding: 0;
	margin: 0;
	font-size: 30px;
	font-weight:bold;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: lighter;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight:bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: lighter;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border:0px;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #9c7f1c;
}

a:hover, a:active {
	color: #fff;
}

/* KONTAKT-FORMULAR*/

#formular {
	position:relative;
	text-align:left;
	font-size:18px;
}

#formular h1 {font-family: Arial, Helvetica, sans-serif; text-align:left; padding:0 0 0.5em 0; margin:0; font-weight:bold; color:#000; font-size:14px;}
#formular h2 {font-family: Arial, Helvetica, sans-serif; text-align:left; padding:0 0 0 0; margin:0; font-weight:bold; color:#000; font-size:14px;}
#formular p {font-size:11px; text-align:left;}
#formular a {text-decoration:underline;}
#formular a:link, #formular a:visited {font-weight:bold; color:#000; cursor:pointer;}
#formular a:hover, #formular a:active {font-weight:bold; color:#000; cursor:pointer;}
#formular ul {list-style: lower-latin; margin:0 0 0 10px; padding:0 0 10px 10px; font-weight:normal; font-size:11px; color:#666666}
#formular li {margin:0; padding:0;}

#formular table {
	text-align:left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

#formular td,body{
	color:#000000;
	font-size:11px;
	font-family:arial;
}

input{
	border:1px solid #999999;
}
			
.invalidInput {
	border:1px dotted #ff0000;
	background-color: #FFECE6;
}

.validInput {
	border: 1px dotted #ff0000;
}

table {
	text-align:center;
	color: #666666;
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
}

#table-out a {text-decoration: none;}
#table-out a:link, #table-out a:visited {color:#666666; cursor:pointer; font-weight:normal;}
#table-out a:hover, #table-out a:active {color:#666666; cursor:pointer; font-weight:normal;}

#table-out {
	padding: 0px;
	background-color:#fff;
}

.braun {
	color: #9c7f1c;
}

.light {
	font-weight:lighter;
}

/* 

#spalten {
	position: relative;
	width: 650px;
}

#content1 {
	position: absolute;
	padding: 25px 18px 25px 25px;
	width: 370px;
	float: right;
	color:#333333;
}

#content1 h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #303c13;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.p {
	font-size: 12px;
	font-weight: lighter;
	color: #303c13;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.clear-float {
	clear: both;
}

