@charset "UTF-8";
/* CSS Document */

BODY {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666; /*Haupttext Farbe*/
	margin:0px;
	line-height: 140%;
	padding:4px;
	background-image:url(gfx/verlauf_01.jpg);
	background-repeat:repeat;
}

/*Schriftdefinition*/
.fliesstext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#666;
}

.fliesstext_bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color:#666;
}

.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}

.subnav_static {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#cc9933;
}
.subnav_static_bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#cc9933;
}

.wein_bez {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#900;
}

.headboldred {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#900;
}

.headred {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#900;
}

.headgold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#cc9933;
}

.aktuelles {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#900;
}

/*Linkdefinition*/
A.link_imprint {
	font-size: 10px;
	font-weight:normal;
	color:#666; /*Links im Haupttext Farbe*/
	text-decoration:underline;
}

A.link_imprint:hover {
	color:#cc9933; /*Links Hover im Haupttext Farbe*/
}

A.link_text {
	font-size: 11px;
	font-weight:normal;
	color:#900; /*Links im Haupttext Farbe*/
	text-decoration:underline;
}

A.link_text:hover {
	color:#cc9933; /*Links Hover im Haupttext Farbe*/
}

A.link_text_aktuelles {
	font-size: 11px;
	font-weight:normal;
	color:#900; /*Links im Haupttext Farbe*/
	text-decoration:underline;
}

A.link_text_aktuelles:hover {
	color:#cc9933; /*Links Hover im Haupttext Farbe*/
}

A.link_text_aktuelles_big {
	font-size: 12px;
	font-weight:bold;
	color:#900; /*Links im Haupttext Farbe*/
	text-decoration:underline;
}

A.link_text_aktuelles_big:hover {
	color:#cc9933; /*Links Hover im Haupttext Farbe*/
}

A.link_subnav {
	font-size: 11px;
	font-weight:normal;
	color:#900; /*Links im Haupttext Farbe*/
	text-align:left;
	text-decoration:none;
}

A.link_subnav:hover {
	color:#cc9933; /*Links Hover im Haupttext Farbe*/
}

/*Seitenstruktur Definition*/

DIV.zentriert {
	width:100%;
	height:100%;
	text-align:center;
}

DIV.inhalt-zentriert {
	margin-left:auto;
	width:886px;
	margin-right:auto;
	background-image:url(gfx/bg_rahmen.jpg);
	background-repeat:repeat-y;
	/*padding-top:10px;*/
}

#header {
	height:144px;
}

#nav {
	height:25px;
	width:886px;
	/*background-color:#FC9;*/
}

DIV.content {
	text-align:left;
}

DIV.contentarea {
	margin: 10px;
}

DIV.wein {
	width:290px;
	height:235px;
	border: 1px solid #CCC;
	background-color:#F6F6F6;
}

DIV.geschenk {
	width:330px;
	height:385px;
	border: 1px solid #CCC;
	background-color:#F6F6F6;
}

/*
DIV.geschenk {
	width:200px;
	height:235px;
	border: 1px solid #E8E8E8;
	background-color:#F6F6F6;
}*/

DIV.footerarea {
	height:55px;	
	background-image:url(gfx/footerlinie.jpg);
	background-repeat:no-repeat;
	
}

DIV.footercontent {
	padding:5px;
	text-align:center;

}

DIV.footerline {
	height:1px;
	background-image:url(gfx/footer_line.jpg);
	background-repeat:no-repeat;
}





/*Navigaiton*/
.mainmenu{
font: 12px Verdana;
width: 100%; /*leave this value as is in most cases*/
}

.mainmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
/*border: 1px solid #999999; /*dark purple border*/
border-width: 1px 0;
background: url(gfx/nav.jpg) center center repeat-x;
}

.mainmenu ul li{
display: inline;
}

.mainmenu ul li a{
float: left;
/*color: white; text color*/
color:#900;
padding: 5px 14px;
text-decoration: none;
border-right: 1px solid #FFF; /*dark purple divider between menu items*/
}

.mainmenu ul li a:hover, .mainmenu ul li .current{
color:#cc9933; !important; /*text color of selected and active item*/
background: url(gfx/nav_over.jpg) center center repeat-x;
}
