/* -----------------------------------------------------------------------------*/
/* globale Formatierungen                                                             */
/* -----------------------------------------------------------------------------*/

html,body 
{
	width: 100%;
	height: 100%;
	overflow: hidden; /* Unterdrückt Scrollleisten des Hauptfensters */
	background-color: #ced0d2;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 12px;
	text-align: center; /*Zentrierung für IE*/
	
	/* Farben für Scrolleisten, nur IE, PC ! */
	scrollbar-face-color:#FFF4CC;
	scrollbar-highlight-color:#890920;
	scrollbar-3dlight-color:#FFF4CC;
	scrollbar-darkshadow-color:#FFF4CC;
	scrollbar-shadow-color:#890920;
	scrollbar-arrow-color:#890920;
	scrollbar-track-color:#FFF4CC;
}

img
{
	border: none;
}


/* -----------------------------------------------------------------------------*/
/* Formatierung Texte                                                                   */
/* -----------------------------------------------------------------------------*/

.standard
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #890920;
	line-height: 16px;
}

.impressum
{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
}

.formular_eingabe
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
}


/* -----------------------------------------------------------------------------*/
/* Formatierung und Position von Ebenen                                      */
/* -----------------------------------------------------------------------------*/

#container 
{
	position: relative;
	margin: 0 auto; /* Zentrierung Nicht-IE-Browser */
	width: 943px;
	height: 593px;
	background-image:url(../images/bg_px.jpg);
	text-align: left;
	/*overflow: hidden;*/
	/*z-index: 1;*/
	/*background-color: #ff0000;*/
}

#header
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#navigation
{
	position: absolute;
	top: 149px;
	left: 16px;
}

#footer
{
	position: absolute;
	top: 522px;
	left: 0px;
}

#impressum
{
	position: absolute;
	top: 575px;
	left: 892px;
}

#content
{
	position: absolute;
	width: 620px;
	top:225px;
	left: 160px;
	overflow: auto;
	height: 265px;
}


/* -----------------------------------------------------------------------------*/
/* Formatierung der Links                                                             */
/* -----------------------------------------------------------------------------*/

a:link
{
    	text-decoration: none;
    	color: #000000;
}

a:visited
{
    	text-decoration: none;
    	color: #000000;
}

a:hover
{
		text-decoration: none;
		color: #000000;
}

a:active
{
	    text-decoration: none;
    	color: #000000;
}


/* -----------------------------------------------------------------------------*/
/* Listenformatierung und -Eigenschaften 					                    */
/* -----------------------------------------------------------------------------*/

ul 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #890920;
	line-height: 16px;
	list-style-type: square;
}

ol 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #890920;
	line-height: 16px;
}


/* -----------------------------------------------------------------------------*/
/* Linenformatierung (Rahmen) von Tabellen                                 */
/* -----------------------------------------------------------------------------*/

.obenunten
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
