body
{
font-family: Arial;
font-size: 16px;
}

.menubutton:hover
{
background-position: right top;
}

.menubutton2:hover
{
background-position: right top;
}

#navi-button-1
{
-moz-border-radius: 8px 0px 0px 0px;
-webkit-border-radius: 8px 0px 0px 0px;
-msie-border-radius: 8px 0px 0px 0px;
-khtml-border-radius: 8px 0px 0px 0px;
-o-border-radius: 8px 0px 0px 0px;
}

#navi-button-impressum
{
-moz-border-radius: 0px 8px 0px 0px;
-webkit-border-radius: 8px 0px 0px 0px;
-msie-border-radius: 0px 8px 0px 0px;
-khtml-border-radius: 0px 8px 0px 0px;
-o-border-radius: 0px 8px 0px 0px;
float: right;
}

#navi-button-1-2
{
-moz-border-radius: 0px 0px 0px 8px;
-webkit-border-radius: 0px 0px 0px 8px;
-msie-border-radius: 0px 0px 0px 8px;
-khtml-border-radius: 0px 0px 0px 8px;
-o-border-radius: 0px 0px 0px 8px;
}

.menubutton
{
background-image: url("img/menuspacer.png");
background-position: right bottom;
background-repeat: no-repeat;
min-height: 34px;
max-height: 34px;
padding: 0px 8px;
color: #000000;
float: left;
}

.menubutton2
{
background-image: url("img/menuspacer.png");
background-position: right bottom;
background-repeat: no-repeat;
min-height: 34px;
max-height: 34px;
padding: 0px 8px;
color: #000000;
float: left;
}

.main 
{
margin:auto;
max-width:1000px;
min-width:1000px;
position:relative;
top:40px;
}

.header 
{
text-align: center;
}

.menu
{
-moz-border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
-msie-border-radius: 8px 8px 0px 0px;
-khtml-border-radius: 8px 8px 0px 0px;
-o-border-radius: 8px 8px 0px 0px;
background-image: url("img/menubg.png");
background-repeat: x;
max-width:100%;
min-width:100%;
min-height:34px;
max-height: 34px;
}

.menu2
{
-moz-border-radius: 0px 0px 8px 8px;
-webkit-border-radius: 0px 0px 8px 8px;
-msie-border-radius: 0px 0px 8px 8px;
-khtml-border-radius: 0px 0px 8px 8px;
-o-border-radius: 0px 0px 8px 8px;
background-image: url("img/menubg2.png");
background-repeat: x;
max-width:100%;
min-width:100%;
min-height:34px;
max-height: 34px;
}

.content
{
max-width:100%;
min-width:100%;
}