/* CSS Document */
html{
	width: 100%
}

body {
  	padding: 0px;
  	margin: 0px;
  	width: 100%;
  	height: 100%;
  	font-family: Tahoma, Arial, Helvetica, sans-serif;
   	font-size: 12px;
  	color: #003300;
    	background-color: #F4C8D4;	
}


A:link {text-decoration: none; color: #003300; font-weight:bold; }
A:visited {text-decoration: none; color: #003300; font-weight:bold; }
A:active {text-decoration: none; color: #003300; font-weight:bold; }
A:hover {text-decoration: underline; color: #003300; font-weight:bold; }

.align-right {
    text-align: right;
}

#content_re {
    width: 330px;
    background-color: #F4C8D4;
    text-valign: middle;
    float: right;
  }

#mainwrapper {
  width:740px;
  margin:0 auto;
}

#header {
  float: left;           
  width: 410px;
  height: 412px;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;   
	background-image: url(../img/bg/home_bg.png);
	background-repeat: no-repeat;
}

#menu_oben {

  height: 70px;
  position: relative;
  margin: 0;
  margin-left: 212px;
  overflow: auto;
}

.menu_item_li {
  width: 80px;
  height: 31px;
  float: left;
}

.menu_item_re {
  width: 120px;
  height: 31px;
  float: left;
}

#menu_item_img {
  height: 31px;
  border: 0;
}

#mainmenu UL  {
  	list-style-type: none;
  	margin: 0px;
  	padding-top: 95px;
  	padding-left: 0px;
  	width: 300px;
  }

#mainmenu UL LI {
  	padding-top: 6px;
  	padding-left: 25px;

}

#content_unten {
 text-align: left;
 width: 740px;
}

/* kontakt formular */

.tx-powermail-pi1 {

	border: none;
	background-color: #F4C8D4;
}

fieldset.tx-powermail-pi1_fieldset {
	/* Disable border */
	border: none;
	background-color: #F4C8D4;
}

legend {
	display: none;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* Style labels */
	display: block;
	background-color: #F4C8D4;
	width: 150px;
	float: left;
	clear: both;
}
.tx_powermail_pi1_fieldwrap_html fieldset.tx-powermail-pi1_fieldset input {
	/* Style input fields */
	width: 200px;
	#background-color: #ffffff;
	border: 1px solid black;
	margin-left: 0px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	width: 70px;
	height: 20px;
	background-color: #F4C8D4;
	border: 1px solid black;
	margin: 0px;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* Increase margin between every field */
	margin: 10px 0;
	background-color: #F4C8D4;
}
.tx_powermail_pi1_fieldwrap_html_submitgraphic input {
	width: 80px;
	height: 25px;
}

.powermail_captcha {
	clear:both;
	display: block;
}

.imageBottom{
	/*padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;*/
	width: 740px;
}

.imageRight{
	/*width: 59%;*/
	vertical-align: bottom;
	align: right;
}

.imageLeft{
	vertical-align: bottom;
	width: 100%;
	align: left;	
}

.csc-firstHeader{
	font-size: 14px;
	color: #9f1546;
}
