/* ----- CSS ----- */

*{
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font:Helvetica, Arial, sans-serif;
}
html, body{
	height:100%;
}
body{
	background-color:#ffffff;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-size:12px;
}

/* ----- LAYOUT ----- */

#distance { 
	width:1px;
	height:50%;
	margin-bottom: -318px; /* half of container's height */
	float:left;
}

#container{
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	clear:left;
	height: 635px;
	width: 950px;
	background-image:url(background.png);
	background-position:top;
	background-repeat:no-repeat;
	text-align:left;
}

#header{
	float: left;
	height: 69px;
	width: 900px;
	padding: 0px 0px 0px 50px;
}

#main{
	float: left;
	height: 518px;
	width: 884px;
	padding: 0px 33px 0px 33px;
	font-size: 13px;
}

#footer{
	float: left;
	height: 48px;
	width: 860px;
	padding: 0px 40px 0px 50px;
}

/* ----- HEADER ----- */

#menu{
	float: left;
	height: 69px;
	background-color:#FFFFFF;
}

#menu a {
	color:#939292;
}

#menu a:hover {
	color:#615f5f;
	text-decoration:none;
}

#menu ul {
	list-style: none;
}
#menu li {
	float: left;
	padding: 49px 8px 0px 8px ;
}

#logo{
	float: right;
	height: 69px;
	width: 85px;
	padding-right:35px;
}

/* ----- MAINCONTENT ----- */

#fullcontent {
	float: left;
	height: 490px;
	width: 844px;
	padding: 18px 20px 10px 20px;
	color:#FFFFFF;
	background-color:#b6b2b2;
	overflow : hidden;
}

#partnercontent {
	float: left;
	width: 690px;
	padding: 100px 0px 0px 97px;
}

#partnercontent img {
	padding: 10px 15px 10px 15px;
}

#partnertext {
	text-align:right;
	width: 690px;
	color:#939292;
	padding-top: 20px;
}

#splitcontent {
	float: left;
	height: 490px;
	width: 640px;
	padding: 18px 20px 10px 20px;
	color:#FFFFFF;
	background-color:#b6b2b2;
	overflow : hidden;
}

#imgbar {
	float: right;
	height: 518px;
	width: 200px;
	padding: 0px 0px 0px 4px;
}

#img2 {
	padding: 4px 0px 4px 0px;
}

#scrollbartop {
	float: left;
	height: 17px;
	width: 640px;
	padding: 0px 0px 10px 0px;
	text-align:right;
}

#scroll_box {
	float: left;
	height: 410px;
	width: 640px;
	overflow : hidden;
}

#scrollbarbottom {
	float: left;
	height: 17px;
	width: 640px;
	padding: 10px 0px 11px 0px;
	text-align:right;
}

#scrollfooter {
	float: left;
	height: 15px;
	width: 640px;
	color:#FFFFFF;
	overflow : hidden;
}

#scroll_up {
    cursor: pointer;
}
#scroll_down {
    cursor: pointer;
}

/* ----- FOOTER ----- */

#bottommenu{
	float: right;
	height: 48px;
	background-color:#FFFFFF;
}

#bottommenu a {
	color:#939292;
}

#bottommenu a:hover {
	color:#615f5f;
	text-decoration:none;
}

#bottommenu ul {
	list-style: none;
}
#bottommenu li {
	float: left;
	padding: 6px 8px 0px 8px ;
}

#bottomclaim{
	float: left;
	height: 48px;
	background-color:#FFFFFF;
}

#bottomclaim ul {
	list-style: none;
}
#bottomclaim li {
	float: left;
	padding: 3px 8px 0px 8px;
	color:#939292;
	font-size:18px;
}


/* ----- GALLERY ----- */

.gallery {
	width: 798px;
	height: 518px;
	float: left;
	overflow : hidden;
}

.gallery img {
	float: left;
	width: 110px;
	height: 83px;
	padding: 0px 4px 4px 0px;
}

.gallery a {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.gallery a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

.gallerycredits {
	width: 78px;
	height: 510px;
	float: left;
	padding: 4px 4px 4px 4px;
	color:#FFFFFF;
	background-color:#b6b2b2;
	overflow : hidden;
}

/* ----- FORMULARE ----- */

/* Auf Basis vom REDAXO-Modul: do form! */

#form-module-thanks {
	width: 470px;
	float: left;
}

/* Div das das Formular umschlieflt */
.formgen {
	width: 640px;
	float:left;
	padding-top: 20px;
}

/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}

/* Formulartrenner */
.formgen .formtrenn {
	padding: 15px 0px 15px 0px;
}

.formtrenn hr {
	color: #004a85;
	background-color: #004a85;
	height: 1px;
}

.formgen form
{
line-height : 120%;

}

.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	
}
 .forminfo 
{
	width: 440px;
	color:#fff72a;
	padding-top: 20px;
}

/* Danke Text */

#form-module-thanks {
	padding-top: 20px;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}

/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield {
	width: 520px;
	height: 100px;
	padding: 4px 4px 4px 4px;
	border:0px;
	border: 1px dashed #ffffff;
	background:none;
	font-size: 13px;
	color:#ffffff;
}


/* Textfeld */
.formgen .formtext {
	width: 520px;
	padding: 4px 4px 2px 4px;
	border:0px;
	border-bottom: 1px dashed #ffffff;
	background:none;
	color:#ffffff;
	font-size: 13px;
}

/* Checkbox */
.formgen .formcheck {
	float: left;
}

.formgen input:focus, 
.formgen select:focus,  
.formgen textarea:focus {
	/*background-color:#ffffff;*/
	outline:none;
}

/* Label */
.formgen label {
	width: 90px;
	clear: left;
	float: left;
	height: 26px;
	text-align:right;
	padding: 4px 10px 0px 0px;
}
.formgen .textboxlabel {
	width: 440px;
	height: 18px;
}
.formgen .checkboxlabel {
	width: 450px;
	clear: right;
	float: right;
	height: 40px;
}

/* Aussehen der Select-Ausgabe */
.formgen .formselect {
	width: 80px;
	padding: 3px 3px 3px 1px;
	border: 1px solid #a0a1a3;
	background-color: #FFFFFF;
}

/* Sende-Button */
.formgen .formsubmit {
	width: 90px;
	text-align: left;
	background:none;
	background-image:url(arrow_right.gif);
	background-position:right;
	background-repeat:no-repeat;
	border:0;
	height: 24px;
	float: right;
	color: #FFFFFF;
	font-size: 18px;
	margin-right: 10px;
} 

/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #004a85;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: #fff72a;
}
.formgen .formreq {
	/*color: #006633;*/
}
.formgen .formheadline {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ----- ePOSTKARTE ----- */

#epost {
	float: left;
	height: 498px;
	width: 864px;
	padding: 10px 10px 10px 10px;
	color:#FFFFFF;
	background-color:#a4669f;
	overflow : hidden;
}

#epostpic {
	float: left;
	height: 498px;
	width: 654px;
	padding: 0px 20px 0px 0px;
}

#epostform {
	width: 190px;
	float: left;
}

/* Auf Basis vom REDAXO-Modul: do form! */

#epost .form-module-thanks {
	width: 190px;
	float: left;
}

/* Div das das Formular umschlieflt */
#epost .formgen {
	width: 190px;
	float:left;
	padding-top: 0px;
}

/* Was passiert wenn auf das Label geklickt wird? */
#epost label,
#epost select,
#epost input[type=checkbox],
#epost input[type=radio],
#epost input[type=button],
#epost input[type=submit]
{
cursor : pointer;

}

/* Formulartrenner */
#epost .formgen .formtrenn {
	padding: 0px 0px 0px 0px;
}

#epost .formtrenn hr {
	color: #004a85;
	background-color: #004a85;
	height: 1px;
}

#epost .formgen form
{
line-height : 120%;

}

#epost .formgen .formblock {
}

#epost .forminfo 
{
	width: 190px;
	color:#fff72a;
	padding-bottom: 0px;
	padding-top: 0px;
}

#epost .nachricht {
	padding-top:15px;
	padding-bottom:5px;
}


/* Danke Text */

#epost .form-module-thanks {
	padding-bottom: 10px;
}

/*
Verhalten von br-Tags
*/
#epost .formgen br
{
clear : both;
}

/* Mehrzeiliges Eingabefeld */
#epost .formgen .formtextfield {
	width: 182px;
	height: 100px;
	padding: 4px 4px 4px 4px;
	border:0px;
	border: 1px dashed #ffffff;
	background:none;
	font-size: 13px;
	color:#ffffff;
}


/* Textfeld */
#epost .formgen .formtext {
	width: 182px;
	padding: 4px 4px 2px 4px;
	border:0px;
	border-bottom: 1px dashed #ffffff;
	background:none;
	color:#ffffff;
	font-size: 13px;
}

/* Checkbox */
#epost .formgen .formcheck {
	float: left;
}

#epost .formgen input:focus, 
#epost .formgen select:focus,  
#epost .formgen textarea:focus {
	/*background-color:#ffffff;*/
	outline:none;
}

/* Label */
#epost .formgen label {
	width: 190px;
	clear: left;
	float: left;
	height: 13px;
	text-align:left;
	padding: 13px 0px 10px 0px;
}
#epost .formgen .textboxlabel {
	width: 190px;
	height: 18px;
}
#epost .formgen .checkboxlabel {
	width: 190px;
	clear: right;
	float: right;
	height: 40px;
}

/* Aussehen der Select-Ausgabe */
#epost .formgen .formselect {
	width: 190px;
	padding: 3px 3px 3px 1px;
	border: 1px solid #a0a1a3;
	background-color: #FFFFFF;
}

/* Sende-Button */
#epost .formgen .formsubmit {
	width: 90px;
	text-align: left;
	background:none;
	background-image:url(arrow_right.gif);
	background-position:right;
	background-repeat:no-repeat;
	border:0;
	height: 24px;
	float: left;
	color: #FFFFFF;
	font-size: 18px;
	margin-right: 10px;
} 

/* Fieldsetbeschriftung */
#epost .formgen legend {
	color: #FFFFFF;
	background-color: #004a85;
	width: 190px;
}
#epost .formgen .fieldset {
	margin-bottom: 10px;
}

/* Markierung der Labels bei Fehler */
#epost .formgen .formerror {
	color: #fff72a;
}
#epost .formgen .formreq {
	/*color: #006633;*/
}
#epost .formgen .formheadline {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* ----- DIVERSES ----- */

a {
	text-decoration:none;
}

.on {
	color:#615f5f;
	font-weight:bold;
}

.hide{
	display:none;
}

.show{
	display:block;
}

img{
	border:0;
}