body {
	background: #FFFFFF ;
	margin: 0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 12px;
	/*font-size: 0.9em;*/
  	color: #000;

}
a:link, a:visited, a:active {
	color: #047C0D;
	text-decoration: dotted;
}
a:hover {
	color: #2FA337;
	text-decoration: dotted;
}

a img {border:0;}

hr {
	margin: 5px 0px 5px 0px;
	color: #6B2A19;
	border: 0;
	border-top: 1px dotted #8FD8F9;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6, strong {color: #2FA337;}
p {margin:0;}


h1 {
	margin:10px 0 6px 0;
	font-size: 18px;
}

h2 {
	margin:10px 0 4px 0;
	font-size: 16px;

}

h3 { margin:10px 0 4px 0;
	font-size: 14px;
}

h4 {
	margin:10px 0 0 0;
	font-size: 1em;

}

h5 {
	margin:10px 0 0 0;
	font-size: 0.9em;
}

h6 {
	margin:3px 0 0 0;
	font-size: 0.75em;
}


form {margin: 0;}



li {
	padding-bottom: 0px;
}

ul {
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;
	list-style-type: square
}

ol {

	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;
}


blockquote{
	background-color:#022B57;
	padding: 3px;
	border-left: 2px solid #2FA337;
	margin: 3px 0 20px 0;
	
}

pre, .code {
	color: #8FDAFA;
	padding: 6px 0 20px 6px;
	border-top: 1px solid #3384AD;
	border-right: 1px solid #3384AD;
	border-bottom: 1px solid #3384AD;
	border-left: 6px solid #3384AD;
	background-color: #ffffff;
	margin: 3px 0 20px 0;

	font-size:1em;
	overflow:auto;
	line-height:2.2em;
}

address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #3384AD;
	font-style: normal;
	font-weight: bold;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
   width: 100%;
   min-height:99%;
   margin: 0 auto 0 auto;
   padding: 0;

}

#header {
	display:none;
}
* html #header {clear:both;height:100px;} /* ie6 misbehaves again */

#pageheader {margin:0px 0px 0px 0px;}

#breadcrumbs {
	height:0px;
	background:#FFFFFF;
	clear:both;
}
#breadcrumbs span {
	background: transparent url(img/link.gif) no-repeat;
	padding: 0px 0px 0px 0px; font-weight: bold; }

#breadcrumbs a {
	border-bottom: 1px dotted #2FA337;
	text-decoration: none;
}
#breadcrumbs a:hover {border-bottom: 1px solid #2FA337;}

#breadcrumbs .menu-current a{
	color: #FFFFFF;
}

#section_anchor{ display:none;
}
.feedback { display:none;
}
.feedback_intro{ display:none;
}
#formulaire{ display:none;
}
.star-rating{ display:none;
}
.rated_text{ display:none;
}
.question{ display:none;
}
.noscript{ display:none;
}

#infobox { display:none;
}

#content { /* main content from the WYSIWYG goes in here */
	margin: 0px 360px 0 10px;
	padding: 4px 10px 14px 0;
	clear: left;
	background: transparent;

}
* html #contentbox #content {text-align:left;} /* ie6 misbehaves */
* html #contentbox #content table {width: 80%;} /* ie6 fix to stop tables being pushed below floats */

.clearcontent {height:20px; clear:both}

#footerbox {display:none;
}
#footer {display:none;

}

#footer span{display:none;
}

#navContainer {height:68px; display:block;clear:both; background: transparent url(img/menue-bg1.jpg) repeat-y;}

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {display:none;
}

/* Header menu */
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}
#nav {display:none;
}
#nav ul {display:none;
}

/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Customise the Login Box */
#login-box {display:none;}
.username {display:none;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:20px ;}

#login-box input {display:none;}

/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */
.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */
/*Suche*/
#searchesa{display:none;}
#infobox .searchform {display:none;}
#infobox .searchform p { display:none;}
#infobox .searchform input.textbox {display:none;}
#infobox .searchform input.button {display:none;
}
/*Ende Suche*/
/*Footer*/
#footer-teil {display:none;}
#footer-teil h3{display:none;}
#footer-teil ul {display:none;}
#footer-teil li a {display:none;}
#footer-teil  a {display:none;}
#footer-teil .teil1, .teilmitte {display:none;}
#footer-teil .teil1 p {display:none;}
#footer-teil .teilmitte h3 {display:none;}
#footer-teil .teilmitte {display:none;}
#footer-teil .copyright {display:none;	}