@charset "UTF-8";
/***************************************************************************************/
/*
Titel:    Standardstyles fr Bildschirmmedien
Autor:    Stephan Schindel
Update:   09.03.2009

Inhalt:   - Globale Einstellungen
          - Seitenstruktur
          - Hauptinhalt
          - Formulare
          - Rechte Spalte
          - Navigation
style.css
Firefox
*/
/***************************************************************************************/
/* @import url("NAME_DER_DATEI.css");*/
@import url("gaestebuch.css");
@import url("typoExtensions.css");
@import url("../chefredakteur/css/hundesteuerform.css");
/*###############################GLOBALE EINSTELLUNGEN#################################*/

.uber01 {
	font-size : 12px;
	font-weight: bold;
}
.uber02 { 
	font-size : 12px;
	font-weight: bold;
	}
.uber03 {
	font-size: 10px;
	font-style: italic;
}
.text01 { 
	font-family : Arial, Helvetica, sans-serif;
	 font-size : 12px; 
}
.text10 { 
	font-family : Arial, Helvetica, sans-serif;
	 font-size : 12px; 
}
body {
	scrollbar-3dlight-color : #999999;
	/* zustzliche Hintergrundfarbe zu highlight. Verstrkt den 3D-Effekt*/
	scrollbar-arrow-color : #CC3300;
	/*Farbe des Schattenwurfs der Pfeile. Oberer Pfeil: untere Kante. Unterer Pfeil: Schrge nach rechts*/
	scrollbar-base-color : #666666;
	/*konnte ich nicht herausfinden ist wohl eher unwichtig*/
	scrollbar-darkshadow-color : Black;
	/*Rahmen unten und rechts der Flche rund um die Pfeile*/
	scrollbar-face-color : #E7E3E7;
	/*Die Oberflchenfarbe rund um die rauf-runter Pfeile. Oberflchenfarbe des schiebbaren Balkens*/
	scrollbar-highlight-color : #999999;
	/* Rahmen oben und links der Flche rund um die Pfeile*/
	scrollbar-shadow-color : #996633;
	/*Schattenwurf nach rechts unten von den scrollblcken*/
	scrollbar-track-color : #E7E3E7;
	/*Farbe des Scrollbalkens*/
	font-family:Arial, Helvetica;
	font-size:12px;
	color: #400000;
}
td {
	font-family:Arial, Helvetica;
	font-size:0.8em; 
	color: #400000;
	 vertical-align:top;
	 padding-top:5px;
	 padding-bottom:5px;
} 
a:link {font-family:Arial, Helvetica;	color:#800000;	}
a:visited {	font-family:Arial, Helvetica;	color:#800000;}
a:active {	font-family:Arial, Helvetica;	color:#800000;} 
a:hover {	font-family:Arial, Helvetica;	color: Gray;} 
h1 {
	font-family:Arial, Helvetica;
	font-size: 18px;
	color: #400000
}
h2 {
	font-family:Arial, Helvetica;
	font-size: 16px;
	color: #400000
}
h3 {
	font-family:Arial, Helvetica;
	font-size: 12px;
	color: #400000
}
h4 {
	font-family:Arial, Helvetica;
	font-size: 14px;
	color: #400000;
	background : #E0E0E0;
}
h5 { font-family:Arial, Helvetica; font-size:0.9em;  color: #400000;	background : #E0E0E0;}

#agh{
	width: 100%;
	margin-top: 20px;
	margin-left: 85px;
	margin-right: 50px;
	margin-bottom: 20px;
	background-image: url(../bilder/bg_main.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
img {
	border: none;
}
img a {
	border: none;
}

/* @group tx-inixkommserv-fe */

.tx-inixkommserv-fe { padding: 0 0 10px 0; }
div#inhalt .tx-inixkommserv-fe form { float: none; width: auto; padding: 5px 0 20px 0; margin-left: 0; }
.tx-inixkommserv-fe .rechts { float: right; }
.tx-inixkommserv-fe ul { padding: 5px 0 20px 20px; margin: 0; }
.tx-inixkommserv-fe .iksanliegenblock,
.tx-inixkommserv-fe .iksoe { width: 470px; }

.tx-inixkommserv-fe a,
.tx-inixkommserv-fe td a { text-decoration: underline; }

.tx-inixkommserv-fe select { width: 260px }
.tx-inixkommserv-fe .iksmitarbeiter { padding: 10px 0 3px 0; }
.tx-inixkommserv-fe .iksanliegenblock { padding: 16px 0 3px 0; }
