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

html
{
/*Mozilla zeigt dann immer die Scrollleiste*/
overflow: -moz-scrollbars-vertical;
}


body {
	background-color:#fcfddc;
	background-image:url(./bilder/bg_kachel.gif);
	background-repeat:repeat-x;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #F7BC84;
	scrollbar-track-color: #F7BC84;
	scrollbar-face-color: #EE6F08;
	scrollbar-shadow-color: #F7BC84;
	scrollbar-highlight-color: #F7BC84;
	scrollbar-darkshadow-color: #F7BC84;
	scrollbar-3d-light-color: #EE6F08;
	}

#innen
{
margin-left:auto;
margin-right:auto;
position:relative;
width:966px;
background-color:#ffffff;
border: 0px #333333 solid;
}

#kopf
{
background-image:url(./bilder/bg_oben.png);
background-repeat:no-repeat;
position:relative;
width:966px;
height:282px;
background-color:#ffffff;
border: 0px #3301cf solid;
}

#inhalt
{
background-image:url(./bilder/bg_inhalt.png);
background-repeat:repeat-y;
position:relative;
width:966px;
border: 0px #ff0000 solid;
}

table.content
{
width:610px;
height:100%;
margin-left:10px;
border: 0px #3301cf solid;
} 


#logo
{
position:absolute;
margin:0px;
padding:0px;
top:28px;
left:270px;
}

#blatt
{
position:absolute;
margin:0px;
padding:0px;
top:13px;
right:13px;
border: 0px #7c1245 solid;
}

#rathaus
{
position:absolute;
margin:0px;
padding:0px;
top:13px;
left:20px;
border: 0px #7c1245 solid;
}

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

#kind
{
position:absolute;
margin:0px;
padding:0px;
top:105px;
left:422px;
border: 0px #7c1245 solid;
}

#navi
{
position:absolute;
margin:0px;
padding:0px;
top:13px;
left:633px;
width:150px;
border: 0px #7c1245 solid;
background-color:#BABE47;
z-index:80;
}

div.hm
{
width:150px;
display:block;
background-image:url('./bilder/navi.gif');
background-repeat: no-repeat;
padding:0px;
padding-top:1px;
padding-left:19px;
color: #ffffff;
font-family: Trebuchet MS, Verdana, arial, helvetica;
font-size: 12px;
font-weight: bold;
text-decoration: none;
cursor:pointer;
height:20px;
}

div.sm
{
position:relative;
width:131px;
top:0px;
left:18px;
display:none;
visibility:hidden;
z-index:24;
text-align:left;
padding:0px;
border: 0px #faefe1 solid;
}

#unten
{
background-image:url(./bilder/unten.png);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
position:relative;
width:966px;
height:22px;
background-color:#FCFDDC;
border: 0px #faefe1 solid;
z-index:50;
}

td {font-family: Trebuchet MS, Verdana, arial, helvetica;
        color: #1A1A1A;
        font-size: 12px;
		font-weight: normal;
		padding:4px;
		}
		
td.padding0 {
		padding:0px;
		}

td.padding2 {
		padding:2px;
		}
		
th {font-family: Trebuchet MS, Verdana, arial, helvetica;
        color: #730A0A;
        font-size: 12px;
		font-weight: bold;
		text-align: left;
		padding:4px;
		}

th.padding2 {
		padding:2px;
		}

table.gitter  
		{
		width: 560px;
		border-style : solid;
		border-color :  #730a0a;
		border: 1px;
		border-collapse:collapse;
		}

table.gitter td  
		{
		padding: 2px;
		border: 1px;
		border-style : solid;
		border-color : #730a0a;
		}

table.gitter th 
		{
		color: #333333;
		padding: 2px;
		border: 1px;
		border-style : solid;
		border-color : #730a0a;
		}	

legend {
        background-color: #730a0a;
        color: #ffffff;
        font-family: Trebuchet MS, Verdana, arial, helvetica;
        font-size: 12px;
		font-weight: bold;
		text-align: left;
		padding-left: 4px;
		padding-right: 4px;
		padding-top: 0px;
		padding-bottom: 0px;
		border: 0px;
        border-style : solid;
        border-color : #730a0a;
		margin: 4px 1px 1px 1px;
}

fieldset {
		padding: 1px;
		border: 1px;
        border-style : solid;
        border-color : #730a0a;
		padding: 2px;
		margin: 2px;
		margin-top: 0px;
		margin-right: 12px;
		width:600px;
}


/*css für mootools slide, zb. in news*/
.toggler {
	background-image: url(./bilder/mootools_th_bg.gif);
	background-repeat:no-repeat;
	width:560px;
	height:28px;
	margin: 2px;
	color: #333333;
	font-family: Trebuchet MS, Verdana, arial, helvetica;
    font-size: 12px;
	font-weight: bold;
	text-align: left;
	cursor:pointer;
	}

.element p {
	margin: 0;
	padding: 6px;
}

.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

div.tabelle_head
 {
	color: #333333;
	font-family: Trebuchet MS, Verdana, arial, helvetica;
    font-size: 12px;
	font-weight: bold;
	margin: 0px;
	text-align: left;
	height:12px;
	border:0px solid #123fff;
	position:relative;
	top:4px;
	left:8px;
	}
	
div.content
 {
	width:570px;
	color: #333333; 
	font-family: Trebuchet MS, Verdana, arial, helvetica;
    font-size: 12px; 
	font-weight: normal; 
	margin: 6px;
	text-align: left;
	}
/*css für mootools slide, zb. in news*/

	
.bold:link {color: #730A0A;
	font-family: Trebuchet MS, Verdana, arial, helvetica; 
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none;
		}
.bold:visited {color: #730A0A;
	font-family: Trebuchet MS, Verdana, arial, helvetica; 
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none;
		}
.bold:active {color: #730A0A;
	font-family: Trebuchet MS, Verdana, arial, helvetica; 
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none;
		}
.bold:hover {
        color: #333333;
	font-family: Trebuchet MS, Verdana, arial, helvetica; 
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none;
		}
		
.hml:link {
	color: #ffffff;
	font-family: Trebuchet MS, Verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
		}
.hml:visited {
	color: #ffffff;
	font-family: Trebuchet MS, Verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
		}
.hml:active {
	color: #ffffff;
	font-family: Trebuchet MS, Verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
		}
.hml:hover {
	color: #ffffff;
	font-family: Trebuchet MS, Verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
		}
		
		
.sml:link {
	color: #333333;
	font-family: Trebuchet MS, Verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
		}
.sml:visited {
	color: #333333;
	font-family: Trebuchet MS, Verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
		}
.sml:active {
	color: #333333;
	font-family: Trebuchet MS, Verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
		}
.sml:hover {
	color: #910D0D;
	font-family: Trebuchet MS, Verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
		}

		
a:link {color: #333333;
	font-family: Trebuchet MS, Verdana, arial, helvetica; 
	font-size: 12px; 
	font-weight: normal;
	text-decoration: underline;
		}
a:visited {color: #333333;
	font-family: Trebuchet MS, Verdana, arial, helvetica; 
	font-size: 12px; 
	font-weight: normal;
	text-decoration: underline;
		}
a:active {color: #333333;
	font-family: Trebuchet MS, Verdana, arial, helvetica; 
	font-size: 12px; 
	font-weight: normal;
	text-decoration: underline;
		}
a:hover {color: #910D0D; 
	font-family: Trebuchet MS, Verdana, arial, helvetica; 
	font-size: 12px; 
	font-weight: normal;
	text-decoration: underline;
		}

.ahk:link {color: #910D0D; 
	font-family: Trebuchet MS, Verdana, arial, helvetica; 
	font-size: 9px; 
	font-weight: normal;
	text-decoration: none;
		}
.ahk:visited {color: #910D0D; 
	font-family: Trebuchet MS, Verdana, arial, helvetica; 
	font-size: 9px; 
	font-weight: normal;
	text-decoration: none;
		}
.ahk:active {color: #910D0D; 
	font-family: Trebuchet MS, Verdana, arial, helvetica; 
	font-size: 9px; 
	font-weight: normal;
	text-decoration: none;
		}
.ahk:hover {color: #333333;
	font-family: Trebuchet MS, Verdana, arial, helvetica; 
	font-size: 9px; 
	font-weight: normal;
	text-decoration: none;
		}
		

input.aktiv
		{
		color: #290D0A; 
		background-color: #FCFDDC;
		font-family: Trebuchet MS, Verdana, arial, helvetica; 
		font-size: 12px; 
		font-weight: normal;
		border: 0px;
		border-bottom-width: 1px;
		border-style : solid;
		border-color : #6F7302;
		width:200px;
		}		
input.inaktiv
		{
		color: #290D0A; 
		background-color: #fcfddc;
		font-family: Trebuchet MS, Verdana, arial, helvetica; 
		font-size: 12px; 
		font-weight: normal;
		border: 0px;
		border-bottom-width: 1px;
		border-style : solid;
		border-color : #6F7302;
		width:200px;
		}		
		
input.checkbox
		{
		background-color: #fcfddc;
		}	
		
textarea.aktiv
		{
		scrollbar-arrow-color: #730A0A; 
		scrollbar-base-color: #FCFDDC;
		scrollbar-track-color: #FCFDDC;
		scrollbar-face-color: #FCFDDC;
		scrollbar-shadow-color: #FCFDDC;
		scrollbar-highlight-color: #FCFDDC;
		scrollbar-darkshadow-color: #FCFDDC;
		scrollbar-3d-light-color: #FCFDDC;
		color: #290D0A; 
		background-color: #FCFDDC;
		font-family: Trebuchet MS, Verdana, arial, helvetica; 
		font-size: 12px; 
		font-weight: normal;
		border: 1px;
		border-style : solid;
		border-color : #6F7302;
		width:450px;
		
		}		
textarea.inaktiv
		{
		scrollbar-arrow-color: #730A0A; 
		scrollbar-base-color: #fcfddc;
		scrollbar-track-color: #fcfddc; 
		scrollbar-face-color:#fcfddc;
		scrollbar-shadow-color: #fcfddc;
		scrollbar-highlight-color: #fcfddc;
		scrollbar-darkshadow-color: #fcfddc;
		scrollbar-3d-light-color: #fcfddc;
		color: #290D0A; 
		background-color: #fcfddc;
		font-family: Trebuchet MS, Verdana, arial, helvetica; 
		font-size: 12px; 
		font-weight: normal;
		border: 1px;
		border-style : solid;
		border-color : #6F7302;
		width:450px;
		
		}		

select  {
		color: #290D0A; 
		background-color: #ffffff;
		font-family: Trebuchet MS, Verdana, arial, helvetica; 
		font-size: 12px; 
		font-weight: normal;
		width:60px;
		}
		
input.button {
		color: #ffffff;
		background-color: #730a0a;
		font-family: Trebuchet MS, Verdana, arial, helvetica; 
		font-size: 12px; 
		font-weight: bold;
		border-color : #6F7302;
		border: 0px;
		border-style : solid;
		width:180px;
		}


