body {
	background: #FFF0D9 url(media/hg.gif) top center no-repeat;
	padding: 0px;
	margin: 0px;
	text-align: center;
   }


A:link, A:visited {
   background-color: transparent;
   color: #000000;
   font-weight: bold;
   text-decoration: none;
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   font-size: 12px;
   /*font-weight: normal;*/
}

A:hover, A:active {
   background-color: transparent;
   color: #911D1D;
   font-weight: bold;
   text-decoration: underline;
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   font-size: 12px;
   /*font-weight: normal;*/
}

P, UL, LABEL, INPUT, TEXTAREA, TABLE{
   background-color: transparent;
   color: #000000;
   font: 12px/130% Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   font-weight: normal;
}
SELECT, OPTION {
   color: #000000;
   font: 11px/130% Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   font-weight: normal;
}


H1, H2 {
   background-color: transparent;
   color: #000000;
   text-decoration: none;
   font-style: italic;
   font-weight: bold;
     font: 18px/130% Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
    padding: 25px 0px 17px 0px;
   margin: 0px;
}
H3 {
   background-color: transparent;
   color: #043860;
   font: 11px/130% Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   font-weight: bold;
   padding: 5px 0px 0px 0px;
   margin: 0px;
}

#container {
	position: relative;
	width: 910px;
	margin: auto;
	text-align: left;
	overflow: hidden;
}

#banner-container {
	position: relative;
	padding-left: 16px;	
	padding-top: 70px;
}

#logo {
	position: relative;
	margin: 20px 0 0 740px;
	height: 120px;
	width: 170px;
	overflow: hidden;
	z-index:99;
	}

#menu1-container {
	position: relative;
	margin-top: 60px;
	float: left;
        width: 160px;
	overflow: hidden;
	}

#content-container {
	position: relative;	
	margin-top: 80px;
	float: left;
	width: 670px;		
	margin-left: 70px;
	overflow:hidden;
	}

#content-1 {
	position: relative;	
}
#content-2 {
	position: relative;
	width: 250px;
	float: left;	
}
#content-3 {
	position: relative;	
	width: 250px;
	float: left;
	margin-left: 40px;	
}


#content-container P {
	margin: 0px;
	padding: 0px 0px 12px 0px;
}
#content-1 P {
	padding-right: 150px;
}

.float-clear {
	position: relative;
	height: 1px;
	clear:both;
	overflow: hidden;	
}




/*<group=menu1>*/
UL.menu1 { 
	list-style: none;
	margin: 0px;
	padding: 0px;
}
LI.menu1, LI.menu1-act {
	margin: 0px;
	float: left;
	width: 160px;
}

LI.menu1 A:link, LI.menu1 A:visited { 
	color: #000000;
	display: block;
	font: 11px/110% Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 2px 3px 16px;
}
LI.menu1 A:hover, LI.menu1 A:active, LI.menu1-act A:link, LI.menu1-act A:visited {
	color: #911D1D;
	display: block;
	font: 11px/110% Arial, Helvetica, sans-serif; 
   font-style: normal;
	font-weight: bold;
	text-decoration: underline;	
	padding: 2px 2px 3px 16px;
}

/*</group>*/

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

FORM {
	margin: 0px;
}

INPUT, TEXTAREA, SELECT, LABEL {
	color: black; 
	font: 12px/120% Arial, sans-serif;
}

FIELDSET {
	border: 1px solid #000000;
	padding-left: 10px;
	margin-top: 20px;
}

LEGEND {
	color: #000000;
	background: transparent;
	font: 11px/100% Arial, sans-serif; 
	padding: 0px 4px 0px 4px;
}

.no-fieldset {
	position: relative;
	padding-left: 11px; 
}

.form-required, .powermail_mandatory, .tx-powermail-pi1_mandatory {
	color: red;
}


.form-label {
	position:relative;
	margin: 4px 4px 0px 0px;
	float: left;
	width: 100px;
	overflow:hidden;
}

.form-item {
	position:relative;
	margin: 0px 0px 0px 100px;
	padding-top: 3px;
}
.form-item INPUT {
	position:relative;
}

.float-clear {
	/*position:relative;*/
	clear: both;
	height: 1px;
	overflow: hidden;
}

.form-input, .form-textarea {
	width: 300px;
}


.form-submit {
}

.form-category TABLE {
	width: 270px;
	margin-left: -6px;
}
.form-end INPUT {
	width: 170px;
	overflow:hidden;
	position:relative;
}





