* {
        margin: 0;
        padding: 0;
}
html {

}

body {
        margin: 0;
        padding: 0;
        font: normal 0.9em/1.4em Verdana, Georgia, Tahoma, Arial sans-serif;
        color: black;
        text-align: center;
}

p {
        text-align: justify;
}

h2 {
        font: italic normal 1.6em georgia, sans-serif;
}

h3 {
        font: italic normal 1.3em georgia, sans-serif;
        line-height:200%;
        margin-top:10px;
}

a, a:visited {
        text-decoration: none;
        color: #D7661C;
        border-bottom: 1px dotted #ccc;
        font: normal 1.2em Verdana, Georgia, Tahoma, Arial sans-serif;
}

a:hover {
        text-decoration: none;
        color: #94AB36;
        border-bottom: 1px solid #ccc;
}




#main{
width: 950px;
margin:0 auto;
margin-top:5px;
}

#menucontainer {
width:200px;
float:left;
}

.menutitle
{
padding:2px;
background: url("/design/menu_oben.png");
width:200px;
float:left;
padding-left: 0px;
padding-right: 0px;
}

.menucontent {
background: url("/design/menu_mitte.png");
float:left;
top: 10px;
padding: 5px;
padding-left:0px;
padding-right:0px;
width:200px;
}
.menufooter {
background: url("/design/menu_unten.png");
height:35px;
float:left;
top: 30px;

padding-left:0px;
padding-right:0px;
width:200px;
}

.menutext {
width:180px;
float:left;
}


#contentcontainer {
width:750px;
float:right;
}



.contenttitle{
background: url("/design/inhalt_oben.png");
width:750px;
height:40px;
float:left;
}

.contentmitte {
background: url("/design/inhalt_mitte.png");
background-repeat:repeat-y;
width:750px;
float:left;
}

.contenttext {
width:705px;
text-align: center;
margin-left:10px;
clear:both;
float:left;
}


.contenttext p {
margin: 0;
padding-bottom: 20;
text-align: justify;
}

.contenttext img {
width: 220px;
}

.contenttext img.left {
width: 200px;
float: left;
margin-right: 10px;
}

.contenttext img.right {
width: 200px;
float: right;
margin-left: 10px;
}


.contentfooter {
background: url("/design/inhalt_unten.png");
background-repeat:no-repeat;
height:38px;
width:750px;
float:left;
}

.clear {
        line-height: 0px;
        font-size: 1px;
        clear: both;
}