/****************************************************************************************************************
style.css
erstellt: 02.03.05
Autor: Goran

 Stylesheet fuer Werbeagentur aufwind.

geaendert: 25.05.05 Sebastian
Grund: ueberarbeitet 

*******************************************************************************************************************/

/*#####################################################
 Pseudo-Klassen & Redefinierung von HTML-Elementen
######################################################*/

/* Allgemeine Angaben */
html, body,
a, a:link, a:visited, a:hover, a:active,
p, div, span,
table, tbody, th, tr, td,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, input, select, option, optgroup, button, fieldset, textarea, label, legend
{
 font-family: Verdana, Arial, Helvetica, SunSans-Regular;
 font-size: 100%;
 color: #333;
 text-decoration: none;
 padding: 0;
 margin: 0;
}

html, body
{
 background: #FFF;
 /*background: #CCCCCC;  fuer Testzwecke */
}

/* Links */
a, a:link, a:visited, a:hover, a:active
{
 color: #4D4D4D;
}

a:hover
{
 text-decoration: none; 
 text-decoration: underline;
}

/* Formular-Elemente */
/* siehe weiter unten */

/* Block- und Inline-Elemente */
p
{
 font-size: 0.7em;
 margin: 5px 0px;
}

td, label, legend
{
 font-size: 0.7em;
}

td td,
p label
{
 font-size: 1em;
}

/* Ueberschriften */
h1
{
 font-size: 0.8em;
 color: #4D4D4D;
 font-weight: bold;
 margin-bottom: 10px;
 letter-spacing:1px;
}

h2
{
 font-size: 0.9em;
 color: #4D4D4D;
 font-weight: bold;
 margin-top: 15px;
 margin-bottom: 10px;
}

/* wird bei News verwendet */
h3
{
 font-size: 0.85em;
 font-weight: bold;
 margin-bottom: 10px;
}

/* wird bei News verwendet */
h4
{
 font-size: 0.8em;
 font-weight: bold;
 background: #7FC643;
}

h5
{
 font-size: 0.8em;
 font-weight: bold;
 margin-top: 20px;
 margin-bottom: 5px;
}

h6
{
 font-size: 0.75em;
 font-weight: bold;
 border-bottom: 1px solid #4D4D4D;
 margin-top: 15px;
 margin-bottom: 2px;
}

/* Bild-Definitionen */
img
{
 border: none;
 white-space: nowrap;
}

ul
{
 list-style-type: square;
 padding: 10px 5px 5px 5px;
}

ul li
{
 font-size: 0.7em;
 line-height: 100%;
 margin: 0px 0px 2px 15px;
}

hr
{
 border: 1px solid #666;
 width: 100%;
 height: 1px;
 margin: 5px 0px;
}
/*------------- Ende Pseudo-Klassen & Redefinierung von HTML-Elementen ------------- */

/*#################################################
 CSS-Klassen bezogen auf die div-Bloecke
#################################################*/

/* Seite zentriert ausrichten */
#center
{
 width: 780px;
 padding: 0;
 margin: 0px auto 0px auto;
 background-color: #FFF;
}

/* --------------- Oben: Links und Suchfeld --------------- */
#top
{
 /* BG = dynamisch direkt im Rahmen-Template */
 height: 190px;
 background-color: #FFF;/*
 background: url(../../assets/common/bg_head.jpg) no-repeat;*/
}

.sitenavi,
.sitenavi a,
.sitenavi a:link,
.sitenavi a:visited,
.sitenavi a:hover,
.sitenavi a.active
{
 font-size: 0.75em;
 color: #898989;
 text-decoration: none;
 margin-top: 0px;
 margin-left: 5px;
 margin-right: 5px;
 margin-bottom: 5px;
}
.sitenavi{
	padding-top: 26px;
}

/*------------- Ende Oben: Links und Suchfeld ------------- */

/* ------------- Hauptnavigation ------------- */

/* Block mit den Navigationselementen */
#naviH
{
 font-size: 0.7em;
 color: #000;
 background: url(../../assets/common/bg_nav.gif) no-repeat;
 background-color: #FFF;
 height: 30px;
 padding-top: 1px;
 font-weight: normal;
 border-left: 1px solid #000;
 border-right: 1px solid #000;
}

#naviH div{
	float: left;
	/*text-align: center;*/
}

#naviH a,
#naviH a:link,
#naviH a:visited,
#naviH a:hover,
#naviH a.active
{
 font-size: 1.05em;
 color: #6B6B6B;
 text-decoration: none;
 padding: 1px 5px;
}

#naviH a:hover
{
 color: #010101;
}

#naviH a.akt,
#naviH a:link.akt,
#naviH a:visited.akt,
#naviH a:hover.akt,
#naviH a.active.akt
{
 font-weight: normal;
 color:#010101;
}

/* Formatierung der Links in der Aufklappnavi */
.linkmenu td{
	font-size: 1.0em;
	width: 150px;
	padding: 0px;
	margin: 0px;
}

.linkmenu a,
.linkmenu a:link,
.linkmenu a:visited,
.linkmenu a:hover,
.linkmenu a:active
{
 font-size: 0.7em;
 color: #4D4D4D;
 text-decoration: none;
 background: #D2D6C6;
 border-top: 1px solid #FFF;
 display: block;
 padding: 2px 5px 2px 11px;
 margin: 0;
}

.linkmenu a:hover
{
 color: #4D4D4D;
 background: #EDEFE8;
}

/*------------- Ende Hauptnavigation ------------- */

/* ------------ Content-Bereich ------------ */
#contentarea
{
 width: 778px;
 background-color: #FFF;
 border-left: 1px solid #000;
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
}

/* ------------ Content-Bereich: Subnavigation ------------ */
#subnavi
{
 background: #D2D6C6;
 width: 150px;
 /*height: 500px;*/
 float: left;
}

#subnavi h1
{
 font-size: 0.7em;
 font-weight: bold;
 color: #4D4D4D;
 padding: 3px 3px 3px 10px;
 margin: 0;
}

/* Subnavigation Ebene 1 */
#subnavi ul
{
 list-style-type: none;
 padding: 0;
 margin: 0;
 background: #E5EBD2;
}

#subnavi ul li
{
 border-bottom: 1px solid #FFF;
 margin: 0;
}

#subnavi ul li a,
#subnavi ul li a:link,
#subnavi ul li a:visited,
#subnavi ul li a:hover,
#subnavi ul li a:active
{
 color: #4D4D4D;
 text-decoration: none;
 background: #E5EBD2;
 line-height: 100%;
 display: block;
 padding: 4px 3px 4px 11px;
}

#subnavi ul li a:hover
{
 color: #000000;
 background: #DBE7AC;
}

/* aktive Links in der Subnavigation erhalten diese Klasse */
#subnavi a.akt,
#subnavi a:link.akt,
#subnavi a:visited.akt,
#subnavi a:hover.akt,
#subnavi a:active.akt
{
 padding-left: 11px;
 color: #4D4D4D;
 background: #E5EBD2;
}

#subnavi a:hover.akt
{
}

/* Subnavigation Ebene 2 */
#subnavi ul.under
{
}

#subnavi ul.under li
{
 border: none;
 border-top: 1px solid #FFF;
}

#subnavi ul.under li a,
#subnavi ul.under li a:link,
#subnavi ul.under li a:visited,
#subnavi ul.under li a:hover,
#subnavi ul.under li a:active
{
 font-size: 1.4em;
 color: #4D4D4D;
 background: #E5EBD2;
 display: block;
 padding: 4px 3px 4px 21px;
}

#subnavi ul.under li a:hover
{
 color: #000;
 background: #DBE7AC;
}

#subnavi ul.under li a.akt,
#subnavi ul.under li a:link.akt,
#subnavi ul.under li a:visited.akt,
#subnavi ul.under li a:hover.akt,
#subnavi ul.under li a:active.akt
{
 padding-left: 21px;
 color: #4D4D4D;
 background: #E5EBD2;
}

/* Subnavigation Ebene 3 */
#subnavi ul.under2
{
 padding-bottom: 4px;
}

#subnavi ul.under2 li
{
 border: none;
}

#subnavi ul.under2 li a,
#subnavi ul.under2 li a:link,
#subnavi ul.under2 li a:visited,
#subnavi ul.under2 li a:hover,
#subnavi ul.under2 li a:active
{
 font-size: 1.9em;
 padding: 2px 3px 4px 31px;
}

#subnavi ul.under2 li a:hover
{
 color: #000;
 background: #DBE7AC;
}

#subnavi ul.under2 li a.akt,
#subnavi ul.under2 li a:link.akt,
#subnavi ul.under2 li a:visited.akt,
#subnavi ul.under2 li a:hover.akt,
#subnavi ul.under2 li a:active.akt
{
 padding-left: 23px;
}
/*------------- Ende Content-Bereich: Subnavigation ------------- */
/* ------------ Content-Bereich: Inhalte ------------ */

/* mit Zusatzinfos auf der rechten Seite */
#content
{
 background-color: #FFF;
 float: left;
 width: 400px;
 padding: 15px;
}

/* ohne Zusatzinfos auf der rechten Seite */
#content2
{
 background-color: #FFF;
 float: left;
 width: 598px;
 padding: 15px;
}

/* Startseite */
#content3
{
 background-color: #FFF;
 float: left;
 width: 580px;
 padding: 0px;
}

.nofloat
{
 clear: both;
}


/*#################################################
Contentmaker: Links, Downloads, Bilder
#################################################*/
/* Contentmaker: Link */
.link{
	background: #BFBFBF;
	border: 1px solid #4D4D4D;
	padding: 0px;
	margin: 5px 10px 10px auto;
}

.link h1 {
	color: #FFF;
	background: #888;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	font-size: 0.8em;
}

.link img{
	vertical-align: middle;
	margin-left: 5px;
}

.link div{
	margin-right: 2px;
	/*border-right: 1px solid #4D4D4D;
 	border-bottom: 1px solid #4D4D4D;*/
}

.link div img{
	margin-left: 0px;
}

.link a,
.link a:link,
.link a:visited,
.link a:hover{
	text-decoration: none;
	color: #000;
	font-size: 0.7em;
	margin: 5px;
}

.link a:hover{
	color: #4D4D4D;
}

.link div a,
.link div a:link,
.link div a:visited,
.link div a:hover{
	background: none;
	margin: 0px;
}

.link p{
	padding: 5px;
	margin: 0px;
}

/* Contentmaker: Download */
.download{
	background: #BFBFBF;
	/*border: 1px solid #4D4D4D;*/
	padding: 0px;
	margin: 5px 0px 10px 0px;
}

.download h1 {
	color: #FFF;
	background: #888;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	font-size: 0.8em;
}

.download img{
	vertical-align: middle;
	margin-left: 5px;
}

.download div{
	margin-right: 2px;
	/*border-right: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;*/
}

.download div img{
	margin-left: 0px;
}

.download a,
.download a:link,
.download a:visited,
.download a:hover{
	text-decoration: none;
	color: #000;
	font-size: 0.7em;
	margin: 5px;
}

.download a:hover{
	color: #4D4D4D;
}

.download div a,
.download div a:link,
.download div a:visited,
.download div a:hover{
	background: none;
	margin: 0px;
}

.download p{
	padding: 5px;
	margin: 0px;
}

.download span
{
	font-weight: normal;
}

/* Contentmaker: Bild */
.image{
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

.image h1{
 font-size: 0.9em;
 color: #4D4D4D;
 font-weight: bold;
 margin-bottom: 10px;
}

.image span{
 font-size: 0.7em;
}

/* Ende Links, Downloads, Bilder */

/*#################################################
Contentmaker: Bilder und Text
#################################################*/

/*Startseite Bild rechts im Text*/
.home_ti_float_right {
   float: right;
   margin-left: 3px;
   margin-bottom: 10px;
   font-size: 0.7em;
   font-weight: normal;
}

.home_ti_float_right img {
  border: 1px solid #4D4D4D;
}

.home_ti_float_right_text {
  font-size: 0.7em;
  font-weight: normal;
  margin-left: 5px;
  margin-bottom: 20px;
}

.home_ti_float_right_text h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #4D4D4D;
}

/*Startseite Bild links im Text*/

.home_ti_float_left {
   float: left;
   margin-left: 5px;
   margin-bottom: 20px;
   margin-right: 5px;
   font-size: 0.7em;
   font-weight: normal;
}

.home_ti_float_left  img {
  border: 1px solid #4D4D4D;
}

.home_ti_float_left_text {
  font-size: 0.7em;
  font-weight: normal;
  margin-left: 5px;
  margin-bottom: 20px;
}

.home_ti_float_left_text h1 {
	font-size: 2.2em;
	font-weight: bold;
	color: #4D4D4D;
}

/*Bild rechts im Text*/

.image_float_right {
   border: 1px solid #4D4D4D;
   background: #4D4D4D;
   float: right;
   font-size: 0.6em;
   font-weight: bold;
   color: #FFF;
   margin-left: 10px;
   margin-bottom: 5px;
}

.image_float_right img {
  margin-bottom: 1px;
}

.image_float_right_text {
  font-size: 0.7em;
  font-weight: normal;
}

.image_float_right_text h1 {
  font-size: 1.2em;
  font-weight: normal;
  color: #4D4D4D;
}

.image_float_right a{
	color: #FFF;
} 
/*Bild links im Text*/
.image_float_left {
   border: 1px solid #888;
   background: #888;
   float: left;
   font-size: 0.6em;
   font-weight: bold;
   color: #FFF;
   margin-right: 10px;
   margin-bottom: 5px;
}

.image_float_left img {
  margin-bottom: 1px;
}

.image_float_left_text {
  font-size: 0.7em;
  font-weight: normal;
}

.image_float_left_text h1 {
  font-size: 1.2em;
  font-weight: normal;
  color: #4D4D4D;
}

.image_float_left a{
	color: #FFF;
}
/* Ende Contentmaker: Bild und Text*/

/* ------------ Ende Content-Bereich: Inhalte ------------ */

/* ------------ Content-Bereich: Zusatzinformationen (Rechte Spalte) ------------ */

/* Dieser div sorgt fuer den Rahmen */
#custom
{
 background-color: #D2D6C6;
 float: right;
 border-left: 1px solid #FFFFFF;
 width: 197px;
}

/* Definition von Teaserboxen auf der rechten Seite */
.box
{
 color: #FFF;
 margin: 0;
 clear: both; 
}

.box h1
{
 font-size: 0.7em;
 font-weight: bold;
 color: #4D4D4D;
 background-color: #E5EBD2;
 border-bottom: 1px solid #FFFFFF;
 border-top: 1px solid #FFFFFF; 
 padding: 3px 10px;
 margin: 0;
}

.box h2
{
 font-size: 0.6em;
 font-weight: bold;
 color: #000;
 padding: 3px 10px;
 margin: 0;
}

.box p
{
 margin: 5px 10px 15px 10px;
}

.box div{
	font-size: 0.7em;
	padding: 3px 10px;
	border-bottom: 1px solid #FFFFFF;
	background: #EDEFE8;
}

.box div.image{
  padding: 0;
  margin: 0;
  border: none;
}

.box div.image h1{
 font-size: 0.7em;
 font-weight: bold;
 color: #FFF;
 background: #888;
 padding: 3px 10px;
}

.box div.image span{
 font-size: 0.6em;
 padding: 3px;
}

/* Teaser: Bildbox mit Link */
.box p.imagebox
{
 text-align: center;
 background: #888;
 margin: 0;
}

.box p.imagebox a,
.box p.imagebox a:link,
.box p.imagebox a:visited,
.box p.imagebox a:hover,
.box p.imagebox a:active
{
 font-size: 0.9em;
 text-decoration: none;
 text-transform: uppercase;
 line-height: 180%;
 vertical-align: middle;
}

.box span
{
 font-size: 0.7em;
 color: #4D4D4D;
 padding: 3px;
}

.box a,
.box a:link,
.box a:visited
{
  color: #000;
}

.box a:hover
{
  color: #4D4D4D;
}

.box ul
{
 /*border-bottom: 1px solid #AAA;*/
 list-style-type: none;
 padding: 5px;
 margin: 0;
}

.box ul li
{
 margin: 0;
}

.box ul li a,
.box ul li a:link,
.box ul li a:visited,
.box ul li a:hover,
.box ul li a:active
{
 font-size: 0.9em;
 text-decoration: none;
 color: #000;
}

.box ul li a:hover
{
 text-decoration: underline;
}

.box ul li img
{
 vertical-align: middle;
 text-align: center;
}

/* Teaser: Linkliste */
.box ul.assetlink
{
  clear:both;
  /* siehe normale ul */
}

.box ul.assetlink img {
	margin-right: 5px;
	text-align: center;
}

/* Teaser: Einzeiler */
.box ul.ulist
{
 border: none;
 list-style-type: square;
 padding: 0;
 margin-left: 35px;
}

.box ul.ulist li
{
 padding: 4px 5px;
 margin: 0;
}

/* Kalender */
.box table {
 width: 190px;
 margin: 2px;
 text-align: center;
 vertical-align: middle;
 font-size: 0.9em;
}

.box table td {
 padding: 3px;
 color: #4D4D4D;
 background-color: #BFBFBF;
}

.box table td a {
 	background-color: #DDDDDD;
 	color: #87002A;
 	text-decoration: none;
 	display: block;
}

.box table td.month {
	color: #FFF;
	background-color: #888;
	font-size: 1em;
}

.box table td.month a {
	color: #FFF;
	background-color: #888;
	display: inline;
}

.box table td.week {
 padding: 3px;
 color: #4D4D4D;
 background-color: #BFBFBF;
}

.box table td.today {
 padding: 3px;
 color: #FFF;
 background-color: #87002A;
}

.box table td.today a{
  text-decoration: none;
  background-color: #888;
  color: #FFF;
}

/* Ende Kalender */

/* ------------ Ende Content-Bereich: Zusatzinformationen (Rechte Spalte) ------------ */

/*#################################################
 CSS-Klassen fuer Formulare
#################################################*/

form
{
 line-height: 190%;
}

form br
{
 clear: both;
}

fieldset
{
 background: none;
 padding: 10px;
}

legend
{
 border: none;
 background: none;
}

label.leftb,
label.leftr
{
 font-weight: bold;
 float: left;
 text-align: right;
 width: 11em;
 margin-right: .8em;
}

/* error-Klasse */
label.leftr
{
 color: #FF0000;
}

input,
select,
textarea
{
 font-size: 0.7em;
 color: #4D4D4D;
 background: #FFF;
 border: 1px solid #4D4D4D;
 float: left;
 padding: 2px;
 margin-top: 5px;
}

select
{
 padding: 0;
}

optgroup, option
{
 font-size: 1em;
 line-height: 100%;
}

input:focus,
textarea:focus
{
 background: #BFBFBF;
}

label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
 cursor: pointer;
}

textarea
{
 width: 50%;
 margin-bottom: 10px;
}

/* Buttons beim Kontaktformular */
.submitbuttons
{
 margin-left: 8.8em;
}

.submitbuttons button
{
 font-size: 0.7em;
 font-weight: bold;
 color: #FFF;
 background: #888;
 line-height: 100%;
 margin-right: 5px;
}

/* Formular bei der Suche 

form.suche input
{
 font-size: 0.9em;
 padding: 2px;
 margin-left: 2px;
}

form.suche button
{
 line-height: 100%;
 margin-top: 5px;
}*/

/*#################################################
 CSS-Klassen fuer News
#################################################*/

.newsblock
{
 margin-bottom: 10px;
 position: relative;
}

.newsblock h1
{
 font-weight: bold;
 font-size: 0.7em;
 color: #4D4D4D;
 padding: 3px;
 margin:0px;
}

.newsblock span {
 float: left;
 margin-right: 3px;
 position: relative;
}

.newsblock p {
	padding: 5px;
}

/* Ende News */

/*#################################################
 CSS-Klassen fuer Sitemap
#################################################*/
.sitemap td{
	padding: 15px 10px;
}

.sitemap td.separator{
	background-color: #666;
	padding: 0;
}

a.sitemap1,
a:link.sitemap1,
a:visited.sitemap1,
a:hover.sitemap1,
a:active.sitemap1
{
 font-size: 0.85em;
 font-weight: bold;
 color: #3A3A3A;
 text-decoration: none;
 line-height: 160%;
}

a.sitemap2,
a:link.sitemap2,
a:visited.sitemap2,
a:hover.sitemap2,
a:active.sitemap2,
a.sitemap3,
a:link.sitemap3,
a:visited.sitemap3,
a:hover.sitemap3,
a:active.sitemap3,
a.sitemap4,
a:link.sitemap4,
a:visited.sitemap4,
a:hover.sitemap4,
a:active.sitemap4
{
 font-size: 0.85em;
 color: #3A3A3A;
 text-decoration: none;
 line-height: 160%;
}

a:hover.sitemap1,
a:hover.sitemap2,
a:hover.sitemap3,
a:hover.sitemap4
{
 text-decoration: underline;
}
/* Ende Sitemap */ 

/*#################################################
 CSS-Klassen fuer die Barriere-Freiheit
#################################################*/

.unsichtbar
{
 position: absolute;
 left: -2000px;
 /* Schiebt die "unsichtbaren" Hilfen aus dem Viewport, dadurch lassen
 sich uebereifrige Screenreader, die ausgerechnet "display: none" akustisch
 auswerten, taeuschen, und lesen die so versteckten Hilfen dennoch vor. */
}

/*#################################################
 Universelle CSS-Klassen fuer die Formatierung

#################################################*/

/* Contentmaker: Text und Infobox*/
.infobox_left{
	padding: 5px;
	padding-left: 0px;
}

.infobox_right{
	border: 1px solid #000;
	background: #E5EBD2;
	float: right;
	padding: 5px;
	margin-left: 10px;
	width: 150px;
}
/* Ende Contentmaker: Text und Infobox*/

/* Startseite */
#homelinks
{
 float: left;
 width: 280px;
 margin: 0px;
 padding-left: 0px;
 background: #D2D6C6;
 color: #4D4D4D;
}

/* Startseite Aktuelles */
#home_aktuelles{
	font-size: 0.7em;
	color: #4D4D4D;
	margin-bottom: 10px;
}

#home_aktuelles h1{
	font-size: 1em;
	font-weight: bold;
	color: #4D4D4D;
	background: #D2D6C6;
	padding: 3px 5px;
	margin: 0px;
	margin-top: 7px;
}

#home_aktuelles div h1{
	margin: 0px;
	font-size: 1em;
	color: #4D4D4D;
	background: #E5EBD2;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
}


#home_aktuelles div.text{
	margin: 0px;
	font-size: 1em;
	color: #4D4D4D;
	background: #EDEFE8;
	padding: 6px 5px;
	border-bottom: 1px solid #FFF;
}

/* Startseite Veranstaltungen*/
#home_veranstaltung{
	font-size: 0.7em;
	color: #4D4D4D;
	margin-top: 10px;
}

#home_veranstaltung h1{
	font-size: 1em;
	font-weight: bold;
	color: #4D4D4D;
	background: #D2D6C6;
	padding: 3px 5px;
	margin: 0px;
	border-bottom: 1px solid #FFF;
}

#home_veranstaltung div.eintrag{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #EDEFE8;
	border-bottom: 1px solid #FFF;
}

#home_veranstaltung div.eintrag a{
	font-weight: bold;
}

#homerechts
{
  float: left;
  width: 280px;
  margin: 0px;
 	padding: 5px;
 	background: #FFF;
}

/*Winzerliste*/
#winzerliste{
	padding: 0px;
	margin: 0px;
	color: #4D4D4D;
	background: #DADADA;
	border-bottom: 1px solid #DADADA;
	/*margin-bottom: 9px;*/
}

#winzerliste h1
{
 font-size: 1em;
 font-weight: bold;
 padding-left: 3px;
}

#winzerliste p {
 padding-left: 3px;
}

#winzerliste img{
	margin: 0px;
	margin-top: 1px;
	padding: 0px;	
}

#winzerliste a,
#winzerliste a:link,
#winzerliste a:visited,
#winzerliste a:hover,
#winzerliste a:active
{
 font-size: 0.7em;
 text-decoration: none;
}

#winzerliste a:hover
{
 text-decoration: underline;
}

#winzerliste div.left{
	float: left;
	width: 225px;
}

#winzerliste div.right{
	float: left;
	width: 170px;
	margin-left: 5px;
}

.zeichen{
	padding: 5px;
	margin: 0px;
	font-size: 0.7em;
}

/*Shop-Klassen*/
#shop {
	margin: 0px;
	padding: 0px;
	color: #4D4D4D;
	background: #FFF;
	margin-top: 15px;
}

#shop table.head{
	width: 400px;
	background: #CCC;
	color: #F00;
	line-height: 120%;
}

#shop table.products{
	width: 400px;
	background: #FFF;
	color: #333;
	line-height: 120%;
	border-bottom: 1px solid #CCC;
}

#shop table td.jahrgang {
	width: 60px;
	color: #333;
	padding-left: 2px;
}
#shop table td.bezeichnung {
	width: 340px;
	color: #333;
	padding-left: 2px;
}
#shop table td.preis {
	width: 50px;
	color: #333;
	text-align: center;
}
#shop table td.menge {
	width: 40px;
	color: #333;
	text-align: center;
}
#shop table td.warenkorb {
	width: 75px;
	color: #333;
	text-align: center;
	vertical-align: top;
}
#shop table td.name {
	width: 180px;
	color: #333;
	padding-left: 2px;
}
#shop table td.summe {
	width: 340px;
	color: #333;
	padding-left: 2px;
	text-align: right;
}

#shop a,
#shop a:link,
#shop a:visited,
#shop a:hover,
#shop a:active
{
 color: #4D4D4D;
 font-size: 1.15em;
 text-decoration: underline;
}

#shop a:hover
{
 text-decoration: none;
}

#shop button {
	font-size: 0.7em;
	color: #4D4D4D;
	border: none;
	background-color:transparent;
	vertical-align: middle;
	padding-top: 5px;
	height: 20px;
	line-height: 105%;
}

#shop table tr td button {
	border: none;
	background-color:transparent;
	font-size: 1em;
	height: 30px;
}

#shop p{
	width: 400px;
}

#shop input{
	width: 20px;
	margin: 7px;
	font-size: 0.9em;
}

#shop br,
#shop img{
	margin: 0px; 
	padding: 0px;
}

/*End Shop*/

/*Lexikon*/
#lexikon{
	color: #4D4D4D;
}

#lexikon span{
	color: #4D4D4D;
	font-size: 0.7em;
	margin-right: 5px;
}

#lexikon a,
#lexikon a:link,
#lexikon a:visited,
#lexikon a:hover,
#lexikon a:active
{
 color: #000;
 text-decoration: none;
}

#lexikon a:hover
{
 text-decoration: underline;
}

/*Ende Lexikon*/

/*Berater*/
#berater{
	color: #4D4D4D;
}

#berater h1{
	color: #4D4D4D;
}

#berater p{
	color: #4D4D4D;
	padding: 0px;
	margin: 0px;
	line-height: 120%
}

#berater hr{
	width: 95%;
	border: 1px solid #4D4D4D;
	color: #4D4D4D;
	line-height: 70%;
}

#berater select{
	width: 180px;
	margin-right: 10px;
}

#berater input{
	width: 180px;
	margin-right: 10px;
}

#berater button{
	border: none;
	background: #E5E8EA;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 120%;
	margin-top: 10px;
}

#berater div.links{
	float: left;
	width: 230px;
	padding: 0px;
	margin: 0px;
	line-height: 120%;
	margin-right: 10px;
}

#berater div.right{
	float: left;
	width: 160px;
	padding: 0px;
	margin: 0px;
	line-height: 120%;
}

#berater a,
#berater a:link,
#berater a:visited,
#berater a:hover,
#berater a:active
{
 color: #000;
 text-decoration: none;
 padding: 0px; 
 margin: 0px;
 padding-top: 2px;
 line-height: 120%;
}

#berater a:hover
{
 text-decoration: underline;
}

/*Ende Berater*/

/*###########################################################

 Die floatleft/-right Definitionen werden im
 WYSIWYG-Editor HTMLArea fuer die Bildausrichtung benoetigt!!

 Die weiteren Klassen stellen die moeglichen
 <span>-Zuweisungen dar.

###########################################################*/

/* Bildausrichtung per Button */
#floatimageleft
{
 font-size: 0.7em;
 float: left;
 margin: 0px 5px 10px 0px;
}

#floatimageleft img
{
 border: none;
}

#floatimageright
{
 font-size: 0.7em;
 text-align: right;
 float: right;
 margin: 0px 0px 10px 5px;
}

#floatimageright img
{
 border: none;
}

.red
{
 color: #FF0000;
}

/* GASTGEBERSUCHE*/
.suche td p,
.suche td select,
.suche td input{
	font-size: 1em;
}

.textwb{
	color: #FFF;
	font-weight: bold;
}

.ueber{
	font-size: 1em;
	font-weight: bold;
}

/* ENDE GASTGEBERSUCHE */

/* alt:
.textb
{
 font-weight: bold;
}

.texti
{
 font-style: italic;
}

.text_rot
{
 color: #E43106;
}

*/
