/* ================================================ */
/*  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;
}
.clearer {
	clear:both;
	line-height:0%;
	font-size:0px;
}


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


/* ================================================ */
/* Größen des Layouts  */
/* ================================================ */
#global {
	position: relative;
}

/* benötigt eine Width-Angabe ! */
#global-border {
}
/* =====  Maximale Breite der Seite  =====  */
.globalwidth {
	width: 960px;
}
.leftwidth {
	width: 202px;
	float: left;
	display: inline;
}
.contentwidth {
	width: 556px;
}
.rightwidth {
	width: 202px;
}
/* =====  Maximale Breite #main-innen  =====  */
.mainwidth {
	width: 532px;
}
.kastenspace {
	margin-top: 20px;;
}



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

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

.dummylinks {
	padding: 0px 0px 500px 0px;
	width: 1px;
	float: left;
}


/* ================================================ */
/* Layout-Einstellungen  */
/* ================================================ */
#header {
	padding: 0px 0px 0px 0px;
	width: 100%;
}
#header-logo {
	text-align: left;
	padding-bottom: 5px;
	width: 200px;
}
#header-banner {
	text-align: left;
	BACKGROUND: url(/img/banner.jpg) no-repeat top right;	
	width: 100%;
}
#suche {
	margin-top: 10px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
#suche .innen {
	padding: 5px 3px 5px 15px;
}
#main {
	width: 100%;
	text-align: left;
	margin-top: 15px;
}
#main-content {	
	float: left;
}
.main-innen {	
	padding: 0px 0px 40px 12px;
}
#main-rechts {
	float: left;
	TEXT-DECORATION: none;
	overflow: hidden;
}
#main-rechts p {
}
#main-links {
	TEXT-DECORATION: none;
}
#main-links {
}
#main-links p{
}


/* =====   Footers  =====  */
#main-foot {
	width: 100%;
	padding: 10px 0px 10px 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%;
	margin-top: 10px;
	padding: 0px 0px 0px 0px;
}
#footer p{
	font-size: 0.9em;	
}
