/* dunkelrot: #972735 gelb: #FAE226 grau: #CECECE */
/* Allgemeiner Style für die Seite */

BODY
{
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

H1
{
	text-align: left;
	font-size: 20px;
	color: #972735;
}

H6
{
	text-align: left;
	font-size: 14px;
	margin-bottom: 5px;
}

html, body {
	height: 100%;

}

TEXTAREA, SELECT, INPUT
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TEXTAREA
{
	width: 500px;
	height: 100px;
}

/* Oberelement der Seiten */
div#seite
{

	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	margin-top: 5px;
	margin-bottom: 0px;
	width: 900px;
	background-color: #ffffff;
	/*background-image: url(/images/seitenhintergrund.gif);*/
	background-repeat: repeat-y;
	height: 100%;
}

/* Oberelement der Popup Seiten */
div#popupseite
{

	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	margin-top: 5px;
	margin-bottom: 0px;
	width: 700px;
	background-color: #ffffff;
	height: 100%;
}

/* Formatierung und Positionierung der Kopfzeile */
div#kopfzeile
{
	text-align: left;
	padding: 0px;
	margin: 0px;
}

/* Formatierung und Positionierung des Hauptanzeigeteiles der Seite */
div#informationsteil
{

	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	margin-top: 20px;
	float:left;
	width: 630px;
}

/* Allgemeine Linkformatierung */
a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}
.recherche
{
	margin:0px;
	padding: 0px;
}
