/* ================================================ */
/*  Globale Seiteneinstellungen   (standards.css) */
/* ================================================ */

/* 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%;      
}
* {
	margin: 0px;
	padding: 0px;
}
img, form {
	BORDER-style: none;
}
select, input, textarea { 
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
}
.bgrot {
	background-color: red;
}
.borderrot {
	BORDER: red 1px solid;
}


/* ================================================ */
/* allgemeine Layout Einstellungen des Layouts  */
/* ================================================ */

BODY {
	text-align: center;
}
.zentrisch {
	margin: 0pt auto 0pt auto; 
	text-align: left;
	padding-top: 0px;
}
#global {
	position: relative;
}

#global-border {
}
.globalwidth {
	width: 960px;
}
.globalborderwidth {
	width: 962px;
}
.leftwidth {
	width: 230px;
}
.rightwidth {

}
/* =====  Maximale Breite des mittleren Contents  =====  */
.contentwidth {
	width: 650px; /* 590 innen */
}
/* =====  Maximale Breite des inneren maincontents  =====  */
.mainwidth {

}


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

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


/* ================================================ */
/* Layout-Einstellungen  */
/* ================================================ */

#global-border {
	BACKGROUND: url(/img/back_blau.gif) repeat-y;	
}
#header {
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
	font-size: 0.1px;
	margin: 0px;
	height: 113px;
}
#header img{
	margin: 0px;
}
#banner {
	margin: 0px 0px 0px 23px;
	text-align: left;
}

#hauptmenu {
	padding: 0px 0px 15px 0px;
}

/* =====  Main  =====  */
#main {
	width: 100%;
	text-align: left;
}

#main-links {	
	float: left;
	margin: 20px 0px 0px 0px;
	display: inline;
}

#main-content {	
	float: left;
	display: inline;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	BACKGROUND: url(/img/main_oben.gif) no-repeat;
	padding-top: 20px;
}

#main-unten {	
	BACKGROUND: url(/img/main_unten.gif) no-repeat bottom left;
	padding-bottom: 25px;
}
.main-innen {	
	BACKGROUND: url(/img/main_mitte.gif) repeat-y;
	margin-left: 0px;
	padding: 10px 30px 20px 30px;
}
.main-innen p {	
	margin-bottom: 10px;
	font-size: 0.76em;
	line-height: 1.2em;
}


/* =====   Footer  =====  */
#footer {
	width: 100%;
	font-size: 0.66em;
	height: 80px;
	BACKGROUND: url(/img/foot.gif) no-repeat bottom left;
}
#footer .textlinks {
	padding: 30px 0px 0px 0px;
	float: left;
	line-height: 1.7em;
}
#footer .textlinks2 {
	padding: 3px 0px 0px 0px;
	float: left;
}
#footer .textrechts {
	float: right;
	padding: 0px 15px 0px 0px;
	text-align: right; 
}
#footer p.textmitte {
	text-align: center; 
}


