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

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

#kopf
{
background-image:url(./bilder/kopf.jpg);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
position:relative;
width:1016px;
height:289px;
background-color:#ffffff;
border: 0px #faefe1 solid;
}

#inhalt
{
background-image:url(./bilder/bg_inhalt.jpg);
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
position:relative;
width:1016px;
height:100%;
background-color:#ffffff;
border: 0px #ff0000 solid;
}

#logo
{
position:absolute;
margin:0px;
padding:0px;
top:10px;
left:160px;
}

#haus
{
position:absolute;
margin:0px;
padding:0px;
top:98px;
left:159px;
border: 0px #7c1245 solid;
}

#navi
{
position:absolute;
margin:0px;
padding:0px;
top:104px;
left:18px;
border: 0px #7c1245 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;
}

#start
{
position:relative;
top:0px;
left:0px;
background-repeat:no-repeat;
background-color:#E9BE9E;
width:400px;
height:102px;
margin:0px;
padding:0px;
border: 0px #C86224 solid;
}

#start_text
{
position:absolute;
top:6px;
left:124px;
width:270px;
height:70px;
border: 0px #3301cf solid;
}

#start_link
{
position:absolute;
top:83px;
right:32px;
width:150px;
height:18px;
text-align:right;
border: 0px #3301cf solid;
}

#start_pfeil
{
position:absolute;
top:83px;
right:0px;
width:30px;
height:18px;
text-align:center;
border: 0px #3301cf solid;
}

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

#inhalt
{
/*background-image:url(./bilder/bg_inhalt.jpg);
background-repeat:repeat-y;*/
margin-left:auto;
margin-right:auto;
position:relative;
width:1016px;
height:100%;
background-color:#ffffff;
border: 0px #3301cf solid;
}

table.inhalt
{
background-image:url(./bilder/bg_inhalt.jpg);
background-repeat:repeat-y;
width:1016px;
height:100%;
margin-left:0px;
background-color:#ffffff;
border: 0px #ff0000 solid;
} 

#objektdetails
{
position:relative;
top:2px;
left:160px;
width:840px;
/*height:80%;*/
border: 0px #33cc66 solid;
}

#beschreibung
{
position:absolute;
top:40px;
left:7px;
font-family: arial, helvetica;
color: #1A1A1A;
font-size: 12px;
font-weight: normal;
text-align: left;
padding:6px;
width:518px;
height:292px;
overflow:auto;
border: 2px #F7E3CC solid;
}


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

#admin
{
position:relative;
/*top:10px;*/
left:10px;
width:900px;
background-color:#ffffff;
border: 1px #C86224 solid;
}


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

input.aktiv
		{
		color: #290D0A; 
		background-color: #E9CEBA;
		font-family: arial; 
		font-size: 12px; 
		font-weight: normal;
		border: 1px;
		border-style : solid;
		border-color : #C86224;
		width:200px;
		}		
input.inaktiv
		{
		color: #290D0A; 
		background-color: #FBEFE1;
		font-family: arial; 
		font-size: 12px; 
		font-weight: normal;
		border: 1px;
		border-style : solid;
		border-color : #FBEFE1;
		width:200px;
		}		
		
input.checkbox
		{
		background-color: #FBEFE1;
		}	
		
textarea.aktiv
		{
		scrollbar-arrow-color: #C86224; 
		scrollbar-base-color: #FBE6D5;
		scrollbar-track-color: #FBE6D5;
		scrollbar-face-color: #FBE6D5;
		scrollbar-shadow-color: #FBE6D5;
		scrollbar-highlight-color: #FBE6D5;
		scrollbar-darkshadow-color: #FBE6D5;
		scrollbar-3d-light-color: #FBE6D5;
		color: #290D0A; 
		background-color: #E9CEBA;
		font-family: arial; 
		font-size: 12px; 
		font-weight: normal;
		border: 1px;
		border-style : solid;
		border-color : #C86224;
		width:450px;
		
		}		
textarea.inaktiv
		{
		scrollbar-arrow-color: #C86224; 
		scrollbar-base-color: #FBEFE1;
		scrollbar-track-color: #FBEFE1; 
		scrollbar-face-color:#FBEFE1;
		scrollbar-shadow-color: #FBEFE1;
		scrollbar-highlight-color: #FBEFE1;
		scrollbar-darkshadow-color: #FBEFE1;
		scrollbar-3d-light-color: #FBEFE1;
		color: #290D0A; 
		background-color: #FBEFE1;
		font-family: arial; 
		font-size: 12px; 
		font-weight: normal;
		border: 1px;
		border-style : solid;
		border-color : #FBEFE1;
		width:450px;
		
		}		

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


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

.ahk:link {color: #C86224;
	font-family: arial; 
	font-size: 9px; 
	font-weight: normal;
	text-align: center;
	text-decoration: none;
		}
.ahk:visited {color: #C86224;
	font-family: arial; 
	font-size: 9px; 
	font-weight: normal;
	text-align: center;
	text-decoration: none;
		}
.ahk:active {color: #C86224;
	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;
		}

table.gitter  
		{
		border-style : solid;
		border-color :  #F7E3CC;
		border: 1px;
		border-collapse:collapse;
		}

table.gitter td  
		{
		padding: 4px;
		border: 1px;
		border-style : solid;
		border-color : #F7E3CC;
		}

table.gitter th 
		{
		padding: 4px;
		border: 1px;
		border-style : solid;
		border-color : #F7E3CC;
		}	
		
table.gitter_1  
		{
		border-style : solid;
		border-color :  #F7E3CC;
		border: 2px;
		border-collapse:collapse;
		width:270px;
		}

table.gitter_1 td  
		{
		padding: 4px;
		border: 2px;
		border-style : solid;
		border-color : #F7E3CC;
		}

table.gitter_1 th 
		{
		padding: 4px;
		border: 2px;
		border-style : solid;
		border-color : #F7E3CC;
		}	
