/* CSS Document */
@charset "iso-8859-2"; 

#wrapper{
width: 800px;
}

#top{
height: 88px;
width: 800px;
}
#middle{
background-image: url(../header/header.jpg);
background-repeat: no-repeat;
height: 110px;
width: 800px;
}
#bottom{
height: 88px;
width: 800px;
}

#buttons{
font-family: "Georgia";
font-size: 13;
background: transparent;
word-spacing: 5px;
padding-top: 40px;
padding-left: 100px;
}
.svk, .eng, .ger{
position: absolute;
display: none;
}
#main_body{
width: 800px;
height: 720px;
}

#lang{
width: 120px;
height: 50px;
position: relative;
top: 0px;
left: 750px;
}

#langsel{
font-family: "Georgia";
font-size: 13;
text-decoration: none;
color: #884400;
width: 65px;
height: 50px;
position: relative;
top: 0px;
left: 55px;
}
a.darker:link{
text-decoration: none;
color: #442200;
}

a.darker:visited{
text-decoration: none;
color: #442200;
}

a.darker:active{
text-decoration: none;
color: white;
}

a.darker:hover {
text-decoration: none;
color: white;
}

a:link{
text-decoration: none;
color: #884400;
}

a:visited{
text-decoration: none;
color: #884400;
}

a:active{
text-decoration: none;
color: white;
}

a:hover {
text-decoration: none;
color: white;
}