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

* 							{ margin:0px; padding:0px; border:none;}
body 						{ font:13px/20px "Tahoma", Verdana, Arial, Helvetica, sans-serif; color:#000;}

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

.noPrint					{ display:none;}


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

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

/* content */
div#contentContainer		{ width:100%;}
div#contentMain	 			{ width:100%;}
#contentMain h1 			{ font:bold 20px/25px Georgia, "Times New Roman", Times, serif; color:#000; text-transform:uppercase; margin-bottom:20px; border-bottom:1px solid #000;}
#contentMain h1 span.small	{ font:bold 12px/23px Georgia, "Times New Roman", Times, serif; color:#000; text-transform:none;}
#contentMain h1 strong		{ font:bold 14px/23px Georgia, "Times New Roman", Times, serif; color:#000; text-transform:none;}
#contentMain h2 			{ font:bold 13px/25px Georgia, "Times New Roman", Times, serif; color:#000; text-transform:uppercase; margin-bottom:10px; border-bottom:1px solid #000;}
#contentMain ul 			{ list-style-type:square; margin:0 0 20px 20px;}
#contentMain ul li			{ list-style-type:square; padding:0 0 5px 0;}
div.imageBox				{ float:left; margin:5px 0 20px 0;}
div.imageBox p				{ margin-bottom:0px; font-size:12px; padding:3px 0 0 10px;}
div.cmsImagesBox div		{ float:left;}
div.partnerBox img			{ display:none;}
div.partnerBox p			{ margin-bottom:0px;}
div.partnerBox a			{ text-decoration:none;}

/* sidebar */
div#contentSidebar	 		{ width:100%; margin-top:40px; padding-top:40px; border-top:1px solid #000;}
div#branding				{ display:none;}
div#contentSidebar h2 		{ display:none;}
div#contentSidebar p 		{ margin-bottom:5px;}

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


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

/* color and fonts */
.highlight1 				{ color:#A57400;}
.highlight2 				{ text-transform:uppercase;}

/* site-elements */
.image 						{ padding:2px; background:#fff; border:1px solid #1b5289;}
div#declaration 			{ width:auto; background:#eee; padding:20px 20px 0 20px; margin:0 0 20px 0; border:1px solid #ccc; font-size:11px;}
div#thanks 					{ width:auto; background:#eee; padding:20px 20px 0 20px; 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;}

