* {
font-family: arial, verdana, helvetica, sans-serif;
font-size:11px;
padding:0;
margin:0;
line-height:14px;
}

html {
overflow:auto;
}

body {
background-image:url(images/back_box.gif);
background-repeat:repeat-x;
background-position:102px 0px;
overflow:hidden; /*da sonst 2 balken in Opera*/
}

body, html{	
height:100%;
width:100%;
}

#header{
height:53px;
width:820px;
background-image:url(images/title.gif);
background-repeat:no-repeat;
background-position:390px 31px;
}

#mainNavDiv{
margin:0;
padding:0;
position:relative;
top:17px;
left:202px;
width:820px;;
height:95px;
}

/*
#box-fill{
position:absolute;
top:70px;
left:770px;
width:100px;
height:95px;
background-image:url(images/box.gif);
background-repeat:repeat-x;
}
*/

#fullHeight{
min-height:100%;
width:900px;
position:absolute;
background-image:url(images/back.gif);
background-repeat:no-repeat;
}

#wrapper{
margin-top:57px;
width:897px;
background-image:url(images/vert_lines.gif);
background-repeat:repeat-y;
float:left;
min-height:100%;
margin-bottom:135px;
}

#subTitles{
color:#808080;
width:103px;
padding-left:60px;
float:left;
}

.subTitlesItem{
margin-bottom:5px;
}

#subNavDiv{
float:left;
width:170px;
padding-left:13px;
margin-bottom:80px;
}

.subSubNavDiv{
width:100%;
margin-bottom:7px;
float:left;
}

#contentDiv{
float:left;
width:450px;
line-height:24px;
padding-left:43px;

}

#footer{
padding-left:60px;
background-image:url(images/vert_lines.gif);
background-repeat:repeat-y;
background-position:left;
position:absolute;
bottom:15px;
left:0;
width:900px;

}

#bottomNavDiv{
margin-top:10px;
width:79px;
float:left;
}

/* Zum Füllen der Lücke der vertikalen grauen linien, wenn nur wenig Text in contect/wrapper ist*/
#columnFiller{
background-image:url(images/vert_lines.gif);
background-repeat:repeat-y;
background-position:left;
position:absolute;
bottom:0;
left:0;
width:200px;
height:500px;
}


#addresses{
line-height:14px;
color:#808080;
width:370px;
padding-left:251px;
float:left;
}

.addressBox{
float:left;
width:190px;
}

.city{
color:#B10101;
font-weight:bold;
margin-top:20px;
}

a,a:active,a:visited,a:hover{
text-decoration:underline;
color:#808080;
}

a.bottomNav,a.bottomNav:active,a.bottomNav:visited,a.bottomNav:hover{
display:block;
background-image:url(images/dot.gif);
background-repeat:no-repeat;
background-position:0px 5px;
padding-left:10px;
text-decoration:none;
color:#808080;
}

/* inaktive Subnavs */
a.subNav,a.subNav:active,a.subNav:visited,a.subNav:hover{
display:block;
background-image:url(images/dot.gif);
background-repeat:no-repeat;
padding-left:10px;
text-decoration:none;
color:#808080;
background-position:0px 5px;
margin-bottom:7px;
}

/* aktive Subnavs */
a.subNavActive,a.subNavActive:active,a.subNavActive:visited,a.subNavActive:hover{
display:block;
padding-left:0px;
color:#808080;
margin-bottom:7px;
font-weight:bold;
text-decoration:none;
}

/* Unter-Unternavigation z.B. Referenzen->Entwurfsvermessung->Diepensee */
.subSubNavDiv a.subNav,.subSubNavDiv a.subNav:active,.subSubNavDiv a.subNav:visited,.subSubNavDiv a.subNav:hover{
background-image:url(images/dot_grey.gif);
background-repeat:no-repeat;
background-position:0px 5px;
margin-bottom:0px;
margin-left:10px;
line-height:15px;
font-weight:normal;
}

/* aktive Unter-Unternavigation z.B. Referenzen->Entwurfsvermessung->Diepensee */
.subSubNavDiv a.subNavActive,.subSubNavDiv a.subNavActive:active,.subSubNavDiv a.subNavActive:visited,.subSubNavDiv a.subNavActive:hover{
background-image:url(images/dot_grey.gif);
background-repeat:no-repeat;
background-position:0px 5px;
margin-bottom:0px;
margin-left:10px;
padding-left:10px;
line-height:15px;
text-decoration:underline;
font-weight:normal;
}

a.mainNavPassive,a.mainNavPassive:active,a.mainNavPassive:visited,a.mainNavPassive:hover{
display:block;
text-decoration:none;
color:#606060;
font-weight:bold;
width:85px; 
height:16px;
float:left;
padding-left:8px;
padding-top:77px;
margin-right:5px;

}

a.mainNavActive,a.mainNavActive:active,a.mainNavActive:visited,a.mainNavActive:hover{
display:block;
text-decoration:none;
color:#fff;
width:85px; 
height:16px;
float:left;
font-weight:bold;
margin-right:5px;
padding-left:8px;
padding-top:77px;
}

/* Styles für Text */
.overline{
color:#b40000;
font-size:11px;
margin-bottom:20px;
}

.headline{
color:#808080;
font-size:11px;
font-weight:bold;
padding-left:35px;
margin-top:20px;
margin-bottom:5px;
}

.subline{
color:#808080;
font-size:11px;
margin-bottom:10px;
line-height:13px;
padding-left:35px;
font-weight:normal;
font-style:italic;
}

.p-content {
color:#808080;
font-size:11px;
margin-bottom:10px;
line-height:15px;
padding-left:35px;
}

.dl {
float:left;
width:400px;
color:#808080;
font-size:11px;
margin-left:35px;
line-height:15px;

}

.dl_content{
float:left;
width:280px;
padding:9px;
border-top:1px solid #B10101;
}

.dl_down{
text-align:center;
float:left;
width:80px;
color:#FFF;
padding:9px;
padding-top:8px;
padding-bottom:8px;
background:#C0C0C0;
border-top:1px solid #B10101;
border-bottom:1px solid #FFF;
}

.dl_down a:link{
color:#FFF;
text-decoration:none;
}
.dl_down a:hover{
color:#FFF;
text-decoration:none;
}
.dl_down a:visited{
color:#FFF;
text-decoration:none;
}
.dl_down a:active{
color:#FFF;
text-decoration:none;
}

.dl_down:hover{
background:#B10101;
}

.border {
width:320px;
float:left;
color:#808080;
font-size:11px;
margin-left:35px;
margin-bottom:15px;
line-height:15px;
padding:10px;
border:1px solid #B10101;
}

.border_left {
float:left;
width:173px;
height:280px;
color:#808080;
font-size:11px;
margin-left:35px;
margin-bottom:15px;
line-height:15px;
padding:10px;
border:1px solid #B10101;
}

.border_right {
float:left;
width:173px;
height:280px;
color:#808080;
font-size:11px;
margin-left:10px;
margin-bottom:15px;
line-height:15px;
padding:10px;
border:1px solid #B10101;
}

.p-content-grey {
width:400px;
color:#808080;
font-size:11px;
margin-bottom:10px;
line-height:15px;
margin-left: 35px;
padding:10px 10px 5px 10px;
background: #eaeaea;
float:right;
}

.activeItem{
font-weight:normal;
text-decoration:underline;
}

.form-def{
color:#808080;
font-size:11px;
margin-bottom:10px;
line-height:15px;	
padding-left:35px;
}
.downloads{
color:#808080;
margin-top:20px;
padding-top:10px;
border-top:1px solid #808080;			
}

.picLinksRow{
margin-top:25px;
color:#808080;
padding-left:32px;
background-image:url(images/camera.gif);
background-repeat:no-repeat;
background-position:10px 1px;
}

.pdfLinksRow{
background-image:url(images/pdf.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:28px;
margin-left:4px;
}

.addressBox{
float:left;
width:190px;
}

.clearer{
clear:both;
width:1px;
line-height:1px;
visibility:hidden;
}

.header-def{
color:#b40000;
font-size:11px;
margin-bottom:8px;
margin-top:22px;
}

.content-list {
list-style-type:square;
color:#808080;
font-size:11px;
margin-top:3px;
margin-left:15px;
margin-bottom:10px;
}

.content-list li {
margin-top:5px;
margin-bottom:5px;
}

.content-list li ul {
list-style-type:square;
color:#808080;
font-size:11px;
margin-left:10px;
margin-bottom:3px;
margin-top:3px;
}

.content-list li ul li {
margin-top:2px;
margin-bottom:2px;
}

.list-def, .list-sub, .sitemap {
list-style-type:square;
list-style-position:outside;
}

.list-sub{
margin-top:5px;
}

.list-def li {
color:#808080;
font-size:11px;
margin-bottom:10px;
margin-left:48px;
}

.list-def li ul {
list-style-type:square;
list-style-position:outside;
margin-top:10px;
}

.list-def li ul li {
color:#808080;
font-size:11px;
margin-bottom:10px;
margin-left:20px;
}

.list-sub li {
color:#808080;
font-size:11px;
margin-bottom:5px;
margin-left:48px;
}

.sitemap li {
color:#808080;
font-size:11px;
margin-bottom:5px;
margin-left:48px;
}

.sitemap a {
font-weight:normal;
text-decoration:none;
}

.listNoBullet {
list-style-type:none;
}

.listNoBullet li {
color:#808080;
font-size:11px;
margin-bottom:10px;
margin-left:68px;
}

.indent{
margin-left:20px;
}

li a, li a:active, li a:visited {
text-decoration:none;
}

li a:hover{
text-decoration:underline;
}

a.listBold{
text-decoration:none;
font-weight:bold;
}

.visible{
display:block;
}

.invisible{
display:none;
}
.confirm{
color:green;
}
.error{
color:red;
}
