/** Body-Eigenschaften:
    Hintergrundpattern **/
body {
	background-image:url(../allg_grafik/tapete.jpg);
}

/** Eigenschaften der Haupttabelle:
    Breite: 800 Pixel **/
.haupttabelle {
	width: 800px;
}


/** Eigenschaften der linken Spalte:
    Serifenschrift, bold, 12 Pixel, Zeilenabstand 20 Pixel
	Abstand vom linken Rand: 10 Pixel
	Rahmen auf rechter Seite: 1 Pixel breit, durchgezogen **/
.linkespalte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	
	background-color: #efdfc9;
	
	padding-left: 10px;
	padding-right: 5px;
	border-right-width: 1px;
	border-color: black;
	border-right-style: solid;
}

/** Eigenschaften der rechten Spalte:
    Hintergrundfarbe #efdfc9
	Abstand vom linken Rand: 10 Pixel
	Rahmen auf linker Seite: 1 Pixel breit, durchgezogen **/
.rechtespalte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	
	background-color: #efdfc9;
	
	padding-right: 10px;
	padding-left: 5px;
	border-color: black;
	border-left-width: 1px;
	border-left-style: solid;
}

.mittlerespalte {
	vertical-align:top;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #000000;
	
	background-color: #efdfc9;
	
	padding-left: 10px;
	padding-right: 10px;
}

/** Hintergrundfarbe **/
.bg {
	background-color: #efdfc9;
}

/** Hintergrundfarbe der Seufzerspalte **/
.seufzerspalte {
	background-color: #c5c2bd;
	/*#c3bdb3;*/
	padding-right: 5px;
	padding-left: 5px;
}

/** Normale Schrift **/
.seufznormal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
}

/** Fette Schrift **/
.seufzbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;
}

/** Das Link-Verhalten **/
A:link { color : #000000; text-decoration: none; }
A:hover {color : #000000; text-decoration: underline;}
A:visited { color : #000000; text-decoration: none; }
A:active {color : #000000; text-decoration: underline; }

/** Formatierung für das Formularfeld **/
.kontakt {
color:#000000;
font-size:12px;
border: none;
background-color: #eedfca;
/*width:240px;*/
}