
* {
margin: 0;
padding: 0;
}

html, body {
top: 0;
right: 0;
left: 0;
min-height: 100%;
width: 1259px;
}

body { 
position: absolute;
font-family: 'times', Helvetica, Arial;
font-size: 86%;
line-height: 1.2;
background: #fff;
color: #000;
}

#box_head {
position: fixed;
top: 0;
right: 0;
left: 0;
height: 112px;
}

#box_head_inhalt {
background: #0000a0 url(../images/logo.jpg);
background-repeat: repeat-x;
font-family: 'Trebuchet MS', Helvetica, Arial;
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
color: #000;
border-top: 5px solid;
border-top-color: #0000a0;
}

#mainmenu {
position: fixed;
top:83px;
left: 96x;
width: 114x;
margin-left: 96px;
}

#menu {
position: fixed;
top:160px;
left: 6px;
width: 135px;
padding: 10px;
}

#box_content {
background-image: url(../images/background_1.jpg);
background-repeat: repeat-y;
padding: 120px 320px 40px 140px;
color: #000;
}

#box_content_inhalt {
max-width: 1140px;
height: 100% ;
padding-left: 60px;
font-size: 140%;
}

#box_foot {
position: fixed;
bottom: 0;
right: 0;
left: 0;
height: 20px;
}

#box_foot_inhalt{
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 20px;
background: #0000a0;
color: #000;
z-index: 100;
}


#mainmenu li {
list-style: none;
display: inline;
}

#mainmenu a {
margin-right: 3px;
padding: 3px 10px 3px 10px;
background: transparent;
text-align: center;
color: #fff;
border: 1px solid;
border-color: #ccc #000 #000 #ccc;
display: block;
float: left;
}

#mainmenu a:visited {
background: transparent;
color: #ff8040;
}

#mainmenu a:hover,
#mainmenu a.aktiv,
#mainmenu a:hover.aktiv {
padding: 3px 10px 3px 10px;
background: transparent;
color: #fff;
border: 1px solid;
border-color: #000 #ccc #ccc #000;
}

#menu li {
list-style: none;
padding: 2px;
}

#menu a {
display: block;
padding: 3px 3px 3px 3px;
background: transparent;
text-align: center;
color: #000;
border: 1px solid;
border-color: #fff #000 #000 #fff;
}

#menu a:visited {
background: transparent;
color: #0000ff;
}

#menu a:hover,
#menu a.aktiv,
#menu a:hover.aktiv {
padding: 3px 3px 3px 3px;
background: transparent;
color: #fff;
border: 1px solid;
border-color: #000 #fff #fff #000;
}

h1{
background: transparent;
color: #0000a0;
}

h2{
background: transparent;
color: #809B00;
}

h3{
background: transparent;
color: #809B00;
}

#box_content_inhalt p {
margin-top: 5px;
margin-bottom: 5px;
}

#box_foot_inhalt p {
padding: 3px 0 0 450px;
font-size: 90%;
background: transparent;
color: #fff;
}

img {
margin-top: 5px;
margin-bottom: 5px;
}


