html {
	padding:0; 
	margin:0; 
	border:0; 
	font-size:80%; 
	overflow:auto;
	font-family: verdana,arial,helvetica,sans-serif;
	}

body {
	overflow: hidden;
	padding:0; 
	margin:0;
	border:0;
	text-align:left;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 76%;
	color: #000000;
	background: #FFF url(../images/ahorn.png) no-repeat;
	background-position:1% 99%;
	background-attachment: fixed;
	}

#holder { 	
	  position:absolute;
	  height:550px; 
	  width:760px;
	  margin:-275px 0px 0px -380px;
	  top: 50%; 
	  left: 50%;
	  text-align: left;
	  padding: 0px;
	  display:block;
	  border: 1px solid #740A0B;
	  background: url(../images/holderback.gif) repeat-x;
	  filter:alpha(opacity=75);
	  -moz-opacity: 0.75; 
	  opacity: 0.75;
	  }
	  
#head {
	width:750px;
	height: 70px;
	display:block;
	padding: 10px 0 0 10px;
	margin: 0 0 10px 0;
	}
	
#footer {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #740A0B;
	width:760px;
	text-align:center; 
	position:relative;
	top:10px;
	left:0;
	}

.partner a {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #740A0B; 
	position:absolute;
	bottom:10px;
	right:10px;
	}
	

#navcontainer{
	width: 760px;
	height: 25px;
	background-color: #740A0B;
	font-family: verdana,arial,helvetica,sans-serif;
	}

#menu {
	width:756px;
	padding:0; 
	margin:0 auto; 
	list-style-type:none;
	}

#menu li {
	float:left;
	width:124px;
	border:1px solid #fff; 
	}

#menu a {
	display:block;
	width:124px;
	color:#FFF; 
	background:#740A0B; 
	text-align:center; 
	padding:4px 0; 
	text-decoration:none; 
	float:left; 
	}

#menu a:hover {
	color:#FFF;
	font-weight:normal; 
	background:#330000;
	}
	
#menu a#current {
	color:#FFF;
	font-weight:bold; 
	background:#330000;
	}



/* Textbereich */

#content {
	width:750px;
	height:420px;
	display:block;
	padding:0px;
	margin: 10px 0 0 10px;
	overflow:auto;
	}

#content h1 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #740A0B;
	text-align:left;
	width:720px;
	}
	
#content h2 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #8F4E5A;
	width:720px;
	}

	
#content p {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000;
	width:720px;
	}

#content ul li {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	}
	
#content a {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.0em;
	font-weight: 700;
	color: #740A0B;
	text-decoration: none;
	}
	
#content a:hover {
	text-decoration: underline;
	}
	
#content img {
	padding:1px;
	display:inline;
	background:#cccccc;
	color:#303030;
	border:4px solid #f0f0f0;
	}
	
.foto {
	position:absolute;
	top: 200px;
	right: 150px;
	}

/***** Table styles *****/

table {
	width: 700px;
	margin:0;
	margin-bottom: 10px;
	padding:0;
	line-height:1.0em;
	border-collapse:collapse;
	border:1px solid #740A0B;
	}

caption {
	text-align:left;
	font-size:1.2em;
	font-weight:normal;
	margin:0;
	padding:6px 0 8px 0;
	}

th {
	padding:5px;
	text-align:left;
	background:#DACDCB;
	color:#505050;
	}

td {
	padding:5px;
	text-align:left;
	background:#DACDCB;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #000;
	}
	
#linklist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	display: none;
	overflow: hidden;
	visibility: hidden;
}

.referenzen {
	border: 0 solid #FFF;
	padding:0;
	margin: 0 0 10px 0;
	width: 700px;
	height: 113px;
	border:1px solid #740A0B;	
	background-color: #E3D9D8;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	}
	
.referenzen-links {
	float:left;
	text-align:center;
	width: 159px;
	height: 113px;
	border-right: 3px solid #FFF;
	}
	
.referenzen-links img {margin-top:2px; border:2px solid #740A0B;}
	
.referenzen-rechts {
	float:right;
	margin-left: 5px;
	width: 523px;
	height: 113px;
	padding-left: 10px;
	padding-top:5px;
	}
	
/* Für Powermail */



span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #E62330;
	font-weight:bold;
}

input.validation-failed, textarea.validation-failed {
	/* Background color if validation failed */
	background-color: #E62330;
}

div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: #E62330;
	font-weight:bold;
	margin: 3px 0 15px 10px;
}

fieldset.tx-powermail-pi1_fieldset {
	/* Disable border */
	border: none;
}

fieldset.tx-powermail-pi1_fieldset legend {
	/* Disable Legend */
	display:none;
}

fieldset.tx-powermail-pi1_fieldset label {
	/* Style labels */
	display: block;
	width: 650px;
	/*float: left;*/
	clear: both;
}

fieldset.tx-powermail-pi1_fieldset input, fieldset.tx-powermail-pi1_fieldset select, fieldset.tx-powermail-pi1_fieldset textarea, fieldset.tx-powermail-pi1_fieldset powermail_select {
	/* Style input fields */
	/*width: 280px;*/
	border: none;
	padding: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid #964748;
	margin-left: 0px;
}

fieldset.tx-powermail-pi1_fieldset textarea {
	width: 347px;
	wi\dth: 344px;
}

fieldset.tx-powermail-pi1_fieldset select {
	width: 150px;
}

div.tx_powermail_pi1_fieldwrap_html {
	/* Increase margin between every field */
	margin: 5px 0;
}

/* Powermail ENDE */