/* DE  - Design.css*/

/* Formatierung von HTML-Elementen */

*			{
padding:0px;
margin:0px;
}

img {
border:none;
}



html			{height:100%;}
  
body			{
			height:100%;
			font-family:verdana;
			font-size:11px;
			line-height:150%;
			color:#373737;
			}
			
table                {
			padding:0;
			font-size:11px;
			}
			
table td             {
			padding:2px;
			font-size:11px;
			}

th                   	{
			margin:0;
			padding:0;
			font-size:11px;
			}

form                 {
			margin:0;
			padding:0;
			}


/* Eingabefelder */

input, textarea, select 				{
								color: #000;
								background:#eee;
								border:1px solid #C08F02;
								padding:2px;
								}

input:focus, textarea:focus, select:focus 		{
											color: #000;
											background: #fff;
											}



/* Links */

a                    		{
				color:#00616b;
				text-decoration:none;
				}
				
a:hover              	{
				color:#00616b;
				text-decoration:underline;
				}


/* Listen */

ul      			{
				margin-left:16px;
				padding:0px;
				list-style-type:disc;
				}
				
ol      		   	{
				margin-left:16px;
				padding:0px;
				list-style-type:decimal;
				}


/* Horizontale Linie */

hr                   		{
				background-color:#6fa2a2;
				color:#6fa2a2;
				height:1px;
				border-style:none;
				margin:5px 0;
				}
 

/* Überschriften */

h1                   		{font-size:18px; margin:0; padding:0; font-weight:bold; color:#C08F02;line-height:20px;padding:0px 0px 15px 0px;font-weight:normal;}
h2                   		{font-size:15px; margin:0; padding:0; font-weight:bold; color:#C08F02;line-height:18px;}
h3                   		{font-size:11px; margin:0; padding:0; font-weight:bold; color:#C08F02;line-height:16px;}
h4                   		{font-size:11px; margin:0; padding:0; font-weight:bold; color:#616161;line-height:12px;}
h5                   		{font-size:9px;  margin:0; padding:0; font-weight:bold; color:#373737;}
h6                   		{font-size:7px;  margin:0; padding:0; font-weight:bold; color:#373737;}


/* Blöcke */
.clear			{
				clear:both;
				}
				
#wrapper		{
				margin:0 auto;
				width:990px;
				height:100%;			
				}
  
#wrapper2		{
				width:990px;
				min-height:100%;
				height:auto !important;
				height:100%;
				background:url(/bund-dossiers/layout/img/bund-verlag-content.gif) repeat-y;				
				}
			
#top			{
				background:url(/bund-dossiers/layout/img/kurzarbeit/bund-verlag-header.gif) no-repeat;
				height:150px;
				width:990px;
				}
						
			
.blockContent		{
					margin:8px 0 0 18px;
					width:586px;
					float:left;
					display:inline;
					padding:0 8px 90px 8px;
					}
	
.blockContent a		{
	font-weight:bold;
	color:#CEA101;
}
	
#start .blockContent a		{
	font-weight:bold;
	color:#CEA101;
}
													
#start .blockContent 		{
					margin:8px 0 0 0;
					width:586px;
					float:left;
					display:inline;
					padding:0 8px 0px 8px;
					}
					
* html #start .blockContent {
	width:584px;
	padding:0 4px 0px 8px;
}
					
#breit .blockContent		{
					margin:8px 0 0 0;
					width:760px;
					float:left;
					display:inline;
					padding:0 8px 200px 8px;;
					}
					
.blockRight			{
					float:left;
					width:190px;
					margin:0;
					display:inline;
					padding:0;
					}
					
.blockLeft			{
					float:left;
					width:190px;
					margin:0 8px 0 0;
					display:inline;
					padding:0;
					min-height:100px;
					height:auto !important;
					height:100px;
					}

#clearbottom		{
					clear:both;
					}
					
#footerinnen		{
				height:100px;
				width:990px;
				background:url(/bund-dossiers/layout/img/bund-verlag-footer.gif) no-repeat;
				position:absolute;
				overflow:hidden;
				margin:-99.9px 0 0 0;
				text-align:center;
				}
				
/*Allgemeine Elemente des oberen Bereiches */

#top h1		{
			padding:43px 0 0 30px;
			width:170px;
			float:left;
			}
			
#top h1 img	{
			border:none;
			}
			
#top h1 a		{
			text-decoration:none;
			display:block;
			height:78px;
			width:170px;
			background:url(/bund-dossiers/layout/img/kurzarbeit/logo-bund-verlag.gif) bottom left no-repeat;
			}
			
#top h1 a span	{
			font-size:11px;color:#C08F02;
			margin: 0 0 0 10px;
			font-weight:normal;
			display:none;
			}
			    
#top h2		{
			margin:10px 25px 0 0;
			float:right;
			font-size:15px;
			line-height:19px;
			color:#fff;
			font-weight:normal;
			}	
			
#top h2 a		{
			text-decoration:none;
			color:#fff;
			display:block;
			height:19px;
			width:300px;
			background:url(/bund-dossiers/layout/img/kurzarbeit/ein-unternehmen-der-bundverlagsgruppe.gif) bottom right no-repeat;
			}

#top h2 a span		{
				display:none;
				}				
					
#top div a	{
			float:right;
			margin:25px 80px 0 0;
			padding:0px;
			}	

#top div a img	{
			border:none;
			}	



/* Allgemeine Elemente des Inhaltsbereiches */

.blockContent ul      				                     	{
											list-style-type:disc;
											color:#373737;
											/*padding:3px 0 12px 16px;*/
											padding: 10px;
											margin: 10px;
											}
											
.blockContent ol      		   				{
											list-style-type: number;
											color:#373737;
											padding:3px 0 12px 16px;
											} 

.blockContent .elementSitemap     				{
											float:left;
											width:250px;
											display:inline;
											}

.blockContent .elementHeadline                     	{
											margin:0px 0px 8px 0;
											}
											
.blockContent .elementHeadline h1            		{}

.blockContent .elementSubline                      		{
											margin:0px 0px 3px 0;
											}
											
.blockContent .elementSubline h2                   	{}

.blockContent .elementText					{
											margin:0px;
											padding:0px 0px 16px 0;
											}
											
.blockContent .elementText h2, h3, h4, h5, h6	{
											margin:0px;
											padding:0px 0px 6px 0px;
											}
											
.blockContent .elementText li                      		{
											line-height:150%;
											color:#373737
											}


.blockContent .Newsletterliste hr                    {margin:10px 0;}
.blockContent .Newsletterliste h2                    {padding:0 0 6px 0;font-size:13px}
.blockContent .Newsletterliste h2 a                   {color:#C08F02;text-decoration:none;}

.blockContent .elementList                         {margin:0px; padding:0px 0px 8px 0;}
 
.blockContent .elementStandard                     {margin:0px; padding:0px 4px 4px 0;}
.blockContent .elementStandard p                   {}
.blockContent .elementStandard li                  {}

.blockContent .elementPicture                      {margin:0px; padding:4px 11px 11px 0;}
.blockContent .elementPicture img                  {}
.blockContent .elementPictureLeft			             {float:left; margin:0px; padding:4px 11px 11px 8px;}
.blockContent .elementPictureLeft img              {}
.blockContent .elementPictureRight		             {float:right; margin:0px; padding:4px 0px 11px 11px;}
.blockContent .elementPictureRight img             {}

.blockContent .elementLink                         {margin:0px; padding:0px 0px 0px 0;}
.blockContent .elementLink a                       {}

.blockContent .elementFormular                     {}
.blockContent .elementFormular .text               {line-height:150%;padding:2px;}
.blockContent .bild-inhalt-rechts               {margin:2px 0 5px 10px;border:1px solid #00616b;}
.blockContent .bild-inhalt-links               {margin:2px 10px 5px 0;border:1px solid #00616b;}

.blockContent .textBoldListe		        	    {font-weight:bold; color:#000000;margin:8px 0 10px 0}
.blockContent .imgListe					{float:left;margin:0px 10px 0px 0px}
.blockContent .imgListe	img				{border:1px solid #00616b;}
.blockContent .hrListe					{clear:both;height:10px;border-bottom:1px solid #ABCACD;}
.blockContent .spalte 					{float:left;width:225px;padding:0px 25px 0px 0px}

/* Linker Block */
.elementLeft                                        {background:url(/bund-dossiers/layout/img/graublock-links-oben.gif);width:180px;margin:14px 0 0 12px;display:inline;float:left;line-height:180%;}
.elementLeftBottom                            {background:url(/bund-dossiers/layout/img/graublock-links-unten.gif) bottom;width:180px;height:11px;}

.elementLeftStandard                        {padding:15px 12px 0 20px;}
.elementLeftStandard a                       {color:#373737;}

/* Rechter Block */
.elementRight                                        {background:url(/bund-dossiers/layout/img/graublock-oben.gif);margin:3px 0;}
.elementRightBottom                            {background:url(/bund-dossiers/layout/img/graublock-unten.gif);width:255px;height:18px;}

.elementCenter                                       {background:url(/bund-dossiers/layout/img/graublock-mitte-oben.gif) no-repeat;margin:3px 0;}
.elementCenterBottom                            {background:url(/bund-dossiers/layout/img/graublock-mitte-unten.gif)left bottom no-repeat;width:500px;height:14px;}
.elementCenterStandard                        {padding:15px 12px 0 12px;}

.elementRightStandard                        {padding:15px 12px 0 12px;}
.elementRightStandard a                       {color:#373737;}

.buchempfehlung							{margin:8px 0 0 0;}
.buchempfehlung	.bild					{float:left;width:45px;margin:0 10px 0 0;}
.buchempfehlung	.text					{float:left;width:175px;}
.buchempfehlung	.preis					{float:left;width:65px;}
.buchempfehlung	.link					{float:left;width:105px;text-align:right;}
.buchempfehlung	.link a					{text-decoration:none;}
.buchempfehlung	.link a:hover			{text-decoration:underline;}
.buchempfehlung img						{border:1px solid #227878;}
.buchempfehlung a						{text-decoration:none;}

/* Sonstige Elemente */

.editButton                                        {position:absolute; z-index:10; left:170px; top:100px;width:118px;height:20px;}

/* Kontaktformular */
.elementForm 					{
								margin:10px 0;
								}

.elementForm  .links				{
								float:left;
								width:300px;
								}
								
.elementForm  .rechts			{
								float:left;
								width:300px;
								}

.elementForm label.left			{
								float: left;
								text-align: right;
								width:80px;
								margin:5px 15px 5px 0;
								}
								
.elementForm input				{
								margin:5px 15px 5px 0;
								width:180px;
								}
								
.elementForm input.zip			{
								margin:5px 4px 5px 0;
								width:40px;
								}
								
.elementForm input.city			{
								margin:5px 5px 5px 0;
								width:130px;
								}
								
.elementForm input.button			{
								margin:5px 5px 5px 0;
								width:120px;
								cursor:pointer;
								}
								
.elementForm textarea				{
								margin:5px 15px 5px 0;
								width:480px;
								height:150px;
								}
								
.elementForm form br 				{
								clear: both;
								}
								
.elementForm .submitLink {
	background:#eeeeee;
	padding:7px 20px; 
	border:1px solid #00616b;
}

.elementForm .submitLink:hover {
	background:#eeeeee;
	padding:7px 20px; 
	border:1px solid #00616b;
	text-decoration:none;
}		
.formCaption {width:50px}

/* Shop */

.produkt						{
								margin:8px 0 24px 0;
								width:500px;
								padding:0 0 23px 0;
								border-bottom:1px solid #cadee0;
								}
								
.produkt .bild					{
								float:left;width:100px;
								}
								
.produkt .text					{
								float:left;
								width:400px;
								}
								
.produkt .text h3				{
								color:#00616b;
								font-size:12px;
								}
								
.produkt .text h4				{
								color:#000000;
								font-weight:normal;
								}
								
.produkt .text .detail			{
								float:left;
								margin:8px 30px 0 0;
								width:80px;
								font-weight:bold;
								}
								
.produkt .text .preis			{
								float:left;
								margin:8px 30px 0 0;
								font-weight:bold;
								}
								
.produkt .text .warenkorb		{
								float:right;
								font-weight:bold;
								margin:8px 0 0 0;
								}


.produktkurzinformationen				{
										margin:12px 0;
										}

.produktkurzinformationen p				{
										margin:8px 0;
										}
										
.produktkurzinformationen .bild			{
										float:left;
										width:160px;
										margin:0 10px 0 0;
										}
										
.produktkurzinformationen .bild img		{
										border:1px solid #00616b;
										}

.produktkurzinformationen .text h3		{
										color:#00616b;
										font-size:12px; 
										}
										
.produktkurzinformationen .text h4		{
										color:#000000;
										font-weight:normal;
										}

.produktkurzinformationen .text			{
										float:left;
										width:320px;
										margin:0;
										}
										
.produktkurzinformationen .text .detail			{
												margin:8px 30px 0 0;
												font-weight:bold;
												color:#00616b;
												}
												
.produktkurzinformationen .text .warenkorb		{		
												font-weight:bold;
												margin:8px 0 0 0;
												}
												
.produktkurzinformationen .text input.warenkorb	{
												border: none;
												padding: 0;
												font-weight:bold;
												margin:8px 0 0 0;
												}


.logout {
	position:absolute;
	top:0px;
	width:600px;
	color:#ffffff;
	margin:10px 20px;
}

.logout a {
color:#ffffff;
background:url(/bund-dossiers/layout/img//logout.gif) top right no-repeat;
padding: 2px 20px 2px 0px;
}

.PictureFloatRight {
	float:right;
	margin:0px 0px 15px 15px;
}

.PictureFloatRightBorder {
	float:right;
	margin:0px 0px 15px 15px;
	border:1px solid #00616b;
}


.PictureFloatLeft {
	float:left;
	margin:0px 15px 15px 0px;
}

.PictureFloatLeftBorder {
	float:left;
	margin:0px 15px 15px 0px;
	border:1px solid #00616b;
}


#breadcrumb {
	margin:5px 2px;
	text-indent:7px;
	width:500px;
	float:left;
}

ul#print	{
	float:right;
	width:240px;
	margin:0 15px 0 0;
	display:inline;
	}
	
ul#print li	{
	display:block;
	float:left;
	padding:6px 0 6px 20px;
	}
	
ul#print li.druck	{
	background:url(/bund-dossiers/layout/img/print-page.gif) left 50% no-repeat;
	margin:0 16px 0 0;
	}
	
ul#print li.send	{
	background:url(/bund-dossiers/layout/img/send-page.gif) left 50% no-repeat;
	}

/*Druckvorschau + Weiterempfehlen */
#todo-printpreview	{
	text-align:right;
	margin:-25px 20px 8px 0;
	}
	
.adresse	{
	float:left;
	width:200px;
	margin-left:10px;
	}
	
.telefon	{
	float:left;
	width:150px;
	}
	
.web		{
	float:left;
	width:200px;
	}
/* XTC */

a.cart_link {
	color:#00616b;
	}

a.cart_link:hover {
	text-decoration:none;
	}

.gruen {
		color:#00616b;
}

p {margin:0px 0px 10px 0px}

#no_border { 
			border:none;
			padding:0;
			margin: 0;
			}

/* Reverse Cross Selling */

.reverse_cross_selling {
						float:left;
						width:250px;
						border:1px;
				}	
							
.reverse_cross_selling h3 {
						color:#00616b;
						font-size:12px;
				}	
				
.reverse_cross_selling a.details {
						padding:5px 0px;
						color:#00616b;
						font-size:12px;
						font-weight:bold;
				}					

.reverse_cross_selling .image {
						float:left;
						margin: 0 20px 0 0;
				}	
				
.reverse_cross_selling .image img {
						border:1px solid #00616b;
						display:inline;
				}	
							

.reverse_cross_selling .text {
						float:left;
						width:120px;
						border:1px;
						}	

/* Cross Selling */

.cross_selling {
						float:left;
						width:250px;
						border:1px;
				}	
							
.cross_selling h3 {
						color:#00616b;
						font-size:12px;
				}	
				
.cross_selling a.details {
						padding:5px 0px;
						color:#00616b;
						font-size:12px;
						font-weight:bold;
				}					

.cross_selling .image {
						float:left;
						margin: 0 20px 0 0;
				}	
				
.cross_selling .image img {
						border:1px solid #00616b;
						display:inline;
				}	

.cross_selling .text {
						float:left;
						width:120px;
						border:1px;
						}	

/* Products Media */

.products_media {
						width:500px;
						border:1px;
						margin:5px 0px;
						padding:10px 0px;
						border-top:1px solid #abcbce;
				}
.products_media_header {
						border:0px;
						margin:0;
						padding:5px 0px;
}

.products_media dt {
							float:left;
							width:250px;
							border:1px;
					}
					
.products_media dd {
							float:left;
							width:100px;
							border:1px;
					}	
					
					
/* Product Listing */

.product_listing {
						width:500px;
						border:1px;
						margin:5px 0px;
						padding:10px 0px;
						border-top:1px solid #abcbce;
				}
				
.product_listing .image {
						float:left;
						margin: 0 20px 0 0;
				}	
				
.product_listing .image img{
						border:1px solid #00616b;
						display:inline;
				}	


.product_listing h2 {
						font-size:13px;
					}
					
.product_listing h3 {
						font-size:11px;
					}

.product_listing .text {
						width:397px;
						float:right;	
				}					
					
/* Categorie Listing */

.categorie_listing {
						width:500px;
						border:1px;
						padding:10px 0px;
						border-top:1px solid #abcbce;
						margin:15px 0px;
				}
				
.categorie_listing .image {
						float:left;
						border:1px;
						margin: 0 20px 0 0;
						border:1px solid #00616b;
				}	
				
.categorie_listing .text {
						width:300px;
						float:right;	
				}


.categorie_listing h2 {
						font-size:12px;
					}
					
/* New Products */

.new_products {
						width:500px;
						border:1px;
						margin:20px 0px 5px 0px;
						padding:15px 0px;
						border-top:1px solid #abcbce;
				}
				
.new_products .image {
						float:left;
						margin: 0 20px 0 0;
				}
				
				
.new_products .image img {
						border:1px solid #00616b;
						display:inline;
				}	


.new_products h2 {
						font-size:12px;
					}			
					
.new_products .text {
						width:397px;
						float:right;	
				}		
				
.new_products_startseite {
						margin:20px 0px 5px 0px;
						padding:15px 0px;
						border-top:1px solid #abcbce;
				}

.new_products_startseite p {
						height:70px;
						width:150px;
						font-weight:bold;
						color: #00616b;
						overflow:hidden;
				}

.new_products_startseite div.text {
						float:left;
						width:150px;
						margin: 0 12px 0 0;
						
				}
				
.new_products_startseite .image {
						float:left;
						height:260px;
						
				}
				
				
.new_products_startseite .image img {
						border:1px solid #00616b;
						display:inline;
				}	


.new_products_startseite h2 {
						font-size:12px;
					}			
					
.new_products_startseite .text {
						width:397px;
						float:right;	
				}	


/* Pagination */				

.pagina {
margin:10px 0px;
} 

.pagina .left {
width:275px;
float:left;
}

.pagina .right {
width:225px;
float:right;
text-align:right;
}

.editbutton {position:absolute;}
 
.boxTextBGII {
background:#abcacd;
}


/* Filetypes */	
/*ACHTUNG LOGOPFAD ANPASSEN*/

/*#############################################################*/

a.pdf {
color:#00616b;
font-weight:bold;
background:url(/shop/admin/images/icons/icon_pdf.gif) center left no-repeat;
padding: 3px 0px 3px 23px;
}

a.download {
color:#00616b;
font-weight:bold;
background:url(/shop/templates/xtc4/img/button_download-300dpi.gif) center left no-repeat;
padding: 3px 0px 3px 23px;
margin:0px 2px;
}

div#extendedsearch {
display:none;
}

#myboom {margin:0px 0px 20px 0px;}
#myboom a.logo {display:block;width:140px;height:70px;background:url(/bund-dossiers/layout/img/impressum-myboom-logo.gif) top left no-repeat;}
#myboom a.logo:hover {display:block;width:140px;height:70px;background:url(/bund-dossiers/layout/img/impressum-myboom-logo.gif) bottom left no-repeat;}
#myboom a.logo span {display:none}


.errorBox {padding:5px;font: normal normal normal 11px Verdana, sans-serif;border:1px solid #dedede;background-color: #ffb3b5;}

img.border {border:1px solid #00616B;padding:2px;background-color: #eeeeee;}

checkbox, radio {
	border:none
}

/* Änderungen Ts Dossiers */

.bottom_content_left {
	width: 40%;
	float: left;	
	}
	
.bottom_content_right {
	width: 35%;
	float: left;
	}
	
.top_content_left {
	width: 30%;
	float: left;	
	}
	
.top_content_right {
	width: 70%;
	float: left;
	}
	
.submit {
	cursor:pointer;
	}

.formular label.formmain {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:40px;	
	text-align:left;
	width:200px;
	}
.formular form br 	{
	clear: both;
	margin-top:11px;
	margin-bottom:11px;
	}	
	
.formular input{
	background:#FFF;
	}

.formular select{
	background:#FFF;
	}
	
.formular select:focus {
	background:#fff;
	}
	
input.pflichtfeld {
	background:#e4e4e4;
	}
	
input.pflichtfeld:focus {
	background:#fff;
	}
	
input.submit {
	border:none;
	}

input.checkbox {
	border:none;
	width:15px;
	}
	
input.radio {
	border:none;
	width:15px;
	}	
	
#goldender_block {
	height:227px;
	width:990px;
	background:url(/bund-dossiers/layout/img/kurzarbeit/goldener-block.gif);
}

#goldender_block h1 {
	padding:20px 20px 10px 213px;
	font-size:70px;
	font-weight:bold;
	line-height:120px;
	color:#ffffff;
}

#goldender_block p {
	padding: 0 70px 0 12px;
	float:right;
	width:703px;
	line-height:150%;
	font-size:16px;
	color:#ffffff;
}

#goldender_block a {
	font-weight:bold;
	line-height:150%;
	font-size:18px;
	color:#cc071e;
}

#goldender_block img {
	float:left;
	padding: 19px 0 0 20px;
}


#goldender_block_unten {
	height:auto;
	margin: 0 0 100px 0;
	background:url(/bund-dossiers/layout/img/kurzarbeit/goldener-block-unten.gif);
}


/* FF2 */
#goldender_block_unten, x:-moz-any-link {
	padding: 0 0 100px 0;
}

#goldender_block_unten, x:-moz-any-link, x:default {
	padding:0;
}

/* Opera 9 */ 

#goldender_block_unten h1 {
	padding:60px 20px 0px 210px;
	font-size:24px;
	font-weight:bold;
	line-height:52px;
	color:#ffffff;
}

#goldender_block_unten ul {
	font-size:14px;
	width:600px;
	padding:0px 0 0 210px;
	line-height:150%;
	color:#ffffff;
	
}

#start .blockContent  h1 {
	padding: 0;
	margin: 0;
	font-weight:bold;
	font-size:18px;
	line-height:130%;
}

#start .blockContent  h2 {
	line-height:120%;
	font-size:12px;
}

#start .blockContent p {
	margin:0;
	padding: 8px 0 0px 16px;
	line-height:150%;
	font-size:11px;
}

#start .blockContent  h3 {
	line-height:120%;
	font-size: 41px;
}

#goldender_block_unten .bestellen {
	padding:60px 220px 0px 220px;
}

#goldender_block_unten .bestellen h1 {
	color: #C08F02;
	padding:20px 20px 0px 0px;
	font-size:24px;
	font-weight:bold;
	line-height:52px;
}

#goldender_block_unten .bestellen  a{
	font-weight:bold;
	color:#C08F02;
}

.button_bestellen, .button_bestellen:focus  {
	margin: 0 0 0 150px;
	width:242px;
	height:38px;
	background:url(/bund-dossiers/layout/img/button_bestellen.gif);
	border:none;
	cursor: pointer;
}

.button_confirm_success, .button_confirm_success:focus  {
	margin: 0 0 0 20px;
	width:242px;
	height:38px;
	background:url(/bund-dossiers/layout/img/button_bestellen.gif);
	border:none;
	cursor: pointer;
}

.button_aendern, .button_aendern:focus  {
	margin: 0 0 0 0px;
	width:242px;
	height:38px;
	background:url(/bund-dossiers/layout/img/button_aendern.gif);
	border:none;
	cursor: pointer;
}


#goldender_block_unten .error_information h3 {
	margin:15px 0 0 0;
	font-size:24px;
	color:#d00707;
	font-weight:bold;
}


#goldender_block_unten .error_information ul {
	margin:15px 15px 30px 15px;
	padding:0;
}

#goldender_block_unten .error_information li {
	padding:0 0 0 15px;
	font-size:14px;
	color:#d00707;
	font-weight:bold;
}

.dossier_titel {
	padding:10px 10px 0px 0px;
}

.checkbox {
	border:none;
	background:none;
}

.autor_koehler {
	border-top: 2px solid black;
	width: 170px;
	text-align: right;
	padding: 5px
}

*+ html .autor_koehler {
	margin-top:-2px;
}

* html .autor_koehler {
	margin-top:-2px;
}

#startseite strong {
	font-weight:bold;
	color:#C08F02;
}
img.dossier {
	margin: 40px 0 0 0;	
}

.technische-hinweise {
	background-color: #f0f0f0;
}
