/* helper elements */
*{

margin:0;
padding:0;}
div .clearer {
	clear: both;
	overflow: hidden;
	height: 0;
}
/* layout-elemenete */
#frame {
	width:1000px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 1000px; /* so breit wie der frame aussen */
	background: #FFDC64;
}
#main {
	width: 100%;
	/* wenn du links die Spalte bis zum Boden unten mit einem Hintergrund versehen willst, dann sollte #main eine Hintergrund-Grafik erhalten. 
	denn die #leftCol geht nur so weit runter wie Inhalte drin sind */
}
#leftCol {
	float: left;
	width: 150px;
	height: 600px;
	margin-right: 20px;
	background: #ffdc64;
	background-color: #FFDC64;
}
#mainCol {
	float: left;
	width: 740px; /* 960 - 200 - 20 */
}
#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 2px solid #cccccc;
}
/* Header-Innereien */
#header .image {
	height: 120px;
}
#header .navi {
	padding: 5px 0;
	border-bottom: 2px solid #cccccc;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	width: auto;
}
#header .navi a, #header .navi a:visited {
	padding: 0 30px;
	color: #000000;
}
/* Innereien links/mitte */
#leftCol .inner {
	padding: 20px 10px 10px 20px; /* Inhalte sollen ja nicht am Rand kleben */
}
#mainCol .inner {
	padding: 20px 10px 20px 0; /* Inhalte sollen ja nicht am Rand kleben */
}
.body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	allign: right;
	font-size: 12px;
	font-color: #043056;
	color: #000033;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.headline {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	align: center;
  font-size: 16px
  font-color: #002200;
	text-decoration: none;
	font-weight: bold;
	color: #000066;
	font-size: 16px;
	line-height: normal;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
	text-align: center;	
  }
body {
	background-color: #FFFFCC;
}
.headline1 {	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	allign: center;
  font-size: 16px
  font-color: #002200;
	text-decoration: none;
	font-weight: bold;
	color: #000066;
	font-size: 16px;
	line-height: normal;
	font-style: normal;
	text-transform: capitalize;
	font-variant: normal;
}
a{
text-decoration:none;
}
a:visited{
	color: #0000CC;
}
a:activ{
	color: #0000CC;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000066;
	background-image: url(images/back_vollorange_ffdc64.jpg);
	text-align: right;
	vertical-align: baseline;
	margin-top: 0px;
	margin-bottom: 2px;
}
.navigationoben {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	background-image: url(images/back_vollorange_ffdc64.jpg);
	text-align: center;
	vertical-align: baseline;
	text-indent: 0px;
}
#headline {
	font-family: Arial, Helvetica, Univers, "Zurich BT";
	font-size: 4;
	color: #000099;
	font-weight: 900;
}
#lauftext {
	font-family: Arial, Helvetica, Universe, "Zurich BT";
	font-size: 3;
	line-height: 125%;
	color: #000099;
}
.titelwelcometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #000099;
}
.bodyKopie {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	allign: right;
	font-size: 12px;
	font-color: #043056;
	color: #000033;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 5;
}

