
body {
background : url(gfx/bg.gif) repeat-y center;
}
#menu {
display : block;
padding : 0;
margin : auto;
width : 900px;
}
#menu ul {
list-style : none;
float : right;
height : 30px;
vertical-align : middle;
}
#menu li a {
font-size : 14px;
color : #ff8c00;
font-family : Verdana;
text-transform : uppercase;
text-decoration : none;
}
#menu li a:hover {
color : #000000;
}
#menu li.menu2 a {
color : #000000;
}
#menu li.menu2 a:hover {
color : #ff8c00;
}
#header {
padding-top : 2%;
width : 100%;
margin : auto;
}
#header2 {
padding-top : 2%;
display : block;
border : 0;
width : 1000px;
float:left;
margin : auto;
}
#header h1 a {
display : block;
border : 0;
background : url(gfx/logo.gif) no-repeat center;
width : 800px;
height : 300px;
margin : auto;
}
#bottom {
display : block;
margin : auto;
width : 900px;
font-family : Verdana;
font-size : 10px;
}
#bottom ul.l {
display : block;
float : left;
width : 350px;
margin : 0;
text-align : justify;
}
#bottom ul.r {
display : block;
float : right;
width : 400px;
margin : 0;
}
#bottom li.r {
float : right;
text-align : right;
}
.kontakt {
font-size : 14px;
}
#bottom li {
list-style : none;
color : #999999;
}
#pages {
float : right;
}