/* ================================================ */
/*  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: arial, sans-serif, tahoma, helvetica;
	margin-top: 0px;
	padding: 0px;
	min-height: 101%;      
	background-color: #fafcfc;
}
* {
	margin: 0px;
	padding: 0px;
}
img, form {
	BORDER-style: none;
}
select, input, textarea { 
/*	font-size: 99% */
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
}
.bgrot {
	background-color: red;
}
.borderrot {
	BORDER: red 1px solid;
}


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


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


/* =====  Seitenmasse  =====  */

/* benötigt eine Width-Angabe ! */
#global-border {
}

/* =====  Maximale Breite der Seite  =====  */
.globalwidth {
	width: 760px;
}
/* =====  Maximale Breite mit Rahmen  =====  */
.globalborderwidth {
	width: 762px;
}

/* =====  Breite des linken Contents (Navigation)  =====  */
.leftwidth {
	width: 160px;
}
/* =====  Breite des rechten Contents  =====  */
.rightwidth {

}

/* =====  Maximale Breite des mittleren Contents  =====  */
/* (#main(=globalwidth) - rightwidth - leftwidth) */
.contentwidth {
	width: 600px;
}
/* =====  Maximale Breite des inneren maincontents  =====  */
/* #main-innen */
.mainwidth {

}



/* =====  Header  =====  */
#header {
	padding-bottom: 1px;
	width: 100%;
	BACKGROUND: transparent url(/img/logo.gif) no-repeat top left;
	BACKGROUND-position: 5px 15px;
}

#header-links {
	font-size: 0.7em;
	width: 185px;
	text-align: right;
	float: right;
	padding: 16px 10px 0px 0px;
}
#header-rechts {
	font-size: 0.1em;
	width: 300px;
	text-align: right;
	float: right;
	padding: 2px 2px 1px 4px;
	margin-top: 0px;
	line-height: 0.1px;
}



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

#main-content {	
	float: left;
	display: inline;
}
.main-innen {	
	padding: 10px 30px 50px 30px;
}




/* =====   Footers  =====  */
#main-foot {
	font-size: 0.9em;
	width: 100%;
	padding: 15px 0px 15px 0px;
}

#main-foot .textlinks {
	float: left;
	padding: 0px 0px 0px 10px;
	text-align: left; 
}
#main-foot .textrechts {
	float: right;
	padding: 0px 35px 0px 0px;
	text-align: right; 
}
#main-foot img {
	margin: 0px 3px 0px 25px;
	vertical-align: top;
}
#main-foot  a {
	FONT-WEIGHT: normal;
	text-decoration: underline;
}
#main-foot  a:hover{
	FONT-WEIGHT: normal;
	text-decoration: underline;
}





/* =====   Footer  =====  */
#footer {
	font-size: 0.9em;
	width: 100%;
	padding: 10px 0px 10px 0px;
	text-align: center; 
}
#footer .textlinks {
	float: left;
	padding: 0px 0px 0px 15px;
	text-align: left; 
}
#footer .textrechts {
	float: right;
	padding: 0px 230px 0px 0px;
	text-align: center; 
}
#footer .textrechts p{
}
#footer p.textmitte {
	text-align: center; 
}
/* Opera 6 mach probleme mit center */


