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

/* hier wird normalerweise nichts für die Seite eingetragen */

BODY {
	background-color:  #cccccc;

	position: relative; 
  font-size: 100.01%;
	color: #000000;
	border-style: none;
	font-family: arial, sans-serif, tahoma, helvetica;
	margin: 0px;
	padding: 0px;
	min-height: 101%;      
}
* {
	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;
}




/* ================================================ */
/* allgemeine Layout Einstellungen  (layout.css) */
/* ================================================ */


BODY {
	text-align: center;
	BACKGROUND: url(/img/background2.gif) repeat;
}
.zentrisch {
	margin: 0pt auto 0pt auto; 
	text-align: left;
}
#global {
	position: relative;
}


/* =====  Seitenmasse  =====  */
/* benötigt eine Width-Angabe ! */
#global-border {
}
.globalwidth {
	width: 960px;
}
.globalborderwidth {
	width: 962px;
}
.rightwidth {
	width: 220px;
}

/* =====  Maximale Breite des mittleren Contents  =====  */
.contentwidth {
	width: 630px;
}

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

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


/* ================================================ */
/* Layout-Einstellungen  */
/* ================================================ */
#header {
	BACKGROUND: transparent url(/img/balken.gif) repeat-x;
	BACKGROUND-position: bottom left;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 140px;
}
#header-logo {
	margin: 0px 0px 0px 15px;
	padding-top: 22px;
	text-align: left;
	width: 280px;
	height: 80px;
	font-size: 0px;
}
#header-rechts {
	position: absolute;
	width: 370px;
	height: 150px;
	right: 95px;
	top: 47px;
}


/* =====  Main  =====  */
#main {
	BACKGROUND: url(/img/background.gif) repeat;
	background-color: #9BBA6D;
	width: 100%;
	padding-bottom: 50px;
	text-align: left;
	padding-top: 19px;
}
#main-content {	
	margin-left: 280px;
	BACKGROUND: url(/img/main_oben.gif) no-repeat;
	padding-top: 15px;
}
.main-innen {	
	BACKGROUND: url(/img/main_mitte.gif) repeat-y;
	padding: 25px 30px 10px 30px;
}
#main-unten {	
	BACKGROUND: url(/img/main_unten.gif) no-repeat bottom left;
	padding-bottom: 15px;
}

/*  Main Rechts float */
#main-rechts {
	display: inline;
	margin-right: 20px;
	text-align: right;
	padding: 60px 0px 0px 0px;
	float: right;
	overflow: hidden;
}




/* =====   Footers  =====  */
#main-foot {
	margin-top: 50px;
	width: 100%;
	padding: 5px 0px 5px 0px;
}
#main-foot .textlinks {
	width: 30%;
	float: left;
	padding: 0px 0px 0px 0px;
	text-align: left; 
	border-style: none;
}
#main-foot .textrechts {
	width: 20%;
	float:  right;
	padding: 0px 10px 0px 0px;
	text-align: right; 
}
#main-foot .textlinks img {
	margin: 0px 6px 0px 15px;
	border-style: none;
	vertical-align: bottom;
}
#main-foot .textrechts img {
	margin: 0px 6px 0px 15px;
	border-style: none;
	vertical-align: bottom;
}
#main-foot  a {
	FONT-WEIGHT: normal;
	text-decoration: underline;
}
#main-foot  a:hover{
	FONT-WEIGHT: normal;
	text-decoration: underline;
}


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

