@charset "utf-8";
/* CSS Document */
HTML {
	height:100%;
	margin:0;
	padding:0;
	overflow: auto;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	height:100%;
	margin:0%;
	padding:0%;
}
IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
UL {
	list-style-type: none;
}
P {
	margin: 0;
	padding: 0px 0px 16px 0px;
	color: #999;
}
A, A:link, A:visited {
	color: #f29838;
	text-decoration: none;
}
A:hover {
	color: #f29838;
	text-decoration: underline;
}

#container {
	width: 932px;
	/*height: 755px;*/
	margin: 0px auto;
	position: relative;
	
}
#head {
	text-align: center;
	width: 100%;
	height: 120px;
}


#menu_top {
	width: 100%;
	height: 20px;
	border-top: 1px solid #f29838;
	border-bottom: 1px solid #f29838;
}
#menu_top_left {
	display: block;
	/*border: 1px solid blue;*/
}
#menu_top_right {
	float: right;
	top: 30px;
	/*border: 1px solid red;*/
	margin-top: -3px;
}
/*#menu_sub {
	width: 100%;
	height: 50px;
	border: 1px solid red;
}*/	
.space {
	width: 100%;
	height: 50px;
	clear: both;
}
#content_1 {
	width: 100%;
	height: 555px;
	margin-top: 0px;
	overflow: auto;
	overflow-x: hidden;
	clear: both;
}
#content_2_left {
	display: block;
	max-width: 222px;
	height: 0px; /* ie, wegen slideshow */
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	/*border: 1px solid red;  Achtung: ie bricht um*/ 
}
#content_2_right {
	display: block;
	width: 696px;
	margin-top: 0px;
	margin-left: 236px;
	/*border: 1px solid gold;*/
}
	
#menu_bottom {
	width: 100%;
	height: 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}




/************ objects *************/
.header_txt {
	margin: 0px;
	color: #999;
	/*text-align: justify;*/
}
.header {
	font-size:14px;
	font-weight: bold;
	color: black;
}
.section { /*tinyMCE*/
	color: #999;
	text-align: left;
}
a.highlight{ /*überschreibt das tinyMCE highlight*/
	background: none;
	color:	#f29838;
	text-decoration: none;
}
a.highlight: hover{ /*überschreibt das tinyMCE highlight*/
	background: none;
	color:	#f29838;
	text-decoration: underline;
}



/******* Slideshow *******/
#ss_slideshow {
    position:relative;
	width:696px;
	height:370px;
	z-index:1;
}

#ss_slideshow IMG {
    max-width: 100%;
	position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#ss_slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}


#ss_slideshow IMG.last-active {
    z-index:9;
}
#ss_slideshow_button {
	z-index:30;
	position: relative;
	top: -24px;
	margin-left: 324px;
	width: 48px;
	height: 48px;
}
/******* Slideshow ENDE *******/



/******* Teaser *******/


#teaser{
	position: relative;
	top: 415px;
}
#teaser_1 {
	width: 222px;
	margin-left: 0px;
}
.teaser_box {
	display: block;
	float: left;
	left: auto;
	width: 221px;
	margin-top: 0px;
	margin-left: 0px;
	margin-left: 16px;

}
.teaser_text {
	height: 100px;
	color: #999;
}
.teaser_link {
	text-align: right;
	height: 16px;
	color:	white;
	background: #f29838;
	line-height: 18px;
}

.teaser_link a:link, .teaser_link a:visited {
	color:	white;
	text-decoration: none;
	
}
.teaser_link a:hover {
	color:	black;
}
/******** TEASER ENDE *********/


/* 
BEISPIEL-CSS FÜR do form! 1.x  
Bitte nicht 1 zu 1 übernehmen  
Wenn ja, dann diesen Hinweis nicht löschen
Version 2: Thomas Skerbis | www.klxm.de  
11.12.2008 
Dass CSS berücksichtigt nicht alle möglichen 
Felder 
Weitere Infos zu den CSS hier:
http://wiki.redaxo.de/index.php?n=R4.Formular-Generator
-------------------------------------------------------
*/

/* Formular Definition */


/* Div das das Formular umschließt */
.formgen {
	color: #999;
}


/* 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%;

}
.div_form_left{
	display: block;
	width: 222px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	/*border: 1px solid red;  Achtung: ie bricht um*/ 
}
.div_form_right {
	display: block;
	width: 696px;
	margin-top: 0px;
	margin-left: 236px;
	
	/*border: 1px solid gold;*/
}
.formgen LABEL {
	padding-bottom: 0px;
	display: block;
}
/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield {
	width: 460px;
	height: 159px;
	margin-top: 4px;
	margin-bottom: 14px;
	font-size: 11px;
	border: 1px solid #f29838;
	clear : both;
}


/* Textfeld */
.formgen .formtext {
	width: 190px;
	margin-top: 4px;
	margin-bottom: 14px;
	font-size: 11px;
	border: 1px solid #f29838;
}
.formgen .formblock {
	width: 698px;
	/*border: 1px solid #f29838;*/
	text-align: right;
}	
.formgen .formblock INPUT {
	height: 18px;
	
	width: 120px;
	font-size: 11px;


	padding-top: 0px;
	color: white;
	background-color: #f29838;
	border: none;
}

/* Markierung der Labels bei Fehler */
.forminfo {
	font-weight: bold;
	color: red;
}
.formerror {
	border-bottom-width: 5px;
	font-weight: bold;
	color: red;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

/* download */
.download-hdl{
	color: #999999;
	font-weight: bold;
}
