body {
	color: #333333;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff  /*no-repeat right bottom fixed url(images/bg_rechts.png*/);
}

/* seitenweite */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	background: transparent url('images/bg02-white-left.png') no-repeat left top;
}

#menu-top {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 90%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:transparent url(images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span {	background-position:100% -42px; }

#wrapper-header {
	background: transparent url('images/bg.jpg') top center repeat-x;
}

#header {
	background: #eee url('images/logo.jpg') no-repeat center top;

}

#wrapper-header2 {
	background: transparent url('images/bgl.jpg') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('images/bgr.jpg') top right no-repeat;
}

#headercontent {
	margin: 0 20px;
	padding: 0;
	height: 192px;
	color: #fff;
	font-size: 16px;
}

#suche{
	font-size: 12px;	
}
#suche input{
	font-size: 14px;	
}
#suche submit{
	font-size: 14px;
	background: #ff6633;
}

#headertools{
	padding: 20px 0 5px 5px;
	font-size: 12px;	
}


#wrapper-content {
	background: transparent url('images/bg02-white-left.png') no-repeat left top;
}

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding: 5px 245px 5px 40px;
	/*text-align:justify;*/
}

a:link, a:visited { 
	color: #CC0000; 
	text-decoration: none; 
	}
a:hover{ 
	color: #990000; 
	text-decoration: none; 
	}

#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 20px 30px 3em 2em;
	background: #FFFFFF url('images/menu.png') no-repeat;
	text-align: left;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	padding: 0 0 0 30px;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { 
	color: #000000; 
	text-decoration:none;
}

#menu-page a:hover { 
	color: #ffffff; 
	background: #FF6600;
	text-decoration:none;	
}

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #e5f0fc;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
}

h1 { font-size: 130%; color: #003399; font-family:Geneva, Arial, Helvetica, sans-serif;}
h2 { font-size: 125%; color: #003366; font-family:Geneva, Arial, Helvetica, sans-serif;}
h3 { font-size: 120%; color: #000000; font-family:Geneva, Arial, Helvetica, sans-serif;}
h4 { font-size: 110%; color: #000000; }
h5 { font-size: 100%; color: #000000; }


img {
	border:none;
}


/*   css vom Formular       */
.required {
	color: #FF0000;
}
.field_title {
	vertical-align: top;
	text-align:right;
}
.textfield {
	width: 200px;
}
.textarea {
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 120%;
	font-weight: bold;
	padding-top: 20px;
	color: #666666;
	border-bottom:#666666 dotted 1px;

}
.select {

}
.checkbox_label {

	cursor: pointer;
}
.radio_label {

	cursor: pointer;
}
.email {

	width: 200px;
}
/*   css vom Formular       */

#bread a{
	text-decoration:underline;
}

.submit{
	background:#CC3300;
	color:#FFFFFF;
	border:1px dotted #666666;
}