@import url("style_start_winzerhof.css");
* { padding: 0px; margin: 0px; border: none; }

body {
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #00411c;
	behavior:url(/fileadmin/hoedl/csshover3.htc);
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
	background-position: center top;	
}

#wrapper
{
	width: 980px;
	margin: 0 auto;
	border-top: 10px solid #28353e;
}

#head
{
	width: 980px;
	float: left;
}

#logo
{
	width: 625px;
	float: left;
}

#adress
{
	width: 354px;
	display: inline;
	height: 98px;
	float: left;
	background-image: url(images/verlauf_adresse.gif);
	background-repeat: repeat-x;	
}

#adress p
{
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
}

#logo h1
{
	display: block;
	width: 625px;
	height: 98px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;	
	font-size: 1px;
	color: #fff;
}

#teaser
{
	width: 980px;
	float: left;
	background-image: url(images/headerbild.png);
	background-repeat: no-repeat;	
	height: 243px;
	border-bottom: 4px solid #28353e;
}

#mainnav
{
	width: 980px;
	float: left;
	background-color: #28353e;
	
}



#mainnav li
{
	float: left;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	margin-right: 3px;
}

#mainnav li a
{
	position: relative;
	display: block;
	color: #fff;
	padding: 10px;
	padding-left: 7px;
	padding-right: 20px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: right center;	
	text-decoration: none;
	
}

#mainnav li a:hover
{
}

#mainnav li.act a
{
 font-weight: bold;
}

#mainnav li.act div li a
{
	font-weight: normal;	
}

#mainnav li.act div li.act a
{
  font-weight: bold;	
}

#mainnav li div
{
	visibility: hidden;
	width:300px;	
	background: #003535;
	position: absolute;
	margin-left: 10px;
	
}


#mainnav li div ul
{
	margin: 0px;
	padding: 0px;
}
#mainnav li div li
{
	padding: 5px;
	margin: 0px;
	width: 45%;

}

#mainnav li div li a
{
	display: block;
	font-size: 1em;
	color: #fff;
	padding: 5px;
	text-decoration: none;
	height: auto;
	background-image: none;
}

#mainnav li div li a:hover
{
	background-color: #6eab67;	
	color: #fff;
}

#mainnav ul li.act .submenu li a
{
	border: none;
	background-image: none;
}

#mainnav ul li:hover .submenu,
#mainnav ul li a:hover .submenu
{
	visibility: visible; 
}

#maincontent
{
	width: 940px;
	float: left;
	padding: 20px;
	background: none;
}


#content
{
	width: 940px;
	float: left;
}

/* für den Content */
#maincontent { line-height: 20px; }

#maincontent li { list-style-position: inside; }
#maincontent li li { padding-left: 20px; }
#maincontent ul { padding-bottom: 10px; }

a { color: #d76500; text-decoration: underline; }

p { padding-bottom: 10px; padding-top: 5px; }
hr { height: 9px; border: none; border-top: 1px solid #000; margin-top: 10px; margin-bottom: 10px; color: #fff;}

h1 { color: #d76500; font-size: 1.3em; padding-bottom: 7px; } 
h2 { color: #87bb4d; font-size: 1.1em; padding-bottom: 5px; }
h3 { color: #87bb4d; font-size: 1em; padding-bottom: 3px; }

.csc-mailform {
	width: 500px;
	border: 0px none;
	font-size: 11px;
}

.csc-mailform-field {
	margin-bottom: 6px;
	line-height: 18px;
}


.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float:left;
clear:both;
display:block;
width:130px;
padding-left:5px;
margin-bottom:10px;

}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
float:left;
display:block;
width:200px;
border: 1px solid #333;
background:#FFF;
padding:1px;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

input, textarea, select
{
float:left;
display:block;
width:200px;
border: 1px solid #333;
background:#FFF;
padding:1px;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

textarea
{
	height: 200px;	
}

fieldset
{
	border: none;	
}

.csc-mailform-submit {
/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
margin-left: 135px;
/* Float wieder abschalten */
clear: both;
}

#copy
{
	width: 980px;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 20px;
}

#copy a
{
	color: #000;
	text-decoration: none;
	font-size: 9pt;
}

