html {
min-height:101%;
height:101% !important;  /* für moderne Browser */
height:101%;  /*für den IE */
}

a {
	color: #DD8D3E;
}

a:hover {
	color: #93C3D9;
}

#webseite {
}
body {
	background: #222225 url(bg_body.png) repeat-y center top;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


#logo {
	background: #222225 url(logo2.gif) no-repeat left top;
	height: 60px;
	position: relative;
}
#logo .do_rexsurf {
	position: absolute;
	top: 5px;
	right: 5px;
}


#header {
	height: 280px;
	background: #000000;
}

#header_left {
	background: url(header_left.jpg) no-repeat left top;
	height: 280px;
	width: 300px;
	float: left;
}

#header_right {
	float: left;
	width: 640px;
	height: 280px;
}

#black {
	background: #000000;
	height: 40px;
}

#left {
	background: #35383e;
	height: 100%;
}
#content {
	display: block;
	padding-bottom: 20px;
}


#content .text_box1 h1 {
	font-size: 20px;
	color: #E2903F;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}

#content .text_box1 p {
	text-align: left;
	display: block;
	margin-bottom: 10px;
	line-height: 1.5em;
}


/* 
REDAXO-Modul: do form!
Beschreibung: CSS-DEMO
Bereich: CSS 
Für: do form! 2.x  und 3.0
Stand: 20.04.2009 
Version: 1.0
--------------------------------------------------------------------------
HINWEISE:
--------------------------------------------------------------------------
!! Das CSS berücksichtigt nicht alle möglichen Felder 
!! Farben nicht 1 zu 1 übernehmen
!! ist ja nicht wirklich hübsch

Weitere Infos zu den CSS hier:
http://wiki.redaxo.de/index.php?n=R4.DoForm
-------------------------------------------------------
*/

/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*

/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 10px;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	
}
 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	background-color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 5px dashed #990000;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 400px;
	height: 200px;
	margin-left: 4px;
	border: 1px solid #003366;
	background-color: #E9EBF3;
}


/* Textfeld */
.formgen .formtext
{
	width: 350px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #E9EBF3;
	border: 1px solid #003366;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
	background-color: #CCCCCC;
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 170px;
	text-align: center;
	background-color: #2F4165;
	float: right;
	color: #E2903F;
	border-style: none;
	margin-right: 120px;
}
.formgen .formsubmit:hover {
	color: #2F4165;
	background: #CCCCCC;
}




/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #263D5F;
	width: 150px;
	line-height: 30px;
	display: none;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 1px solid #93C3D9;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #FFFFFF;
}

.formgen .formheadline {
	color: #E2903F;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
	display: block;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */

.formgen textarea.formtextfield {
	height: 100px;
	display: block;
	clear: left;
	width: 480px;
	margin: 0px;
}
.formgen  #textform {
	display: block;
	margin-top: 10px;
	padding-top: 10px;
}

.formgen .checkspan {

}
.formgen .checkspan label {
	width: 340px;
	background: url(Punkt.png) no-repeat left 4px;
	padding-left: 20px;
}





.photo {
	position:relative;
	overflow:hidden;
	width:190px;
	height:100px;
	float:left;
	margin:5px 7px;
	padding: 0px;
	border: 1px dotted #666666;
}

.photo .heading,
.photo .caption {
	position:absolute;
	background:#000;
	height:30px;
	width:200px;
	opacity:0.8;
	text-align: center;
}

.photo .heading {
	top:-30px;
	width: 190px;
}

.photo .caption {
	bottom:-30px;
	width: 190px;
}

.photo .heading span {
	color:#FFBA14;
	top:-30px;
	font-weight:bold;
	display:block;
	padding:0px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 30px;
	opacity:1;
}

.photo .caption span {
	color:#FFBA14;
	display:block;
	padding:0px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 30px;
	opacity:1;
}
.photo .caption span a{
	color:#ffffff;
}

#content .trenner_linie {
	background: url(trenner_linie.png) no-repeat -17px center;
	display: block;
	height: 20px;
	clear: left;
	margin-bottom: 20px;
}

.referenzen {
	display: block;
	position: relative;
	padding-bottom: 20px;
}

.referenzen #linker {
	display: block;
	position: absolute;
	right: 25px;
	top: 123px;
}
.referenzen #linker img {
	margin-right: 5px;
}
.referenzen .kunde_komment p {
	margin-right: 110px;
	font-size: 14px;
	color: #CCCCCC;
	margin-left: 0px;
}
.referenzen .kunde_komment em {
	display: block;
	font-size: 12px;
	padding-top: 10px;
	color: #FFFFFF;
}




#content .ref_bilder {
	background: url(trenner_linie.png) no-repeat -13px bottom;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.referenzen .ref_bilder .bild1 img,
.referenzen .ref_bilder .bild2 img,
.referenzen .ref_bilder .bild3 img {
	padding: 10px 10px 10px 5px;
}

.referenzen .ref_kunde {
	width: 130px;
	clear: left;
	float: left;
}

.referenzen .ref_kunde .bild4 {
	padding: 0px 10px 10px 5px;
	display: block;
}
.referenzen .kunde_komment strong {
	display: block;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	padding-top: 10px;
	font-weight: normal;
}

.referenzen .kunde_komment a {
	color: #93C3D9;
	font-size: 12px;
	display: block;
	padding: 2px 20px 2px 5px;
	background: #354567;
	text-align: right;
	text-decoration: none;
	margin-left: 130px;
}

.referenzen .kunde_komment a:hover {
	color: #E2903F;
	background: #666666;
}
.referenzen .kunde_komment_ohne {
	padding-right: 80px;
	padding-left: 5px;
}


.referenzen .kunde_komment_ohne strong {
	display: block;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	padding-top: 10px;
	font-weight: normal;
}

.referenzen .kunde_komment_ohne em {
	display: block;
	font-size: 12px;
	padding-top: 10px;
	color: #FFFFFF;
}

.referenzen .kunde_komment_ohne p {
	margin-right: 110px;
	font-size: 14px;
	color: #CCCCCC;
	margin-left: 0px;
}

.referenzen .kunde_komment_ohne a {
	color: #93C3D9;
	font-size: 12px;
	display: block;
	padding: 2px 20px 2px 5px;
	background: #354567;
	text-align: right;
	text-decoration: none;
	margin-left: 0px;
}

.referenzen .kunde_komment_ohne a:hover {
	color: #E2903F;
	background: #666666;
}


.video .video_bild {
	float: left;
	width: 165px;
}

.video .video_text {
	vertical-align: baseline;
	display: block;
	margin-left: 185px;
}
#webseite #content .swf_film {
	padding-top: 5px;
}


.floatRight  {
	float: right;
	margin: 6px 0px 10px 10px;
}
.floatLeft  {
	float: left;
	margin: 6px 15px 10px 5px;
}




#footer {
	background: url(footer_copy.png) no-repeat right center;
	height: 30px;
}
#tabs {
	background: #222225;
	display: block;
	margin: 20px 5px;
}

#tabs  .com-tab-cntnt {
	padding: 10px;
	color: #CCCCCC;
}
#tabs .com-tab-navi {
	background: #000000;
}


#tabs .com-tab-navi a{
	cursor: pointer;
}
#tabs .com-tab-navi a:hover{
	cursor: pointer;
	background:#fff;
}
.text_box1 a {
	color: #DD8D3E;
}

.text_box1 a:hover {
	color: #93C3D9;
}
#webseite  #content  .link_box a {
	color: #E2903F;
	display: block;
	padding-left: 5px;
	margin-bottom: 10px;
}

#webseite  #content  .link_box a:hover {
	color: #93C3D9;
}
#webseite #content .text_box1 ul {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#webseite #content .text_box1 li {
	margin-bottom: 8px;
}


.link_popup {
	color: #E2903F;
	margin-bottom: 10px;
	display: block;
	text-decoration: underline;
	padding-left: 5px;
}

.link_popup:hover {
	color: #93C3D9;
	margin-bottom: 10px;
	display: block;
}

#webseite #content h1 img {
	margin: 20px 0 10px 5px;
}

#webseite #content .text_box1 {
	padding-left: 5px;
	padding-right: 8px;
}

#content .interner_link_linie {
	display: block;
	padding: 9px 5px 5px;
	margin-bottom: 5px;
}

#content .interner_link_linie a {
	color: #E2903F;
	font-size: 16px;
	display: block;
	padding: 5px 20px 5px 5px;
	background: #354567;
	text-align: right;
	text-decoration: none;
}

#content .interner_link_linie a:hover {
	color: #93C3D9;
	background: #666666;
}
#gal {
	padding-left: 5px;
	padding-top: 15px;
}

#content .bildergalerie {
	overflow: auto;
	display: block;
	float: left;
	margin-top: 15px;
}


.bildergalerie .myBox {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.bildergalerie .myBox img {
	border: 1px solid #CCCCCC;
}
#sb-info-inner {
	background:#354567;
}
#content #gal .pages a {
	color: #FFFFFF;
}

#gal .pages a.active {
	text-decoration: none;
}
#gal #galbot #pagi_gal {
	display: block;
	overflow: auto;
	position: relative;
	width: 380px;
	text-align: right;
}

#zuruck {
	display: block;
	float: left;
	margin-left: 248px;
}



#zuruck a {
	color: #E2903F;
	font-size: 12px;
	display: block;
	background: #354567;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
}

#zuruck a:hover {
	color: #93C3D9;
	background: #666666;
}
#weiter {
	float: left;
}



#weiter a {
	color: #E2903F;
	font-size: 12px;
	display: block;
	padding: 5px 10px;
	background: #354567;
	text-align: center;
	text-decoration: none;
	margin-left: 5px;
}

#weiter a:hover {
	color: #93C3D9;
	background: #666666;
}

#gal #galbot #imgbig {
	display: block;
	clear: left;
}

#content .video {
	display: block;
	padding-left: 5px;
}

a.videolink {
	color: #E2903F;
	font-size: 12px;
	display: block;
	padding: 3px 10px;
	background: #354567;
	text-align: right;
	text-decoration: none;
	margin-left: 170px;
	margin-top: 10px;
	margin-right: 130px;
}

a.videolink:hover {
	color: #93C3D9;
	background: #666666;
}

.video .video_text ul {
	padding-top: 9px;
}

#webseite #content .tinymcewysiwyg {
	padding-left: 5px;
}

#rex_375_multinewsletter{
	margin: 25px 5px 5px 7px;
}
#rex_375_multinewsletter li {
	list-style: none;
}

#rex_375_multinewsletter .labelnews{
	width: 120px;
	float:left;
	margin-bottom: 10px;
}

#rex_375_multinewsletter .rex_375_text {
	width: 220px;
	margin-bottom: 10px;

}

#rex_375_multinewsletter .submit{
	margin: 10px 0 10px 120px;
}

#rex_375_multinewsletter .rex_375_error{
	margin: 0px 0 10px 0px;
}

