/* ================================================ */
/*  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: url(/img/body_back1.gif);
/*	BACKGROUND: url(/designx/img/Body_Back.gif) repeat;*/
}
* {
	margin: 0px;
	padding: 0px;
}
img, form {
	BORDER-style: none;
}
select, input, textarea { 
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
}


/* zentrisch  */
/* ================================================ */
.zentrisch {
	margin: 0px 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 {
/*	BACKGROUND: url(/designx/img/back.gif) repeat-y;	*/
}
.globalwidth {
	width: 860px;
}
.globalborderwidth {
	width: 862px;
}
.leftwidth {
	width: 200px;
}
.rightwidth {

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


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

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


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


/* =====  Main  =====  */
#main {
	width: 100%;
	text-align: left;
}
#main-content {	
	float: left;
	display: inline;
	margin-top: 20px;
	margin-bottom: 40px;
}
.main-innen {	
	padding: 20px 20px 100px 20px;
}


/* =====   Footer  =====  */
#footer {
	padding: 0px 9px 0px 9px;
}
#footer p {
	color: #777777;
}