body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../images/wood_background.jpg);
}

div#container-content {
	text-align: left;
	width: 928px;
	margin: 15px auto;
}

div#container-header {
	height: 76px;
}

div#header-left {
	width: 17px;
	height: 76px;
	background: url(../images/header/header-left-background.gif);
	float: left;
}

div#header-middle {
	width: 894px;
	height: 76px;
	background: url(../images/header/header-middle-background.gif) repeat-x;
	text-align: right;
	float: left;
}

div#header-right {
	width: 17px;
	height: 76px;
	background: url(../images/header/header-right-background.gif);
	float: left;
}

div.spectrumline, div.spectrumline2{
	font-size: 0px;
	height: 9px;
	width: 928px;
	background: #237F38 url(../images/header/spectrum.gif) no-repeat right;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
}

div.spectrumline2 {
	border-top: 0px;
}

div.container-menue-top {
	background: url(../images/menue/container-menue-top-background.gif) repeat-x;
	text-align: right;
	line-height: 25px;
	border-bottom: #fff 1px solid;
}

div#topmenue {
	line-height: 25px;
	text-align: left;
}

div#container-pagepicture { 
	clear: both;
	width: 928px;
	height: 199px;
	overflow: hidden;
}

div#pagepicture-left {
	display: inline;
	width: 250px;
	height: 199px;
	float: left;
}

div#pagepicture-middle {
	display: inline;
	width: 528px;
	height: 199px;
	float: left;
}

div#pagepicture-right {
	display: inline;
	width: 149px;
	height: 199px;
	float: left;
}

div#header-content-divider {
	border-bottom: #999 1px solid;
	color: #999999;
	font-size: 9px;
	padding-right: 8px;
}

div#header-content-divider a {
	font-weight: normal;
	color: #999;
}

div#container-contentarea {
	background: url(../images/content/two-column-contentbackground.gif) repeat-y;
	overflow: auto; /* Faux-Columns - overflow:auto ist nötig, ansonsten zeigt der Browser Box nicht an! 
					   fÃ¼r IE ist noch width: 100% nötig! */
}

div#left-content {
	padding: 18px 25px 15px 25px;
	width: 200px;
	float: left;
}

div#left-contentspace {
	width: 250px;
	float: left;
}

div#menue {
	width: 250px;
}

div#middle-content {
	margin: 18px 6px 15px 25px;
	padding-right: 16px;
	width: 341px;
	float: left;
	background: url(../images/dotted-hori.gif) repeat-y right;
}

div#right-content {
	padding: 18px 25px 15px 12px;
	width: 253px;
	float: left;
}
div#container-footer {
	clear: both;
	height: 50px;
	border-top: #999 1px solid;
}

div#footer-left {
	width: 17px;
	height: 50px;
	background: url(../images/footer/footer-left-background.gif) no-repeat;
	float: left;
}

div#footer-middle {
	width: 894px;
	height: 50px;
	background: url(../images/footer/footer-middle-background.gif) repeat-x;
	text-align: center;
	float: left;
}

div#footer-right {
	width: 17px;
	height: 50px;
	background: url(../images/footer/footer-right-background.gif) no-repeat;
	float: left;
}

/* Formular Formatierungen -------------------------------------------------------------------------------- */
.tx-thmailformplus-pi1 {
	margin-bottom: 15px;
}

.tx-thmailformplus-pi1 p {
	heigth: 25px;
}

.tx-thmailformplus-pi1 label {
	float: left;
	display: block;
	width: 120px;
}

.tx-thmailformplus-pi1 textarea {
	height: 150px;
}

.tx-thmailformplus-pi1 input, .tx-thmailformplus-pi1 textarea, .tx-thmailformplus-pi1 select {
	width: 100%;
}

input.radio, div#related_information_three input.radio {
	width: 15px;
	height: 15px;
}

input.button, div#related_information_three input.button {
	width: auto;
	height: auto;
	border:none;
}

input, textarea, input[type=submit], select {
        border: #bfbfbf 1px solid;
}


input[type=radio] {
        border: 0px;
}

input:focus, textarea:focus {
	border: #237F38 1px solid;
}

.tx-thmailformplus-pi1 fieldset {
	padding: 15px;
        border: #bfbfbf 1px solid;
}

.tx-thmailformplus-pi1 legend {
        color: #237F38;
}

.required {
        font-weight: bold;
        color: #237F38;
}
