/* Kalibrierung der Browser */
* {padding:0; margin:0;}

body {
	background-color:#C8C8C8;
	scrollbar-arrow-color: #009800;
	scrollbar-base-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #e9e9e9;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-3d-light-color: #e9e9e9;
	margin-top:0px;
	padding:0px;
    }
	 
#rahmen
{
position:absolute;
background-image:url(./bilder/bg.gif);
background-repeat:repeat-x;
background-color:#C8C8C8;
top:10px;
left:0px;
width:100%;
margin:0px;
padding:0px;
border: 0px #009800 solid;
}

#kopf
{
background-image:url(./bilder/kopf.png);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
position:relative;
top:0px;
width:1004px;
height:226px;
background-color:#ffffff;
border: 0px #ff3300 solid;
}

#innen
{
background-image:url(./bilder/bg_inhalt.gif);
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
position:relative;
width:1004px;
height:400px;
background-color:#ffffff;
border: 0px #3301cf solid;
}

#bdsf
{
position:absolute;
top:346px;
left:30px;
}

#unten
{
background-image:url(./bilder/unten.gif);
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
position:relative;
width:1004px;
height:24px;
background-color:#ffffff;
border: 0px #faefe1 solid;
}

#ahk
{
margin-left:auto;
margin-right:auto;
margin-top:4px;
position:relative;
width:1004px;
height:20px;
}

#logo
{
position:absolute;
margin:0px;
padding:0px;
top:80px;
left:5px;
}

#schriftzug
{
position:absolute;
margin:0px;
padding:0px;
top:22px;
left:216px;
border: 0px #7c1245 solid;
}

ul
{
list-style-image: url(./bilder/sp.gif);
margin-left:20px;
}

#bildleiste_start
{
position:absolute;
margin:0px;
padding:0px;
width:785px;
height:144px;
background-image:url(./bilder/bildleiste_start.jpg);
background-repeat:no-repeat;
top:66px;
left:200px;
border: 0px #7c1245 solid;
}

#bildleiste_bauplanung
{
position:absolute;
margin:0px;
padding:0px;
width:785px;
height:144px;
background-image:url(./bilder/bildleiste_bauplanung.jpg);
background-repeat:no-repeat;
top:66px;
left:200px;
border: 0px #7c1245 solid;
}

#bildleiste_bauberatung
{
position:absolute;
margin:0px;
padding:0px;
width:785px;
height:144px;
background-image:url(./bilder/bildleiste_bauberatung.jpg);
background-repeat:no-repeat;
top:66px;
left:200px;
border: 0px #7c1245 solid;
}

#bildleiste_bauueberwachung
{
position:absolute;
margin:0px;
padding:0px;
width:785px;
height:144px;
background-image:url(./bilder/bildleiste_bauueberwachung.jpg);
background-repeat:no-repeat;
top:66px;
left:200px;
border: 0px #7c1245 solid;
}

#bildleiste_energieberatung
{
position:absolute;
margin:0px;
padding:0px;
width:785px;
height:144px;
background-image:url(./bilder/bildleiste_energieberatung.jpg);
background-repeat:no-repeat;
top:66px;
left:200px;
border: 0px #7c1245 solid;
}

#bildleiste_baugutachten
{
position:absolute;
margin:0px;
padding:0px;
width:785px;
height:144px;
background-image:url(./bilder/bildleiste_baugutachten.jpg);
background-repeat:no-repeat;
top:66px;
left:200px;
border: 0px #7c1245 solid;
}

#navi
{
position:absolute;
margin:0px;
padding:0px;
width:160px;
top:10px;
left:10px;
border: 0px #cc6633 solid;
}

#inhalt
{
position:absolute;
margin:0px;
padding:0px;
width:570px;
height:380px;
top:0px;
left:210px;
border: 0px #7c1245 solid;
overflow:auto;
z-index:30;
}

table.inhalt
{
width:550px;
height:100%;
margin-left:0px;
background-color:#f5f5f5;
border: 0px #ff0000 solid;
} 


div.hm
{
width:122px;
height:23px;
display:block;
background-image:url('./bilder/navi_out.gif');
background-repeat: no-repeat;
padding:0px;
padding-top:4px;
padding-left:20px;
}

div.hm_ueber
{
width:122px;
height:23px;
display:block;
background-image:url('./bilder/navi_over.gif');
background-repeat: no-repeat;
padding:0px;
padding-top:4px;
padding-left:20px;
}

 
td {font-family: arial, helvetica;
        color: #1A1A1A;
        font-size: 13px;
		font-weight: normal;
		padding:4px;
		}
		
td.padding0 {
		vertical-align:top;
		padding:0px;
		}
		
th {font-family: arial, helvetica;
        color: #009800;
        font-size: 13px;
		font-weight: bold;
		text-align: left;
		padding:4px;
		}
		
th.grau {font-family: arial, helvetica;
        color: #333333;
        font-size: 13px;
		font-weight: bold;
		text-align: left;
		padding:4px;
		}


input.aktiv
		{
		color: #290D0A; 
		background-color: #E6E6E6;
		font-family: arial; 
		font-size: 13px; 
		font-weight: normal;
		border: 0px;
		border-bottom-width: 1px;
		border-style : solid;
		border-color : #009800;
		width:200px;
		}		
input.inaktiv
		{
		color: #290D0A; 
		background-color: #FFFFFF;
		font-family: arial; 
		font-size: 13px; 
		font-weight: normal;
		border: 0px;
		border-bottom-width: 1px;
		border-style : solid;
		border-color : #009800;
		width:200px;
		}		
		
input.checkbox
		{
		background-color: #FFFFFF;
		}	
		
textarea.aktiv
		{
		scrollbar-arrow-color: #009800; 
		scrollbar-base-color: #FFFFFF;
		scrollbar-track-color: #FFFFFF; 
		scrollbar-face-color:#FFFFFF;
		scrollbar-shadow-color: #FFFFFF;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-darkshadow-color: #FFFFFF;
		scrollbar-3d-light-color: #FFFFFF;
		color: #290D0A; 
		background-color: #E6E6E6;
		font-family: arial; 
		font-size: 13px; 
		font-weight: normal;
		border: 1px;
		border-style : solid;
		border-color : #009800;
		width:540px;
		
		}		
textarea.inaktiv
		{
		scrollbar-arrow-color: #009800; 
		scrollbar-base-color: #FFFFFF;
		scrollbar-track-color: #FFFFFF; 
		scrollbar-face-color:#FFFFFF;
		scrollbar-shadow-color: #FFFFFF;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-darkshadow-color: #FFFFFF;
		scrollbar-3d-light-color: #FFFFFF;
		color: #290D0A; 
		background-color: #FFFFFF;
		font-family: arial; 
		font-size: 13px; 
		font-weight: normal;
		border: 1px;
		border-style : solid;
		border-color : #FFFFFF;
		width:540px;
		
		}		

select  {
		color: #290D0A; 
		background-color: #ffffff;
		font-family: arial; 
		font-size: 13px; 
		font-weight: normal;
		width:60px;
		}
		
input.button {
		color: #009800; 
		background-color: #FFFFFF;
		font-family: arial; 
		font-size: 13px; 
		font-weight: bold;
		border-color : #009800; 
		border: 1px;
		border-style : solid;
		width:180px;
		}


		
.bold:link {color: #009800;
	font-family: arial; 
	font-size: 13px; 
	font-weight: bold;
	text-align: center;
	text-decoration: none;
		}
.bold:visited {color: #009800;
	font-family: arial; 
	font-size: 13px; 
	font-weight: bold;
	text-align: center;
	text-decoration: none;
		}
.bold:active {color: #009800;
	font-family: arial; 
	font-size: 13px; 
	font-weight: bold;
	text-align: center;
	text-decoration: none;
		}
.bold:hover {
        color: #333333;
	font-family: arial; 
	font-size: 13px; 
	font-weight: bold;
	text-align: center;
	text-decoration: none;
		}
		
.hm:link {
	color: #7f7f7f;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
		}
.hm:visited {
	color: #7f7f7f;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
		}
.hm:active {
	color: #7f7f7f;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
		}
.hm:hover {
	color: #009800;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
		}
		
.gruen:link {
	color: #009800;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
		}
.gruen:visited {
	color: #009800;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
		}
.gruen:active {
	color: #009800;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
		}
.gruen:hover {
	color: #009800;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
		}
		
		
a:link {color: #1A1511;
	font-family: arial; 
	font-size: 13px; 
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
		}
a:visited {color: #1A1511;
	font-family: arial; 
	font-size: 13px; 
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
		}
a:active {color: #1A1511;
	font-family: arial; 
	font-size: 13px; 
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
		}
a:hover {color: #003882; 
	font-family: arial; 
	font-size: 13px; 
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
		}

.ahk:link {color: #009800;
	font-family: arial; 
	font-size: 9px; 
	font-weight: normal;
	text-align: center;
	text-decoration: none;
		}
.ahk:visited {color: #009800;
	font-family: arial; 
	font-size: 9px; 
	font-weight: normal;
	text-align: center;
	text-decoration: none;
		}
.ahk:active {color: #009800;
	font-family: arial; 
	font-size: 9px; 
	font-weight: normal;
	text-align: center;
	text-decoration: none;
		}
.ahk:hover {color: #333333;
	font-family: arial; 
	font-size: 9px; 
	font-weight: normal;
	text-align: center;
	text-decoration: none;
		}


