/* ================================================ */
/*  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: #ffffff;     
	/*	BACKGROUND: url(/img/back.gif) repeat-y;	*/
}
* {
	margin: 0px;
	padding: 0px;
}
img, form {
	BORDER-style: none;
}
select, input, textarea { 
}
.clearer {
	clear:both;
	line-height:0%;
	font-size:0px;
}
.bgrot {
	background-color: red;
}
.borderrot {
	BORDER: red 1px solid;
}


/* 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;
	margin-top: 25px;
}

/* benötigt eine Width-Angabe ! */
#global-border {
/*	BACKGROUND: url(/img/back.gif) repeat-y;	*/
}
.globalwidth {
	width: 958px;
}
.globalborderwidth {
	width: 960px;
}
.leftwidth {
	width: 353px;
}
.rightwidth {

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


/* ================================================ */
/*  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;
	margin: 0px 0px 0px 0px;
	height: 80px;
}
#header-logo {
	padding: 0px;
	text-align: left;
	font-size: 0.1px;
	height: 80px;
	float: left;
}
#header-logo img{
	margin: 20px 0px 5px 18px;
}


/* =====  Main  =====  */
/* mit Grafik */
.links-teaser {
	margin: 10px 0px 0px 10px;
	padding: 65px 36px 0px 12px;
}
/* Content unter Grafik */
.links-tcontent {
	margin: 12px 0px 40px 22px;
	padding: 0px 36px 0px 0px;
}
/* Content */
.links-content {
	margin: 15px 0px 40px 15px;
	padding: 0px 25px 0px 0px;
}
#main-links {
	float: left;
	display: inline;
}
#main {
	width: 100%;
}
.main-rahmen {
}
#main-content {	
	margin-bottom: 20px;
	float: right;
}
.main-innen {	
	padding: 35px 30px 110px 30px;
}



/* =====   Footer unter main-innen  =====  */
#main-foot {
	width: 100%;
	padding: 0px 0px 0px 0px;
}
#main-foot img {
	margin: 0px 6px 0px 0px;
	vertical-align: top;
}
#main-foot  a {
	FONT-WEIGHT: normal;
	text-decoration: underline;
}
#main-foot  a:hover{
	FONT-WEIGHT: normal;
	text-decoration: underline;
}


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