/*ul {border:1px solid red}
div {border:1px solid black}
div div{border:1px solid blue}
div div div {border:1px solid green}*/

/*****************************
ALLGEMEINE FORMATIERUNGEN
*****************************/

img{border:0;}

a,a:link,a:visited,a:active
{
    text-decoration:none;
    color:#649C00;
}

a:hover{color:#3E5F04;}


/* Seitentitel als Überschrift*/
h1
{
    color:#101010;
    font-size:20px;
    margin:0;
    padding:0;
    padding-left:15px;
    padding-bottom:35px;
}

/* Überschrift im Text */
h2
{
    font-weight:bold;
    font-size:14px;
}

/* Textcontainer */
p
{
    padding-top:0px;
    padding-right:0px;
    padding-bottom:0px;
    line-height:22px;
}

/*****************************
Spezielle Formatierungen
*****************************/

/* Box links und rechts umfließend sowie zentriert und Schluißtag zum Ende des Umflußes */
.right {float:right;}
.center {text-align:center;}
.left {float:left;margin-right:25px;}
br.clr{clear:both}

/* Container Für Bilder mit unteren Bereich zum Beschriften */ 
div.thumb3
{
    background-image:url(../images/box_klein.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    text-align:center;
    padding:0;
    margin:0;
    color:#3E5E05;
    font-size:12px;
    margin-top:15px; 
    width:122px;
    height:100px;
}

div.thumb4
{
    background-image:url(../images/box_gross.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    text-align:center;
    padding:0;
    margin:0;
    color:#3E5E05;
    font-size:12px;
    margin-top:15px; 
    width:207px;
    height:159px;
}

div.thumb1
{
    background-image:url(../images/box_klein.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    text-align:center;
    padding:0;
    margin:0;
    color:#3E5E05;
    font-size:12px;
    margin-top:15px; 
    width:122px;
    height:108px;
}

div.thumb2
{
    background-image:url(../images/box_gross.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    text-align:center;
    padding:0;
    margin:0;
    color:#3E5E05;
    font-size:12px;
    margin-top:15px; 
    width:207px;
    height:172px;
}

div.thumb1 img,div.thumb2 img
{
    border:1px solid #D4DC84;
    padding:0;
    margin:0;
    
}

/* Liste für Galerieansicht */
ul.images
{
    list-style-type:none;
    padding:0px;
    margin:0px;
    width:650px;
    clear:both;
}

ul.images li
{
    margin-right:5px;
    float:left;
    margin-top:15px;
}

/* Bannerliste (Linkliste)*/
ul.banner
{
    list-style-type:none;
    padding:0px;
    margin:0px;
    width:100%;
}

ul.banner li
{
    margin-bottom: 20px;
}

a.start,a.start:link,a.start:visited,a.start:active
{
    text-decoration:none;
    color:#FFEB00
}

a.start:hover{color:#000000;}