/*-------------------------------------------------
body
-------------------------------------------------*/
body
{
background-image:url(images/verlauf_gruen.gif);/*--Hintergrundbild--*/
background-repeat: repeat-x;
background: #DEE2E0;
margin-left: 50px; /*--Abstand links--*/
margin-top: 12px; /*--Abstand oben--*/
margin-bottom: 11px; /*--Abstand unten--*/
font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
color: #494949; /*--Schriftfarbe--*/
font-size: 12px; /*--Schriftgröße--*/
}
a:link, a:visited
{
color: #635D45; /*--Farbe Link und besuchter Link--*/
text-decoration: none; /*--Link nicht unterstrichen--*/
}
a:hover, a:active
{
color: black; /*--aktiver Link--*/
}
/*-------------------------------------------------
main container
-------------------------------------------------*/
#maincontainer
{
background: #ffffff; /*--Hintergrundfarbe--*/
width: 700px; /*--Breite--*/
height: 100%; /*--Höhe--*/
}
/*-------------------------------------------------
second container
-------------------------------------------------*/
#secondcontainer
{
background: #ffffff; /*--Hintergrundfarbe--*/
}
/*-------------------------------------------------
logo
-------------------------------------------------*/
#logo
{
margin-left: 25px; /*--Abstand links--*/
margin-top: 25px; /*--Abstand oben--*/
border-style: solid; /*--Rahmentyp--*/
border-width: 0px; /*--Rahmendicke--*/
}
/*-------------------------------------------------
headline
-------------------------------------------------*/
#headline
{
margin-left: 25px; /*--Abstand links--*/
margin-top: 15px; /*--Abstand oben--*/
border-style: solid; /*--Rahmentyp--*/
border-width: 0px; /*--Rahmentyp--*/
}
/*-------------------------------------------------
content
-------------------------------------------------*/
#content
{
margin-left: 25px; /*--Abstand links--*/
margin-right: 25px; /*--Abstand rechts--*/
margin-top: 23px; /*--Abstand oben--*/
font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
color: #494949; /*--Schriftfarbe--*/
font-size: 11px; /*--Schriftgröße--*/

line-height: 20px; /*--Zeilenabstand--*/
}
/*-------------------------------------------------
eissorten preisliste
-------------------------------------------------*/
#eissorten
{
font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
color: #494949; /*--Schriftfarbe--*/
font-size: 11px; /*--Schriftgröße--*/
}
/*-------------------------------------------------
menü
-------------------------------------------------*/
#menue
{
margin-top:15px;
margin-left:25px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
font-size: 11px; /*--Schriftgröße--*/
width: 200px; /*--Breite--*/
}
/*-------------------------------------------------
menü
-------------------------------------------------*/
#menuezelle
{
background-image:url(images/bg.gif);/*--Hintergrundbild--*/
padding: 7px 0 7px 7px; /*--Innenabstand oben,rechts,unten,links--*/
}
/*-------------------------------------------------
menü
-------------------------------------------------*/
#menuezelleaktiv
{
background-image:url(images/bg2.gif);/*--Hintergrundbild--*/
padding: 7px 0 7px 7px; /*--Innenabstand oben,rechts,unten,links--*/
}
/*-------------------------------------------------
Linkzeile
-------------------------------------------------*/
#linkzeile
{
margin-left: 0px; /*--Abstand links--*/
width: 700px; /*--Breite--*/
}
