/* ================================================ */
/*  Globale Seiteneinstellungen  */
/* ================================================ */

BODY {
	position: relative; 
  font-size: 100.01%;
	color: #000000;
	border-style: none;
	font-family: verdana, helvetica, sans-serif, arial;
	margin: 0px;
	padding: 0px;
	min-height: 101%;      
	background-color: #f7f5f0;     
}
* {
	margin: 0px;
	padding: 0px;
}
img, form {
	BORDER-style: none;
}
select, input, textarea { 
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
}


/* zentrisch  */
/* ================================================ */
.zentrisch {
	margin: 15px auto 0pt auto; 
	text-align: left;
	padding-top: 0px;
}
BODY {
	text-align: center;
}


/* ================================================ */
/* allgemeine Layout Einstellungen des Layouts  */
/* ================================================ */
#global {
	position: relative;
}

/* benötigt eine Width-Angabe ! */
#global-border {
}
.globalwidth {
	width: 760px;
}
.globalborderwidth {
}

.leftwidth {
	width: 170px;
}
.rightwidth {

}
/* =====  Maximale Breite des mittleren Contents  =====  */
.contentwidth {
	width: 600px;
}
/* =====  Maximale Breite #main-innen  =====  */
.mainwidth {
	width: 480px;
}
.mainwidthkarte{
	width: 425px;
}

/* ================================================ */
/*  Standard Klassen */
/* ================================================ */

/* IE Prozentfehler */
.puffer {
	padding: 0 1px 0 1px; 
	margin: 0 -1px 0 -1px; 
	overflow: hidden;
}
.anker {
	text-decoration: none;
}
.dummylinks {
	padding: 0px 0px 500px 0px;
	width: 1px;
	float: left;
}


/* ================================================ */
/* Layout-Einstellungen  */
/* ================================================ */
#header {
	padding: 0px 0px 0px 0px;
	width: 100%;
}
#header-logo {
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 0.1px;
}


/* =====  Main  =====  */
#main {
	width: 100%;
	text-align: left;
}
#main-border {
	
}
#main-content {	
	float: right;
	display: inline;
	margin-bottom: 20px;
}
#main-innen {	
	padding: 35px 30px 80px 80px;
}
#main-innen p {	
	margin-bottom: 10px;
	font-size: 0.76em;
	line-height: 1.2em;
}


/* =====  Main Karte =====  */
#main-content.karte {	
	BACKGROUND: url(/img/karte_oben.gif) no-repeat;
	BACKGROUND-position: 70px 30px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#main-unten {	
	BACKGROUND: url(/img/karte_unten.gif) no-repeat ;
	BACKGROUND-position: 70px bottom;
	padding-bottom: 20px;
}
#main-innen.karte {	
	padding: 15px 60px 20px 110px;
	BACKGROUND: url(/img/karte_mitte.gif) repeat-y;
	BACKGROUND-position: 70px top;
}


/* =====   Footer  =====  */
#footer {
	width: 100%;
	font-size: 0.7em;
	padding: 6px 0px 20px 0px;
	text-align: center; 
	BACKGROUND: url(/img/foot_bg.gif) no-repeat;
}
