/*
schwarz: Schrift
gelb: fffac2 / 255 250 194
hellgelb: fbf9e5 / 251 249 229
grün: 5c791d / 92 121 29
*/

html, body{
margin:0;
padding:0;
font-family: Arial, Helvetica, Verdana, Sans-Serif;
background-color: #ffffff;
font-size: 101.01%;
text-align: center;
height: 101%;
}


.cl
{
clear: both;
font-size: 1px;
margin:0;
padding:0;
}

.info
{
position:absolute;
top: -1000px;
left: -1000px;
}

#pagewidth
{
margin: auto;
width: 950px;
background-color: #fbf9e5;
border: 0px solid #000000;
text-align: left;
}

#pagewidth ul#carousel
{
list-style-type: none;
margin: 0;
padding: 0;
}

#pagewidth .next, #pagewidth .prev
{
cursor:pointer;
cursor: hand;
font-size: 11px;
}

#header
{
position: relative;
height: 220px;
border: 0px solid #000000;
}

#logo
{
float: left;
background-color: #ffffff;
width: 249px;
height: 220px;
border: 0px solid #000000;
}

#logo img
{
margin-top: 136px;
text-align: center;
}

#headerright
{
margin-left: 250px;
}

#headerright #kopfbild
{
float: left;
margin-left: 40px;
}

#headerright ul.lagen
{
float: left;
list-style-type:none;
margin:0;
margin-left: 55px;
padding:0;
padding-top: 130px;
font-size: 0.8em;
}

#header #logo2
{
position: absolute;
left: 740px;
top: 10px;
}

.clear
{
clear:both;
}

#main
{
clear: left;
background-image: url(http://www.riesling-und-mehr.de/grafiken/hg.jpg);
background-repeat: repeat-y;
background-position: left;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}

#leftcol
{
float: left;
position: relative;
width: 200px;
max-width: 200px;
max-height: 100%;
padding:0;
padding-left: 38px;
border: 0px solid #000000;
}


#content
{
position: relative;
width: 620px;
margin: 0;
margin-left: 290px;
padding: 0;
padding-top: 40px;
padding-bottom: 24px;
/*background-color: #fffac2;*/
border: 0px solid #000000;
}


#content h1
{
font-size: 1.2em;
text-transform: uppercase;
color: #5c791d;
margin: 0;
}

#content h2
{
font-size: 1.2em;
color: #f28a00;
margin-top:2.0em;
line-height:1.5em;
}

#content p
{
font-size: 0.85em;
line-height:1.5em;
}

#content .tklein
{
font-size: 0.8em;
line-height:1.5em;
}

#content a:link
{
color: #000000;
text-decoration:underline;
}

#content a:visited
{
color: #000000;
text-decoration:underline;
}

#content a:hover, #content a:active
{
color: #5c791d;
text-decoration:underline;
}

#content ul
{
list-style-type: square;
margin: 0;
margin-top: 12px;
margin-bottom: 12px;
padding-left: 15px;
}

#content li
{
font-size: 0.85em;
line-height: 1.5em;
margin-top: 6px;
}


#content img
{

}

#content .zeit
{
color: #5c791d;
font-weight: bold;
margin-top: 12px;
margin-bottom: 6px;
}


#content .tag
{
font-weight: bold;
margin-top: 32px;
height: 2.55em;
background-image: url(http://www.riesling-und-mehr.de/grafiken/hgtermin.gif);
background-repeat: no-repeat;
background-position: left 24px;

}


/* Beginn Fuss-Bereich */

#footer
{
clear:both;
height: 220px;
}

#footerleft
{
float: left;
width: 250px;
height: 220px;
background-color: #fffac2;
border-top: 0px solid #000000;
}

#footerleft img
{
text-align: right;
}

#footerright
{
float: right;
width: 250px;
height: 223px;
background-color: #ffffff;
border: 0px solid #000000;
}

#footerright p
{
font-size: 10px;
margin-top: 20px;
text-align: center;
margin-bottom: 100px;
text-transform: uppercase;
}

#footerright img
{
text-align: center;
}

#footer a:link, #footer a:visited
{
text-decoration:none;
color: #5c791d;
}

#footer a:hover
{
text-decoration:underline;
color: #000000;
}

#footer a:active, #footer a:focus
{
text-decoration:none;
color: #5c791d;
}
/* Ende Fuss-Bereich */

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol{display:none;}

/*hide the right column when printing*/
#rightcol{display:none;}
#twocols, #content{width:100%; float:none;}
}

/* Kennzeichnung externer Links */
.exlink {
   position: relative;
   top: 0px;
   left: 0px;
}


a.exlink span {
   display: none;
}

a:hover.exlink span {
   display: block;
   position: absolute;
   top: 25px;
   left: 0;
   margin: 0px;
	 background-color: #fff7d7;
	 padding: 5px;
	 border: 0px solid #a28c3c;
   color: #000000;
   border: 0px solid #666666;
   font: 10px Verdana, Arial, Helvetica, sans-serif;
   font-weight:normal;
   text-decoration: none;
   z-index: 100;
}

a:hover.exlink {
   color: #000000;
   border: 0px;
   font-weight:normal;
   text-decoration: none;
   z-index: 200;
   }

/* Ende exlink */
