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

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

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

#global {
	position: relative; 
}
/* benötigt eine Width-Angabe ! */
#global-border {
}
.globalwidth {
	width: 960px;
	BACKGROUND: url(/img/bg2.gif) repeat-y top left;
}
.globalborderwidth {
	width: 962px;
}

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

}

/* =====  Maximale Breite des mittleren Contents  =====  */
.contentwidth {
	width: 655px;
}
/* =====  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  */
/* ================================================ */
#header {
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 140px;
	BACKGROUND: transparent url(/img/header2.gif) no-repeat top right;
}
#header-logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 260px;
	height: 300px;
	font-size: 0.1px;
	BACKGROUND: transparent url(/img/logo2.gif) no-repeat top right;
}

/* =====  Main  =====  */
#main {
	width: 100%;
	text-align: left;
	BACKGROUND: url(/img/main_back2.gif) no-repeat bottom left;
}

#main-content {	
	margin: 40px 0px 0px 270px;
	BACKGROUND: url(/img/mainborder_top2.gif) no-repeat;
	padding: 10px 0px 40px 0px;
}
#main-unten {	
	BACKGROUND: url(/img/mainborder_bottom2.gif) no-repeat bottom left;
	padding-bottom: 10px;
}


.main-innen {	
	BACKGROUND: url(/img/mainborder_middle2.gif) repeat-y;
	padding: 25px 45px 50px 40px;
}
.main-innen p {	
	margin-bottom: 5px;
	font-size: 0.76em;
	line-height: 1.3em;
}
.main-innen img {	
}

/* =====   Footer  =====  */
#footer {
	width: 100%;
	font-size: 0.7em;
	padding: 12px 0px 12px 0px;
	BACKGROUND: url(/img/foot_back2.gif) repeat-y;
}

