/******SEITENAUFBAU*****/
html{
height:100%;
}

body{
font-family: 'arial', 'sans-serif';
font-size: 12px;
color: #000;
background-color:#000066;
background-image:url(../images/hintergrund.png);
background-position:center;
background-repeat:no-repeat;
margin:0;
padding:0;
height:100%;
}

#alz{
width:983px;
margin:auto;
}
#bereichsinfo{
width:23px;
float:left;
margin-top:100px;
position:fixed;
}

#allcontainer{
width:960px;
margin-left:23px;
background-color:#fff;
min-height:300px;
}

#topbereich{
height:80px;
width:960px;
margin:auto;
background-image:url(../images/hintergrund.gif);
background-position:0 -7px;
}

#menue{
float:right;
margin-right:60px;
margin-top:24px;

}

#menue ul ul {
     position: absolute;
     top: 30px;
     padding: 0;
     margin: 0;
}

#menue ul ul li {
     float: none;
     margin: 0;
}

#logo{
width:200px;
height:64px;
}

.eintrag{
width:880px;
border-top:1px solid #d1d1d1;
padding:40px;
}

.bilderback{
background-image:url(../images/bilderback.png);
width:873px;
height:482px;
}

.bilderbackklein{
background-image:url(../images/bilderbackklein.png);
width:291px;
height:161px;
float:left;
}

.strich{
margin-left:920px;
border-bottom:3px solid #272727;
width:20p;
height:3px;
}

#footer{
height:30px;
padding:20px 20px 20px 50px;
border-top:1px solid #d1d1d1;
line-height:30px;
}

a.menue{
font-size:14px;
display:block;
float:left;
margin-left:10px;
color:#fff;
text-decoration:none;
text-indent:10px;
background-image:url(../images/menueback.png);
background-repeat:no-repeat;
width:131px;
height:32px;
line-height:32px;
}

a.menue:hover {
text-indent:20px;
color:#00abbd;
}

a {
color:#000066;
}

img.gross {
margin-top:25px;
margin-left:27px;
}
img.klein{
margin-top:8px;
margin-left:9px;
width:273px;
}
/****ueberschriften****/
h1 {
line-height:0px;
font-size:16px;
}
h5{
line-height:0px;
}
h3{
font-size:12px;
text-align:justify;
line-height:18px;
font-weight:normal;
}

img {
border-style:none;
}







.clear {
   clear: both;
}