/* Content Boxen
================================= */

/* General */
.bottom {
	width: 930px;
	height: 30px;
	margin: 0 15px 0 15px;
	background: url(../images/content/contentBottom.gif) no-repeat left top;
}

/* Impressum */
#impressum {
	position: relative;
	width: 930px;
	height: 340px;
	margin: 0 15px 0 15px;
	background: url(../images/content/contentBg.gif) repeat-y;
}
.impressumCol1 {
	position: absolute;
	width: 240px;
	top: 50px;
	left: 55px;
}
.impressumCol2 {
	position: absolute;
	width: 240px;
	top: 50px;
	left: 320px;
}
.impressumCol3 {
	position: absolute;
	width: 240px;
	top: 50px;
	left: 600px;
}
/* Impressum */

/* Privacy Policy */
#privacy {
	position: relative;
	width: 930px;
	height: 310px;
	margin: 0 15px 0 15px;
	background: url(../images/content/contentBg.gif) repeat-y;
}
.privacyCol1 {
	position: absolute;
	width: 320px;
	top: 50px;
	left: 50px;
}
.privacyCol2 {
	position: absolute;
	width: 460px;
	top: 50px;
	left: 390px;
}
/* Privacy Policy */

/* Messen */
#messen {
	position: relative;
	width: 930px;
	height: 315px;
	margin: 0 15px 0 15px;
	background: url(../images/content/contentBg.gif) repeat-y;
}
.messenCol1 {
	position: absolute;
	width: 320px;
	top: 50px;
	left: 50px;
}
.messenCol2 {
	position: absolute;
	top: 50px;
	left: 390px;
	width: 490px
}
#messenTab table {
  border-collapse: collapse;
  width: 490px;
  border: 0;
}

#messenTab td {
  padding: 3px 10px 3px 10px;
  font-size: 11px;
}

.odd {
  background-color:#e5dab7;
  font-size: 11px;
}
/* Messen */


/* FAQ */
#faq {
	position: relative;
	width: 930px;
	height: 410px;
	margin: 0 15px 0 15px;
	background: url(../images/content/contentBg.gif) repeat-y;
}
.faqCol1 {
	position: absolute;
	width: 400px;
	top: 50px;
	left: 50px;
}
.faqCol2 {
	position: absolute;
	width: 400px;
	top: 50px;
	left: 480px;
}
/* FAQ */

/* Links */
#links{
	position: relative;
	width: 930px;
	height: 480px;
	margin: 0 15px 0 15px;
	background: url(../images/content/contentBg.gif) repeat-y;
}
#linksCol1 {
	position: absolute;
	width: 180px;
	top: 50px;
	left: 50px;
}
#linksCol2 {
	position: absolute;
	width: 180px;
	top: 50px;
	left: 267px;
}
#linksCol3 {
	position: absolute;
	width: 180px;
	top: 50px;
	left: 483px;
}
#linksCol4 {
	position: absolute;
	width: 180px;
	top: 50px;
	left: 700px;
}
.linksBox {
	width: 180px;
	border: #9d7815 1px solid;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	background-color: #000;
}
.linksBox p {
	text-align: center;
	color: #9d7815;
	font-size: 10px;
	margin: 5px 0 0 0;
}
.linksBox h2 {
	text-align: center;
	margin: 5px 0 0 0;
}
/* Links */

/* Kontakt */
#kontakt {
	position: relative;
	width: 930px;
	height: 430px;
	margin: 0 15px 0 15px;
	background: url(../images/content/contentBg.gif) repeat-y;
}
.kontaktCol1 {
	position: absolute;
	width: 370px;
	height: 340px;
	top: 60px;
	left: 50px;
	border: 1px solid #ccc;
}
.kontaktCol2 {
	position: absolute;
	width: 440px;
	height: 340px;
	top: 60px;
	left: 440px;
	background-color: #000;
}
.kontaktTxt {
	margin: 10px 10px 10px 10px;
}
.kontaktTxt h2 {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
}

form {
	position: absolute;
	top: 120px;
	width: 430px;
	margin: 0;
	padding: 0;
}

#kontaktTab table {
  border-collapse: collapse;
  width: 430px;
  border: 0;
}

#kontaktTab td {
  padding: 3px 0 3px 10px;
  font-size: 10px;
}

.fieldsetTab {
	width: 210px;
	}
	
/*
fieldset {
	position: absolute;
	width: 418px;
	top: 95px;
    padding: 0 0 10px 10px;
    border : 1px solid #d3b242;
}
legend {
	color: #9d7815;
	font-size: 11px;
	font-weight: bold;
}
*/
label {
	color: #e4d7ab;
	width: 80px;
}
input {
    width: 330px;
}
textarea {
    width: 330px;
    height: 50px;
}
input:focus, textarea:focus {
    background: #e4d7ab;
}
input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.submit {
	float: left;
	width: 90px;
	margin: 0;
	font-size: 10px;
	text-align: center;
}
.reset {
	float: left;
	width: 90px;
	margin: 0 0 0 10px;
	font-size: 10px;
	text-align: center;
}

/* ------------ Styles für kontakt.php */
.formSpacer {
	height: 15px;
}
.sent {
	margin: 50px 10px 50px 10px;
	color: #fff;
}
.sent p {
	color: #fff;
}
.sent h2 {
	color: #d3b242;
}

/* Kontakt */

/* Sitemap */
#sitemap {
	position: relative;
	width: 930px;
	height: 380px;
	margin: 0 15px 0 15px;
	background: url(../images/content/contentBg.gif) repeat-y;
}
.sitemapCol1 {
	position: absolute;
	width: 320px;
	top: 50px;
	left: 50px;
}
.sitemapCol2 {
	position: absolute;
	width: 490px;
	top: 50px;
	left: 390px;
}
#sitemapTab table {
  border-collapse: collapse;
  width: 490px;
  border: 0;
}

#sitemapTab td {
  padding: 3px 5px 5px 5px;
  font-size: 10px;
  color: #fdf5b7;
}

.line1 {
  background-color:#000;
}
.line2 {
  background-color:#5b5b5b;
}
/* Sitemap */
