/*** CSS HOMEPAGE ***/

html {
	overflow-y: scroll;
}

body {
	margin: 0; padding: 0;
	background-color: #DDD0B3;
}

img { border: 0px; }

a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #8B0204;
	text-decoration: none 
}

a:hover {
	color: #AFA469;
	text-decoration: none;
}

.mainnavigation {
	color: #8B0204;
	font-weight: bold; 
	font-size: 12px; 	
	font-family: Arial; 
	text-decoration: none 
}

.nav_footer_white {
	color: #FFFFFF;
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial; 
	text-decoration: none;
}

.nav_main_hover_act { color: #AFA469; font-size: 12px; font-weight: bold; font-family: Arial; text-decoration: none; }

.bodytext {
	margin: 0px;
	padding: 0px;
}

/* -------------------------------------------- */
/* ----> Allgemein          				<---- */
/* -------------------------------------------- */

#page_main {
	position: relative;
	width: 1000px;
	margin: 10px auto;
	background-color: #FFFFFF;
}

/******************************************************
		CONTENT AREA
******************************************************/




/* HEADERBEREICH */


#content_header {
	position: relative;
	height: 150px;
	background-color: #8A0204;
}

#content_headerarea_left {
	position: relative;
	width: 200px; height: 150px;
}


/* MAIN CONTENT AREA TOP */

#content_main_top {
	position: relative;
	height: 175px;
	margin-top: 5px;
}

#content_area_top_left {
	position: absolute;
	width: 235px; height: 175px;
	top: 0px; left: 0px;
	overflow: hidden;
	background: #cccccc;
}

#content_area_top_middle {
	position: absolute;
	width: 490px; height: 175px;
	top: 0px; left: 240px;
	overflow: hidden;
	background: #cccccc;
}

#content_area_top_right {
	position: absolute;
	width: 265px; height: 175px;
	top: 0px; right: 0px;
	overflow: hidden;
	background: #cccccc;
}

/* CONTENT MAIN AREA */

#content_main {
	position: relative;
	margin-top: 5px;
	background: url(../images/layout/content_main_bg.gif) right repeat-y;
}

#content_area_main {
	position: relative;
	width: 690px;
	margin-left: 10px;
	padding: 10px;
	color: #333333;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	text-align: justify;
	line-height: 13px;
}

#content_area_main_navigation {
	position: absolute;
	width: 229px;
	top: 0px; right: 0px;
	text-align: right;
	color: #8B0204;
	padding-right: 10px;
	padding-top: 10px;
	line-height: 19px;
}

#content_area_main_navigation ul { padding: 0px; margin: 0px; list-style: none; }
#content_area_main_navigation ul li { padding: 0px; margin: 0px; list-style: none; display: list-item;}

/******************************************************
		FOOTER AREA
******************************************************/

#content_footer {
	position: relative;
	height: 25px;
	margin-top: 5px;
	background: #8A0204;
	padding-left: 10px;
}

#content_footer ul { padding: 0px; margin: 0px; }
#content_footer ul li { padding: 0px 5px; margin: 0px; list-style: none; display: inline; }

/* STARTSEITE */

.a_start {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.a_start:hover {
	text-decoration:none;
}

#bg_start {
	background-image: url(../images/layout/bg_main_red.jpg);
	background-position: top left;
	background-repeat: repeat;
	width: 100%;
	height: 600px;
	top: -250px;
}

#logo_start {
	position: absolute;
	width: 100%; 
	height: 100%; 
	top: 30%;
	margin: 0px 0px 0px 0px;
	z-index: 6;
	text-align: center;
	
}


#choose_language {
	width: 920px;
	height: 50px;
	padding: 0;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: 220px;
	margin-left: -460px;
	text-align: center;
}


/*** POWERMAIL ***/

.tx-powermail-pi1_fieldset {
  margin: 0 0 8px 0;
  border: 1px solid #333333;
  padding: 5px;
}
			
.tx-powermail-pi1_fieldset legend {
  font-weight: bold;
  color: #333333;
}
			
.tx-powermail-pi1_fieldset_absenden {
  border: 0;
  background: none;
}
			
.tx-powermail-pi1_fieldset_absenden legend {
  display: none;
}
			
.tx_powermail_pi1_fieldwrap_html {
  clear: both;
}
			
.tx_powermail_pi1_fieldwrap_html label {
  float: left;
  width: 150px;
}
			
.tx_powermail_pi1_fieldwrap_html input,
.tx_powermail_pi1_fieldwrap_html select,
.tx_powermail_pi1_fieldwrap_html textarea {
  float: left;
  font-size: 11px;
  margin: 0 2px 3px 0;
  border: 1px solid #333333;
}

#tx-powermail-pi1_fieldset_13 input {
  width:325px;
}

#tx-powermail-pi1_fieldset_15 input {
  width:75px;
}
			
.tx_powermail_pi1_fieldwrap_html input.jscalendar {
  width: 187px;
}
			
.tx_powermail_pi1_fieldwrap_html input.jscalendar_cb {
  width: auto;
}
			
.tx_powermail_pi1_fieldwrap_html .date2cal_img_help { display: none; }
			
.tx_powermail_pi1_fieldwrap_html input.powermail_submit {
  float: right;
  border: 1px solid #333333;
  width: 150px; height: 22px;
  font-weight: bold;
  font-size: 10px;
  color: #333333;
  text-transform: uppercase;
  margin-right: 12px;
  background: #EFEFEF;
}

.tx_powermail_pi1_fieldwrap_html_58 {
  clear: none;
  float: left;
  margin-left: 21px;
}

/*** AUFENTHALT ***/

#tx-powermail-pi1_fieldset_18 p {
  float: left;
  width: 150px;
  margin: 0px;
  padding: 0px;
}

#tx-powermail-pi1_fieldset_18 input {
  width: auto;
  margin-right: 40px;
}

#tx-powermail-pi1_fieldset_18 label {
  width: 80px;
  margin-bottom: 7px;
}

/*** SELECT FIELDS DATE ***/

.tx_powermail_pi1_fieldwrap_html_59 {
  width: 150px;
}

.tx_powermail_pi1_fieldwrap_html_59,
.tx_powermail_pi1_fieldwrap_html_60,
.tx_powermail_pi1_fieldwrap_html_61,
.tx_powermail_pi1_fieldwrap_html_62 {
  clear: none;
  float: left;
}
			
.tx_powermail_pi1_fieldwrap_html_60 label,
.tx_powermail_pi1_fieldwrap_html_61 label,
.tx_powermail_pi1_fieldwrap_html_62 label {
  display: none;
}

.tx_powermail_pi1_fieldwrap_html_63 { clear: both; position: relative; }
			
.tx_powermail_pi1_fieldwrap_html_64 {
  clear: both;
  float: left;
  width: 150px;
}
			
.tx_powermail_pi1_fieldwrap_html_65,
.tx_powermail_pi1_fieldwrap_html_66,
.tx_powermail_pi1_fieldwrap_html_67 {
  clear: none;
  float: left;
}
			
.tx_powermail_pi1_fieldwrap_html_65 label,
.tx_powermail_pi1_fieldwrap_html_66 label,
.tx_powermail_pi1_fieldwrap_html_67 label {
  display: none;
}

/*** NEWSLETTER ANMELDUNG ***/

#tx-powermail-pi1_fieldset_17 {
  border: 0px;
}

#tx-powermail-pi1_fieldset_17 legend {
  display: none;
}

#tx-powermail-pi1_fieldset_17 input {
  width: 200px;
}

#tx-powermail-pi1_fieldset_17 .powermail_submit {
  float: left;
  margin-left: 150px;
}

.tx_powermail_pi1_fieldwrap_html_69 label,
.tx_powermail_pi1_fieldwrap_html_70 label {
  display: none;
}

.tx_powermail_pi1_fieldwrap_html_68 {
  width: 150px;
}

.tx_powermail_pi1_fieldwrap_html_68,
.tx_powermail_pi1_fieldwrap_html_69,
.tx_powermail_pi1_fieldwrap_html_70 {
  float: left;
  clear: none;
}

.tx_powermail_pi1_fieldwrap_html_74 p {
  display: none;
}

.tx_powermail_pi1_fieldwrap_html_74 label {
  width: 350px;
  left: 165px;
  position: absolute;
}

#check_uid74_0 {
  width: 20px;
  margin-left:30px;
  margin-bottom: 20px;
}
	