body
{
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	height: 100.01%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

div.korrektur
{
	clear: both;
}

/********************************
 * Container für Titel und Logo *
 ********************************/
 
#KopfTeil
{
	width: 95%;
	background: transparent;
	position: absolute;
	top: 8px;
	margin-left: 2.5%;
}

#KopfTeil .inhalt
{
	display: block;
	overflow: hidden;
	line-height: 75px;
	height: 75px;
	border-bottom: solid 1px Gray;
}

/************************************************
 * Definitionsende für Container Titel und Logo *
 ************************************************/

/**************************************
 * Container für Dateninhalt und Menü *
 **************************************/
 
#DatenBody
{
	width: 95%;
	background: transparent;
	position: absolute;
	top: 90px;
	margin-left: 2.5%;
}

/************************************************
 * Definitionsende für Container Daten und Menü *
 ************************************************/

#LinkLeiste
{
	display:none;
}

/**********************
 * Container für Menü *
 **********************/
 
#MenueContainer
{
	display:none;
}

/* Gemeinsame Definitionen von Datencontainer */
#DatenContainer, #DatenContainerOhneMenue
{
	height: 640px;
	background-color: Transparent;
	text-align: center;
}

/* Abweichungen Datencontainer */
#DatenContainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%; 
}

/* Ende Definitionen Datencontainer */

#FussLeiste
{
	display:none;
}

/* Gemeinsame Definitionen Rubrikenleiste */
#RubrikenLeiste, #RubrikenLeisteOhneMenue
{
	display:none;
}

/* Ende Rubrikendefinitionen */

#DatenKopf
{
	text-align: left;
	margin: 25px 0px 0px 0px;
}

/***************************************************
 * Definitionen für den Inhalt des Titelcontainers *
 ***************************************************/
 
#KopfTitel
{
	color: Navy;
	font-weight: normal;
	font-size: 30px; /*35px*/
	letter-spacing: 0em;/*0.4em*/
	margin: 0px 20px 0px 0px;
	float: left;
	width: auto;
	background-color: transparent;
}

#FlaggeGr
{
	float: left;
	margin: 7px 50px 0px 15px;
	border: 1px solid Black;
	width: auto;
}

#Logo
{
	position: absolute;
	right: 2.5%;
	margin: 7px 0px 0px 0px;
	float: right;
	z-index: 2;
	width: auto;
}

/***********************************************
 * Allgemeine Definitionen für den Dateninhalt *
 * im Datenblock                               *
 ***********************************************/

/******************************
 * Globale h-Tag definitionen *
 ******************************/
 
h1
{
	font-size: 14pt;
	font-weight: lighter;
	margin: 5px 0px 0px 0px;
}

h1.AbstandUnten
{
	margin: 5px 0px 20px 0px;
}

h2
{
	font-size: 12pt;
	font-weight: lighter;
}

h3
{
	font-size: 10pt;
	font-weight: lighter;
}

h4
{
	font-size: 10pt;
}

h5
{
	font-size: 9pt;
	font-weight: lighter;
}

/*****************************
 * Globale Text Definitionen *
 *****************************/
.Text
{
	clear: both;
	text-align: justify;
	margin: 0px 0px 5px 0px;
}

.TextOben
{
	clear: both;
	text-align: justify;
	margin: 20px 0px 5px 0px;
}

#BildText
{
	text-align: justify;
	margin: 10px 10px 10px 0px;
}

.marker01
{
	background-color: Yellow;
}

.unterstrich
{
	text-decoration: underline;
}

/********************************
 * Formatierung der Mailadresse *
 ********************************/
.mail
{
	margin: 50px 0px 50px 25px;
	text-align: left;
}

/*********************************/

/***************************
 * Formatierung der Bilder *
 ***************************/

img.normal
{
	clear: both;
	margin: 20px 10px 10px 0px;
	border: 0px solid Black;
	width: 290px;/* für den Ausdruck*/
}

img.links
{
	clear: both;
	float: left;
	margin: 10px 10px 10px 0px;
	border: 1px solid Black;
	width: 290px;/* für den Ausdruck*/
}

img.rechts
{
	clear: both;
	float: right;
	margin: 10px 25px 10px 10px;
	width: 290px;/* für den Ausdruck*/
}

/*****************************************************
 * Formatierung der DIV-Blöcke im Original-Impressum *
 *****************************************************/
#Impressum
{
    position:absolute;
    left: 20%;
    top: 40px;
    width: 361px;
    height: 508px;
    background-image: url(../static_images/allgemein/impressum_hg.jpg);
    text-align: right;
}

p.imp_inhalt
{
	margin: 0px 0px 5px 0px;
}

div.imp_TextBlock01
{
	font-size:12px;
	font-weight:normal;
	position: absolute;
	right: 18px;
	top: 75px;
}

div.imp_TextBlock02
{
	font-size:14px;
	font-weight:normal;
	position: absolute;
	right: 18px;
	top: 380px;
}
/*****************************************************
 * ENDE                                              *
 * Formatierung der DIV-Blöcke im Original-Impressum *
 *****************************************************/


/************************
 * Kartenformatierungen *
 ************************/
#Karte
{
    position:absolute;
    left: 20%;
    top: 40px;
    width: 391px;
    height: 550px;
    background-image: url(../static_images/allgemein/karte_mit_strasse.jpg);
}

span.chora
{
	position: absolute;
	top: 350px;
	left: 100px;
}

span.skala
{
	position: absolute;
	top: 285px;
	left: 70px;
}

/*****************************
 * Ende Kartenformatierungen *
 *****************************/
