@charset "utf-8";
/* css document */

* 							{ margin:0px; padding:0px; border:none;}
html 						{ overflow-y:scroll; /* permanent scrollbar in Firefox */}
body 						{ font:12px/20px Verdana, Helvetica, sans-serif; color:#000;}

p   						{ margin-bottom:20px;}
a							{ color:#000; text-decoration:underline;}
 

/* -------------- */
/* layoutelements */
/* -------------- */
div#container 	    		{ width:98%;}

/* header */
div#header					{ display:none;}

/* content */
div#contentContainer		{ width:100%;}
div#contentMain	 			{ width:100%;}
#contentMain h1 			{ font-size:16px; margin-bottom:20px;}
#contentMain h2 			{ font-size:14px; margin-bottom:10px;}
#contentMain ul 			{ list-style-type:square; margin:0 0 20px 20px;}
#contentMain ul li			{ list-style-type:square; padding:0 0 10px 0;}

/* Accordion */
.toggler					{ cursor:pointer; border:1px solid #DBDBDB; padding:3px 6px; margin-bottom:10px; font-size:12px;}
.element div				{ padding:0 0 10px 0;}

/* CMS */
div.cmsBox					{ width:180px; float:left;}
div.cmsBox p				{ padding:0px 5px;}

/* sidebar */
div#contentSidebar	 		{ width:100%; border-top:1px solid #000; margin-top:20px; padding-top:30px;}
#contactBox h3				{ display:none;}
#contactBox h4				{ color:#000; padding:0 0 5px 0;}
#contactBox p				{ margin-bottom:0px;}
div#openBox					{ display:none;}


/* footer */
div#footer					{ display:none;}


/* ----------------------- */
/* classes ans other stuff */
/* ----------------------- */

/* site-elements */
.image 						{ padding:5px; background:#fff; border:1px solid #DBDBDB;}
div#declaration 			{ width:auto; background:#eee; padding:10px 15px 0 15px; margin:0 0 20px 0; border:1px solid #ccc; font-size:11px;}
div#thanks 					{ width:auto; background:#eee; padding:10px 15px 0 15px; margin:0 0 20px 0; border:1px solid #ccc;}
.pdf						{ padding:0 0 10px 26px; background:url(../images/icon-pdf.gif) no-repeat;}
.pdfText					{ font-size:11px; border-top:1px solid #808080; padding-top:20px; margin-top:30px;}

/* floats */
.clear		  				{ clear:both; font-size:0.0001em; line-height:0.00001em;}
.floatRight 				{ float:right;}
.floatLeft 					{ float:left;} 

/* margin */
.mT5 						{ margin-top:5px !important;}
.mT10 						{ margin-top:10px !important;}
.mT20 						{ margin-top:20px !important;}
.mT30						{ margin-top:30px !important;}
.mT40						{ margin-top:40px !important;}
.mT50						{ margin-top:50px !important;}

.mB0 						{ margin-bottom:0px !important;}
.mB5 						{ margin-bottom:5px !important;}
.mB10 						{ margin-bottom:10px !important;}
.mB20 						{ margin-bottom:20px !important;}
.mB30 						{ margin-bottom:30px !important;}
.mB40 						{ margin-bottom:40px !important;}
.mB50 						{ margin-bottom:50px !important;}

.mL5 						{ margin-left:5px !important;}
.mL10 						{ margin-left:10px !important;}
.mL20 						{ margin-left:20px !important;}
.mL30 						{ margin-left:30px !important;}
.mL40 						{ margin-left:40px !important;}
.mL50 						{ margin-left:50px !important;}

.mR5 						{ margin-right:5px !important;}
.mR10 						{ margin-right:10px !important;}
.mR20 						{ margin-right:20px !important;}
.mR30 						{ margin-right:30px !important;}
.mR40 						{ margin-right:40px !important;}
.mR50 						{ margin-right:50px !important;}

