h4,h5,h6,div,p,body,html,input,button { 
	font: normal 12px "Lucida Sans Unicode", Verdana,Arial 
}

h1 {font: normal 16px "Lucida Sans Unicode",Verdana,Arial;}

h2 {font-size:14px;}

h3 {font-size:10px;}

a, a:visited {
	color:#570008;
}

a:hover, a:active {
	color:#666;
}


#right a, #right a:visited {
	color:#fff;
	text-decoration:underline;
}

#right a:hover {
	color:#cfcfcf;
	text-decoration:underline;
}





img.block {
	display:block;
}

div {
  margin:0;
  padding:0;
  border:0;
}


html>body #gecko_scrollbar {
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 0;
	width: 1px;
	height: 1px;
	display: block;
	font-size: 0;
}

body {
 font-family:"Lucida Sans Unicode", Verdana, Arial, sans-serif;
 font-size:12px;
 color:#570008;
 background: url(../gfx/Kacheln_200.jpg) repeat;
}

img, div {
margin:0;
padding:0;
border:none;}

#box{
position:relative;
margin:5px auto;
width:1000px;
background: url(../gfx/box_bgr_1000_5.png) repeat-y;
}

#counter {
	position:absolute;
	top:0px;
	right:0px;
	height:17px;
	width:75px;
	z-index: 1;
}
#fenster {
	position:absolute;
	top:-7px;
	/*left:-24px;*/
	left:-20px;
	height:150px;
	width:220px;
	z-index: 1;
}

#wein {
	position:absolute;
	top:177px;
	right:0px;
	height:39px;
	width:200px;
	z-index: 1;
}


#logo{
/*position:absolute;
left:100px;*/
position:relative;
width:753px;
height:150px;
float:left;
background:#570008;
}

#search{
width:170;
padding-left:10px;
}

#header{
position:relative;
width:247px;
height:150px;
float:right;
text-align:right; 
background-color:#570008;
}

#top_nav{
	position:relative;
	clear:both;
	height:24px;
	font-size:16px;
	background:#741626;
	text-align:left;
	padding:6px 10px 4px 5px;
	}
	
#top_nav a{
	color:#f2d19b;
	text-decoration:none;
	margin-right:35px;}
	


#top_nav a.horizontal-no:hover{
	text-decoration:overline underline;}
	

#top_nav a.horizontal-act {
	text-decoration:overline underline;}


#left {
position:relative;
float:left;
width:180px;
background:#570008;
padding-top:10px;
}

#head{
position:relative;
float:left;
width:638px;
padding:5px;
#background-color:#741626;
background:#570008;
color:#fff;
}

#head a, #head a:visited {
	color:#fff;
	} 

#content{
	position:relative;
	float:left;
	padding:5px;
	width:640px;
}

#right{
	position:relative;
	float:right;
	text-align:left;
	width:160px;
	color:#FFFFFF;
	padding:5px;
	background-color: #570008;
}

#footer{
position:relative;
clear:both;
height:12px;
background:#570008;
text-align:right;
color:#FFFFFF;
padding:5px;
padding-right:10px;  
}



/*### horizontales Menue###*/



#menu {
  border-top:1px solid white;
  background:#57008;
  width:176px;
  margin-top:15px;
  padding-left:2px;
}

#menu a.level1-no {
  color:#fff;
  text-decoration:none;
  text-indent:0px;
  display:block;
  padding:5px 5px;
  border-bottom:1px solid white;
  background:#57008;
}

#menu a.level1-no:hover {
  color:#570008;
  background:#f2d19b;
}


#menu a.level1-act {
  color:#570008;
  font-weight:bold;
  text-decoration:none;
  text-indent:0px;
  display:block;
  padding:5px 5px;
  border-bottom:1px solid white;
  background:#f2d19b;
}


#menu a.level2-no {
  color:#fff;
  text-decoration:none;
  text-indent:10px;
  display:block;
  padding:5px 0px;
  border-bottom:1px solid white;
  background:#741626;
}

#menu a.level2-no:hover {
  color:#570008;
  background:#f2d19b;
}


#menu a.level2-act {
  color:#570008;
  text-decoration:none;
  text-indent:10px;
  display:block;
  padding:5px 0px;
  border-bottom:1px solid white;
  background:#f2d19b;
}


#menu a.level3-no {
   color:#fff;
  text-decoration:none;
  text-indent:20px;
  display:block;
  padding:5px 0px;
  border-bottom:1px solid white;
  /*background:#a9736b;*/
  background:#741626;
}

#menu a.level3-no:hover {
  color:#570008;
  background:#f2d19b;
}


#menu a.level3-act {
  color:#570008;
  text-decoration:none;
  text-indent:20px;
  display:block;
  padding:5px 0px;
  border-bottom:1px solid white;
  background:#f2d19b;
}


/*### horizontales Menue###*/

#footer a {
	text-decoration:none;
	color:#fff;
	padding:2px;
}

#top_nav a.unten-no {
        display:block;
	float:left;
	margin-right:10px;
}

#top_nav a.unten-no:hover {
	display:block;
	float:left;
	margin-right:10px;
}

#top_nav a.unten-act {
	display:block;
	float:left;
	margin-right:10px;
}

/* the clearfix : ------------------ */

/*.cf {
display: inline-block;
}
.cf[class] {
display: block;
overflow: hidden;
}*/

.cf {clear:both;}


/* powermail css */

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #aaa;
	background-color: #f2d19b;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: normal;
	color: #570008;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: normal;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a {
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn {
	/* Description */
	display: none;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #f2d19b;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: #f2d19b;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}
