
#body {
    background:url("img/bg.jpg") repeat-y;
    margin:0px;
}

#head {
    width:253px;
    height:91px;
    background:url("img/top_left.jpg") no-repeat;

}

#menue {
margin-left:50px;
}

#menue a {
    font-family:"Lucida Sans Unicode", "Lucida Grande", arial, helvetica ;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
}

#menue .button {
    background:url("img/menue_button.jpg") no-repeat;
    width:127px;
    height:21px;
    padding-left:10px;
    float:left;
}

#content, #foot {
margin-top:70px;
margin-left:40px;
clear:both;
width:500px;
}

#content h2 {
    font-family:"Lucida Sans Unicode", "Lucida Grande", arial, helvetica ;
    font-size:25px;
    color:#269D06;
}

#content h3 {
    font-family:"Lucida Sans Unicode", "Lucida Grande", arial, helvetica ;
    font-size:13px;
    color:#269D06;
}

#content .text, #foot .text {
    font-family:"Lucida Sans Unicode", "Lucida Grande", arial, helvetica ;
    font-size:12px;
    color:#896936;
}

#content a, content a:hover, #foot a, #foot a:hover {
    font-family:"Lucida Sans Unicode", "Lucida Grande", arial, helvetica ;
    font-size:12px;
    color:#896936;
}

#content a {
    text-decoration:none;
}

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

#content ul{
	list-style-position: outside;
	list-style-image: url("img/icon_nadel.jpg");
}

#content th {
    font-family:"Lucida Sans Unicode", "Lucida Grande", arial, helvetica ;
    font-size:11px;
    color:#269D06;
}

#content input {
    font-family:"Lucida Sans Unicode", "Lucida Grande", arial, helvetica ;
    font-size:11px;
    height:20px;
    width:200px;
    color:#303830;
    border:1px solid grey;
    background:url("img/input_bg.jpg") repeat-x;
}
