:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none; padding:0;margin: 0; }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

body, div,p,li { background-repeat:no-repeat; }

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom:1em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{ }

a:focus { outline: none; }

a:hover { text-decoration:none; }

html {
	height: 101%;
	margin-bottom: 1px;
}

body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 100.01%;
	background-image:url(body_back.gif);
	background-repeat: repeat-x;	
}

#wrapper {
 	width: 850px;
 	margin: 0 auto;
 	margin-top: 0;
	color:#000;
	text-align:left;
}

a:link 		{ 	color:#c8c8c8;}
a:visited { 	color:#c8c8c8; }
a:focus 	{ 	color:#000; }
a:hover 	{ color: #000; }
a:active { 	color:#a8ae4e; }
a.current { color: #7492c1;}


#logo {
	top: 0;
	float: left;
	width: 266px;
}


#logo a {
	display: block;
	width: 266px;
	height: 553px;
	text-indent:-700em;
	background-image:url(logo.gif);
}


#bannerteaser {
	width: 550px;
	height: 120px;

}

#bannerteaser h1 {
   font-family: helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	margin-left: 15px !important;
	margin-left: 18px;
	color: #677279;	
}
#container {
	float: right;
	width: 550px;
}
#content {
	width: 550px;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: -10px;
	color: #677279;	
}


#navigation {
	margin: 63px 0 35px 0;
	display:block;
	font-family: helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	height:80px;	
}

#navigation UL {
  margin:0;
  list-style:none;
}

#navigation LI {
  height: 80px;
  float:left;
  margin:0;
  padding: 0 0 0 12px;
}

#navigation a {
  float:left;
  display:block;
  margin: 0;
  padding: 59px 20px 7px 8px;
  text-decoration:none;
  font-weight:bold;
  color: #f69e3a;
}

#navigation a:hover {
  color:#000;
}

#navigation li.current {
  background-image:url("left_on.gif"); 
  background-position: bottom left;    
}
#navigation li.current a {
  color: #677279;    
}

#cur {
  background-image:url("right_on.gif");
  background-position: bottom right;
   float:left;
   display:block;
 height:80px;

}

#footer {
  clear: both;
  display:block;
  border-top: 1px solid #f7ae59;
  padding:  0 0 60px  5px;
  width: 530px;
  color: #677279;	
  font-size: 11px;
  font-family: helvetica, sans-serif;
}

#footer p {
	margin:0;
	padding-top: 4px;
}

#footer p, 
#footer p a,
#footer p a:link {
	color: #677279;

}

#footer p a:hover {
	color: #000;
	text-decoration:none;
}

#footer .col-left {
	float:left;
	padding-left: 15px;	
}

#footer .col-right {
	float:right;
	padding-right: 15px;
}


#content a:link 	{color:#f69e3a;}
#content a:visited  {color:#f69e3a;}
#content a:focus 	{color:#000;}
#content a:hover 	{color: #000;}
#content a:active   {color:#f69e3a;}
#content a.current  {color: #f69e3a;}

h1 {
   font-family: helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
  	color: #f69e3a;
}


p {
	font-size: .8em;
	margin-left: 15px;
}


h2 {
color: #a8ae4e;
font-size: 12px;
font-weight: bold; 
}

h3 {
padding-bottom: 2px;
margin-left: 10px;
padding-left: 20px;
color: #a8ae4e;
font-size: 12px;
font-weight: bold;
border-bottom: 1px solid #f4f4f4;
background-image: url(pfeil.gif);
background-repeat: no-repeat;
background-position: left;
} 



#form-module {
	margin-left: 15px;
	padding:0px;
	width:520px;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size: .8em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;

}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:80px;
	font-size: .8em;
}

#form-module label.checkbox {
	width: 250px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:250px;
	border:1px solid #f4ac58;
   font-family: helvetica, sans-serif;
	font-weight: normal;
	font-size: .9em;	
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 95px;
	padding:2px 5px;
	width: 100px;
	border:1px solid #f4ac58;
	background-color:#fff;
	font-size: .8em;
	text-align:center;
	cursor:pointer;

}

#form-module input.submit:hover { 
	background-color:#fcde52;
	font-weight: bold;	
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
font-family: helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 2px;
  	color: #f69e3a;
} 


/**
* @package Zweispalter
* @name ZS CSS
* @author ZFeN - sven@zfen.de - http://www.zfen.de
* @version 1.0
*/

.zweispalter {
  width: 550px; 
}

.zweispalter_1 {
  width: 265px;
}

.zweispalter_2 {
  width: 265px;
  margin-left: 10px;
}

.zweispalter_1, 
.zweispalter_2 {
  float: left;
}

.clboth {  y
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}



#content ul {
	font-size: 12px;
	margin-left: 50px;
	list-style-image: url(orange.gif);
	margin-bottom: 10px;
}
#content ol {

	list-style-type:decimal-leading-zero;

}
