body {
margin: 0 0 0 0;
background-color: #ffef9a;
}

main {
width: 100%;
}

.head {
width: 100%;
height: 241px;
background-image: url('img/head_bg.jpg');
}

.nav {
height: 35px;
width: 100%;
background-color: #FFFFFF;
border-top: 1px solid #d3d3d3;
border-bottom: 1px solid #d3d3d3;
width: 834px;
overflow: hidden;
}

.nav a {
display: inline-block;
font-family: Arial;
vertical-aling: center;
padding-top: 6px;
font-size: 10pt;
font-weight: bold;
color: #000000;
background-color: #FFFFFF;
height: 35px;
text-decoration: none;
padding-right: 5px;
padding-left: 5px;

}

.nav a:hover {
display: inline-block;
color: #FFFFFF;
background-image: url('img/nav_aktbg.jpg');
}

.cont {
background-color: #fef6c1;
min-height: 100px;
width: 834px;
position: relative;
font-family: Arial, Tahoma, Verdana;
font-size: 11pt;
color: #000000;
}

.x1 {
font-weight: bold;
font-size: 16pt;
font-style: italic;
}

.foot {
background-image: url('img/foot.jpg');
background-repeat: repeat-x;
padding-top: 2px;
overflow: hidden;
height: 19px;
width: 100%;
}

a {
font-family: Arial, Tahoma, Verdana;
color: #e60000;
text-decoration: none;
}

a:hover {
color: #e67700;
font-style: none;
}

