html {
padding:0px;
margin:0px;
}

body {
background-image: url(../images/back.gif);
background-repeat: repeat-x;
background-color: #e9e9e9;
text-align:center;
margin:0px;
padding:0px;
font-family: Arial;
font-size: 12px;
}


#box_aussen {
position: relative;	
top: 0px;
text-align: center;
margin: 0px auto;
padding:0px;
}

#box {
position: relative;
top: 30px;
width: 800px;
height: 561px;
min-height: 561px;
height: auto;
margin: 0px auto;
padding:0px;
background-image: url(../images/back_container.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
}

#box_home {
position: relative;
top: 30px;
width: 800px;
height: 526px;
min-height: 526px;
height: auto;
margin: 0px auto;
padding:0px;
background-image: url(../images/back_container.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
}

#kopf {
position: relative;
top: 87px;
left: 0;
margin-top: 0px;
background-color: ffffff;
}

#content {
position: relative;
top: 0;
width: 675px;
margin-left: 63px;
margin-top: 67px;
margin-bottom: 0px;
background-color: ffffff;
vertical-align: top;
text-align: justify;
font-family: Arial;
font-size: 100%;
line-height: 130%;
color: #000;
}

#footer {
position: realtive;
margin-top: 20px;
text-align:center;
background-color: #dfdfdf;
text-align: center;
}

#footer_home {
position: realtive;
margin-top: 30px;
text-align:center;
background-color: #dfdfdf;
text-align: center;
z-index: 100;
}

#menue {
position: absolute;
top: 70px;
padding-left:63px;
text-align: left;
color: #fff;
z-index: 4;
}

#menue li {
background-color: transparent;
display: inline;
list-style:none;
margin:0;
padding:0;
}

#menue ul {
background-color: transparent;
display: inline;
list-style:none;
margin:0;
padding:0;
}

#menue a:link,
#menue a {
width: 176px;
height:9px;
display: block;
text-decoration: none;
background-color: transparent;
z-index: 4;
}





.invis {
display: none;
visibility:hidden;
}

h1 {
font-size: 120%;
text-transform: uppercase;
color: #000;
background-color: transparent;
}

.small {
font-size: 90%;
}

.bold
{
font-weight: bold;
}

a {
text-decoration: none;
background-color: transparent;
color: #979797;
}

a:hover {
background-color: transparent;
color: #00005a;
}