/* ================================================ */
/*  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: url(/radab/img/background_kachel.gif) repeat;
}
* {
	margin: 0px;
	padding: 0px;
}
img, form {
	BORDER-style: none;
}
select, input, textarea { 
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
}



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


/* ================================================ */
/* allgemeine Layout Einstellungen  */
/* ================================================ */
#global {
	position: relative;
}
#global-border {
}

.globalwidth {
	width: 760px;
}
.globalborderwidth {
	width: 772px;
}
.leftwidth {
	width: 179px;
}
.rightwidth {

}
/* =====  Maximale Breite des Main-Contents  =====  */
.contentwidth {
	width: 580px;
}
/* =====  Maximale Breite #main-innen  =====  */
.mainwidth {
	width: 560px;
}


/* ================================================ */
/*  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;
}


/* ================================================ */
/* Layout-Einstellungen  */
/* ================================================ */
#header {
	padding: 0px 0px 30px 0px;
	width: 100%;
}
#header-logo {
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 0.1px;
}
#header-rechts {
	font-size: 0.7em;
	width: 200px;
	text-align: right;
	padding: 0px 25px 0px 0px;
	float: right;
}
#header-rechts a {
	text-decoration: underline;
}
.dummylinks {
	padding: 0px 0px 500px 0px;
	width: 1px;
	float: left;
}


/* =====  Main  =====  */
#main {
	width: 100%;
	text-align: left;
}
#main-content {	
	float: right;
	display: inline;
}
.main-innen {	
	padding: 10px 0px 50px 20px;
}


#main-links {
	float: left;
}
#main-links .links-innen{
	margin-right: 18px;
}


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

