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

/* hier wird normalerweise nichts für die Seite eingetragen */
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: #eeeeee;     
	/*	BACKGROUND: url(/img/back.gif) repeat-y;	*/
}
* {
	margin: 0px;
	padding: 0px;
}
img, form {
	BORDER-style: none;
}
select, input, textarea { 
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
}



/* Seite zentrisch ausrichten */
/* ================================================ */
BODY {
	text-align: center;
	BACKGROUND: url(/img/back.gif);
}
.zentrisch {
	margin: 0px auto 0pt auto; 
	text-align: left;
	padding-top: 0px;
}


/* ================================================ */
/* allgemeine Layout Einstellungen  */
/* ================================================ */
#global {
	position: relative;
}
#global-border {
	BACKGROUND: url(/img/banner_background.gif) repeat-x;
}

.globalwidth {
	width: 960px;
}
.globalborderwidth {
	width: 962px;
}
.leftwidth {
	width: 230px;
}
.rightwidth {

}
/* =====  Maximale Breite des Main-Contents  =====  */
.contentwidth {
	width: 680px;
}
/* =====  Maximale Breite #main-innen  =====  */
.mainwidth {
	width: 560px;
}


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

/* IE Prozentfehler */
.puffer {
	padding: 0 1px 0 1px; 
	margin: 0 -1px 0 -1px; 
	overflow: hidden;
}
.iepuffer {
	Width: 100%;  
	overflow: hidden;
}
.anker {
	text-decoration: none;
}


/* ================================================ */
/* Layout-Einstellungen  */
/* ================================================ */
#main-links {
	float: left;
	display: inline;
}
#logo {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	text-align: left;
	font-size: 0.1px;
	width: 230px;
	height: 200px;
}

#header-name {
	height: 100px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 80px;
	BACKGROUND: url(/img/banner_name.gif) no-repeat 290px 20px;
}
#links-adresse {
	padding: 0px 0px 60px 50px;
	margin: 0px 0px 40px 0px;
	width: 150px;
	BACKGROUND: url(/img/klecks_adresse.gif) no-repeat bottom left;
	font-size: 0.9em;
}


/* =====  Main  =====  */
#main {
	padding: 0px;
	margin: 0px;
	float: right;
	text-align: left;
}
#main-content {	
	BACKGROUND: url(/img/blatt_mitte.gif) repeat-y;
}
#main-unten {	
	BACKGROUND: url(/img/blatt_unten.gif) no-repeat bottom left;
	padding: 0px 0px 15px 0px;
	margin-bottom: 40px;
}

#main-oben {	
	text-align: right;
	BACKGROUND: url(/img/banner_blatt.gif) no-repeat 0px 0px;
}
#content-oben p {	
	text-align: right;
	padding: 18px 40px 0px 0px;
	font-size: 0.86em;
	color: #555555;
}
.main-innen {	
	text-align: left;
	padding: 35px 60px 100px 40px;
	BACKGROUND: url(/img/blatt_klecks.gif) no-repeat 140px 200px;
	height: 1%;
}

/* =====   Formulare  =====  */
#main-content2 {	
	BACKGROUND: url(/img/blatt_mitte.gif) repeat-y;
}
#main-content2 .main-innen {	
	BACKGROUND: none;
}


/* =====   Footer unter main-innen  =====  */

/* =====   Footer  =====  */
#footer {
	width: 100%;
	padding: 0px 0px 0px 0px;
}

