/* 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;
			}

pre {
	border:1px solid #00616b;
	background: #c7dcde;
}

/* Eingabefelder */

input, textarea, select 				{
								color: #000;
								background:#eee;
								border:1px solid #00616b;
								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:#036468;line-height:18px;padding:0px 0px 10px 0px;font-weight:normal;}
h2                   		{font-size:15px; margin:0; padding:0; font-weight:bold; color:#036468;line-height:18px;}
h2.subhead            {font-size:13px; margin:0; padding:0; font-weight:bold; color:#000000;line-height:18px;}
h3                   		{font-size:11px; margin:0; padding:0; font-weight:bold; color:#000;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;
				}

#login-top {
	background:url(/bund-online/wLayout/design/img/bg-login-top.gif) center top no-repeat #DEDEDE;
	width:965px;
	height:42px;
	padding:8px 0 5px 25px;
	color:#fff;
	font-weight:bold;
	font-size:13px;
}

*html #login-top {
	background:url(/bund-online/wLayout/design/img/bg-login-top.gif) center top no-repeat #DEDEDE;
	width:965px;
	height:27px;
	padding:7px 0 15px 25px;
	color:#fff;
	font-weight:bold;
	font-size:13px;
}

#login-top div {
	float:left;
	margin:0 15px 0 0;
	line-height: 25px;
}

#login-top span a:hover {
	text-decoration: 0;
}


*html #login-top div {
	float:left;
	margin:0 10px 0 0;
}

#login-top div.last {
	float:left;
	margin:0;
	margin-right:5px;
}

#login-top div.arrow {
	float:left;
	background:url(/bund-online/wLayout/design/img/arrow-white-login.gif) left top no-repeat;
	padding:0 0 0 13px;
}


#wrapper		{
				margin:0 auto;
				width:990px;
				height:100%;
				}

#wrapper2		{
				width:990px;
				min-height:100%;
				height:auto !important;
				height:100%;
				background:url(/bund-online/wLayout/design/img/bund-verlag-content.gif) repeat-y;
				}


#startseite #wrapper2		{
				background:url(/bund-online/wLayout/design/img/bund-verlag-content-weltall.jpg) repeat-y;
				}

#top			{
				background:url(/bund-online/wLayout/design/img/bund-verlag-header.gif) no-repeat;
				height:135px;
				width:990px;
				}

#top-igbce			{
				background:url(/bund-online/wLayout/design/img/bund-verlag-header-igbce.gif) no-repeat;
				height:135px;
				width:990px;
				}

				#top-igbce-haltern			{
								background:url(/bund-online/wLayout/design/img/bund-verlag-header-igbce-haltern.gif) no-repeat;
								height:135px;
								width:990px;
								}				

#top div {
	text-align:right;
	float:right;
	margin:23px 0px 0px 0px;
	padding:0px 65px 0px 0px;
	width:470px;
}

.blockContent		{
					margin:10px 0 0 0;
					width:659px;
					float:left;
					padding:0 8px 80px 0;
					}

.blockLeft			{
					float:left;
					width:255px;
					margin:0 16px 0 0;
					padding:0 0 80px 16px;
					}

*html .blockLeft			{
					float:left;
					width:255px;
					margin:0;
					padding:0 0 80px 16px;
					}

#clearbottom		{
					clear:both;
					}

#footerinnen		{
				height:80px;
				width:990px;
				background:url(/bund-online/wLayout/design/img/bund-verlag-footer.gif) no-repeat;
				position:absolute;
				overflow:hidden;
				margin:-79.9px 0 0 0;
				text-align:center;
				}


/*Allgemeine Elemente des oberen Bereiches */

#top h1		{
			padding:43px 0 0 30px;
			width:360px;
			float:left;
			}

#top h1 img	{
			border:none;
			}

#top h1 a		{
			text-decoration:none;
			display:block;
			height:78px;
			width:300px;
			background:url(/bund-online/wLayout/design/img/logo-bund-digital.gif) bottom left no-repeat;
			}

#top h1 a span	{
			font-size:11px;color:#3a8689;
			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-online/wLayout/design/img/eine-marke-der-bundverlagsgruppe.gif) bottom right no-repeat;
			}

#top h2 a span		{
				display:none;
				}




/* Allgemeine Elemente des Inhaltsbereiches */

.blockContent ul      				                     	{
											list-style-type:disc;
											color:#373737;
											padding:3px 0 12px 16px;
											}

.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 .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:#036468;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-online/wLayout/design/img/graublock-links-oben.gif);width:180px;margin:14px 0 0 12px;display:inline;float:left;line-height:180%;}
.elementLeftBottom                            {background:url(/bund-online/wLayout/design/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-online/wLayout/design/img/graublock-oben.gif) repeat-y;;margin:3px 0;}
.elementRightBottom                            {background:url(/bund-online/wLayout/design/img/graublock-unten.gif); width:255px;height:18px;}

.elementRightSearch                                        {background:url(/bund-online/wLayout/design/img/petrolblock-oben.gif) repeat-y;;margin:3px 0;}
.elementRightBottomSearch                           {background:url(/bund-online/wLayout/design/img/petrolblock-unten.gif); width:255px;height:18px;}

.elementCenter                                       {background:url(/bund-online/wLayout/design/img/graublock-mitte-oben.gif) no-repeat;margin:3px 0;}
.elementCenterBottom                            {background:url(/bund-online/wLayout/design/img/graublock-mitte-unten.gif)left bottom no-repeat;width:500px;height:14px;}
.elementCenterStandard                        {padding:15px 12px 0 12px;}

.elementRightStandard                        {padding:15px 19px 0;}
.elementRightStandard a                       {color:#373737;}

.elementRightStandard h2 {
	color:#036468;
	font-size:23px;
	font-weight:bold;
	line-height:26px;
	margin:0;
	padding:0 0 10px;
}

.elementRightStandard ul {
	list-style:disc;
}

.elementRightStandard li {
	color:#036468;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	margin:0 0 12px;
}

.elementRightStandard strong {
	color:#a40021;
	font-weight:bold;
	font-size:13px;
	margin:5px 0 5px;
	display:block;
}

.elementRightStandard span.try {
	color:#a40021;
	font-size:15px;
	font-weight:bold;
	line-height:18px;
	margin:0 0 12px;
}

.elementRightStandard img.stoerer {
	margin:0 0 10px;
}

.elementRightStandard h3.search {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin:3px 0 0;
}

.elementRightStandard hr.search {
	color:#fff;
	background:#fff;
}

.fachmodul {
	margin:0 0 15px;
}

.fachmodul span {
	padding:8px 0 0 13px;
	display:block;
}

.fachmodul a {
	display:block;
	color:#a40021;
	font-weight:bold;
	float:right;
	text-indent:12px;
	line-height:100%;
	background:url(/bund-online/wLayout/design/img/arrow-red.gif) left top no-repeat #DEDEDE;
	margin:3px 0 0;
	text-decoration:none;
}

.fachmodul a:hover {
	color:#a40021;
}

.blockContent .elementHeadline h1 {
	color:#000;
	font-size:24px;
	line-height:27px;
	font-weight:bold;
}

.blockContent .elementHeadline h1 span {
	color:#00737E;
}

.blockContent ul.content-ul {
	list-style:disc;
	padding:3px 0 12px 0;
}

.elementForm h2 {
	color:#00737E;
	font-size:20px;
	line-height:23px;
	margin:15px 0 8px;
	display:block;
}

.elementForm label.right span {
	font-weight:bold;
	color:#00737E;
}


.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.send			{
								margin:0 15px 5px 0;
								width:431px;
								background:url(/bund-online/img/watchlist_add.gif);
								height:36px;
								border:0;
								color:#FFFFFF;
								font-size:17px;
								cursor:pointer;
								}

.elementForm input.checkbox		{
								margin:3px 5px 30px 93px;
								width:15px;
								float:left;
								}

.elementForm input.checkbox2		{
								margin:3px 5px 0 93px;
								width:15px;
								float:left;
								}



.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 input.buttonok			{
								margin:5px 5px 5px 0;
								width:120px;
								cursor:pointer;
								width:158px;
								height:34px;
								border: 0;
								background:url(/bund-online/wLayout/design/img/button_ok.gif);
								}

.elementForm textarea				{
								margin:5px 15px 5px 0;
								width:480px;
								height:150px;
								}


.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 */

.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-online/wLayout/design/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 {
	padding:5px 18px;
	text-indent:7px;
	width:500px;
	float:left;
}

ul#print	{
	width:255px;
	margin:0 15px;
	}

ul#print li	{
	display:block;
	float:left;
	padding:6px 0 6px 20px;
	}

ul#print li.druck	{
	background:url(/bund-online/wLayout/design/img/print-page.gif) left 50% no-repeat;
	margin:0 16px 0 0;
	}

ul#print li.druck a	{
	color:#9c9d9f;
	}

ul#print li.send	{
	background:url(/bund-online/wLayout/design/img/send-page.gif) left 50% no-repeat;
	}

ul#print li.send a	{
	color:#9c9d9f;
	}

/* Auf der Startseite ausblenden */
body#startseite ul#print {
	display:none;
	}

body#startseite #breadcrumb {
	display:none;
	}

/*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;

				}


.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 */

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.flv {
color:#00616b;
font-weight:bold;
background:url(/bund-online/img/video/icon_flv.gif) center left no-repeat;
padding: 3px 0px 3px 23px;
}

a.mov {
color:#00616b;
font-weight:bold;
background:url(/bund-online/img/video/icon_mov.gif) center left no-repeat;
padding: 3px 0px 3px 23px;
}
a.wmv {
color:#00616b;
font-weight:bold;
background:url(/bund-online/img/video/icon_wmv.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-online/wLayout/design/img/impressum-myboom-logo.gif) top left no-repeat;}
#myboom a.logo:hover {display:block;width:140px;height:70px;background:url(/bund-online/wLayout/design/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;
}








/* Herausgebner Start-Seite */

#herausgeber-foto {
	margin:0;
	padding:0;
	float:left;
	width:720px;
	height:600px;
	background:url(/bund-online/img/herausgeber/herausgeber-foto.jpg);
	position:relative;
	list-style:none;
}

#herausgeber-foto li a{
	position:absolute;
	text-indent:-9999px;
	display:block;
	text-decoration:none;
	width:100px;
	height:43px;
	background:none;
	border:5px solid #d1d5d2;
}

#herausgeber-foto li a:hover{
	border:5px solid #fecc00;
}

#thomas-klebe a{
	top:343px;
	left:12px;
	}

#michael-kittner a{
	top:426px;
	left:251px;
}

#christian-schoof a{
	top:343px;
	left:428px;
}

#wolfgang-daeubler a{
	top:438px;
	left:492px;
}

#herausgeber-brwd-abbildung {
	margin:160px 0px 0px 0px;
	float:right;
	width:200px;
}

#herausgeber-brwd-abbildung img{
	margin:0px 0px 25px 0px;
}

/* Herausgebner Start-Seite */

#herausgeber-foto-einzel {
	margin:0;
	padding:0;
	float:left;
	width:270px;
	height:595px;
}

#herausgeber-einzel {
	margin:300px 0 0 0;
	padding:0;
	float:left;
	width:630px;
}

#herausgeber-einzel h1 {
	padding:0px 0px 10px 0px;
}

/* Produkte */

.produkt {

}

.produkt-image {
	float:left;
	width:240px;
	padding:0px 10px 10px 10px;
}

.newsletter {
	float:right;
	width:300px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.produkt-text {
	float:right;
	width:340px;
}

#iframe .blockContent .produkt-text {
	float:right;
	width:320px;
}

#iframe .blockContent .produkt-image {
	float:left;
	width:170px;
	padding:0px 10px 10px 10px;
}

#iframe .blockContent .produkt-image img{
	border:1px solid #ABCACD;
}

#iframe	.blockContent	{
					width:520px;
					float:left;
					display:inline;
					padding:10px;
					background:#ffffff;
					}

body#iframe {
	background:#ffffff;
	}

.produkt-hr {
	clear:both;
	height:10px;
	border-bottom:1px solid #ABCACD;
	margin-bottom:15px;
}

/* video */

#video {
	margin:25px 220px;
}

/* startseite */
.startseite {
	padding:0px 60px;
}

.border {
	border:1px solid #ABCACD;
}

ul#brwd_liste {
	list-style:none;
	padding:0;
	margin:5px 0 10px 15px;
}

ul#brwd_liste a {
	display:block;
	width:250px;
	height:20px;
	font: normal normal bold 13px Verdana, sans-serif;
	background: url(/bund-online/wLayout/design/img/hand-background.gif) 0px -1px no-repeat;
	padding:0px 0px 0px 30px;
}

ul#brwd_liste a:hover {
	display:block;
	height:20px;
	font: normal normal bold 13px Verdana, sans-serif;
	background: url(/bund-online/wLayout/design/img/hand-background.gif) 5px -1px no-repeat;
	padding:0px 0px 0px 30px;
}

ul#brwd_liste li {
	padding:3px 0px;
}

.image_caption {
float:left;
width:230px;
text-align:center;
	}

#video_download {
	width:800px;
	margin:0px auto;
	}


#video_download p {
	display:block;
	float:left;
	width:250px;
	}

.taste a {
color:#e2001a;
font-weight:bold;
background:url(/bund-online/wLayout/design/img/taste.gif) center left no-repeat;
padding: 3px 0px 3px 23px;
margin:0 0 0 10px;
text-decoration:none;
font-family:verdana, arial, non-serif;
font-size:13px;
}

.taste a:hover {
text-decoration:underline;
}

.buy a {
color:#e2001a;
font-weight:bold;
background:url(/bund-online/wLayout/design/img/buy.gif) center left no-repeat;
padding: 3px 0px 3px 23px;
margin:0 0 0 10px;
text-decoration:none;
font-family:verdana, arial, non-serif;
font-size:13px;
}

.buy a:hover {
text-decoration:underline;
}

.taste-buy1 {
	padding:10px 0 0 0;
}

.taste-buy2 {
	padding:5px 0 0 0;
}

.weiter a {
color:#e2001a;
font-weight:bold;
background:url(/bund-online/wLayout/design/img/weiter.gif) center left no-repeat;
padding: 3px 0px 3px 23px;
margin:0 0 0 10px;
text-decoration:none;
font-family:verdana, arial, non-serif;
font-size:13px;
}

.weiter a:hover {
text-decoration:underline;
}

.infodownload a {
color:#e2001a;
font-weight:bold;
background:url(/bund-online/wLayout/design/img/info-download.jpg) center left no-repeat;
padding: 3px 0px 3px 23px;
margin:0 0 0 10px;
text-decoration:none;
font-family:verdana, arial, non-serif;
font-size:13px;
}

.infodownload a:hover {
text-decoration:underline;
}

.welcome {
	width:100%;
	margin:0 auto;
	height: 118px;
}

.welcome h1 {
	text-align:center;
	font-size: 40px;
	color:#fff;
	line-height:40px;
}

.produkt-start {
	width:490px;
	height:391px;
	float:left;
}

*html .produkt-start {
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.betriebsratswissendigital.de/bund-online/wLayout/design/img/produkt-start.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.produkt-start[class] {
background-image:url('/bund-online/wLayout/design/img/produkt-start.png');

}

.startseite-rechts {
	width:440px;
	float:left;
	color:#fff;
	padding:10px 0 0 0;
}

ul.startseite {
	color:#fff;
}

.buttonInfos {
	width:234px;
	height:55px;
	background:#e2001a;
	text-align:center;
	float:left;
	margin:50px 0 0 0;
	position:relative;
	padding:10px 0 0 0;
}

.buttonInfos a {
color:#fff;
font-weight:bold;
text-align:center;
text-decoration:none;
font-family:verdana, arial, non-serif;
font-size:15px;
line-height:20px;
}

.buttonInfos a:hover {
text-decoration:underline;
color:#fff;
}

.buttonTesten {
	width:234px;
	height:55px;
	background:#e2001a;
	text-align:center;
	float:left;
	margin:30px 0 0 0;
	position:relative;
	padding:10px 0 0 0;
}

.buttonTesten a {
color:#fff;
font-weight:bold;
text-align:center;
text-decoration:none;
font-family:verdana, arial, non-serif;
font-size:15px;
line-height:20px;
}

.buttonTesten a:hover {
text-decoration:underline;
color:#fff;
}

.online a {
	width:234px;
	height:53px;
	background:#e2001a;
	text-align:center;
	float:left;
	position:relative;
	padding:12px 0 0 0;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-family:verdana, arial, non-serif;
	font-size:15px;
	line-height:20px;
}

.online a:hover {
text-decoration:underline;
}

.offline a {
	width:234px;
	height:45px;
	background:#e2001a;
	text-align:center;
	float:left;
	position:relative;
	padding:20px 0 0 0;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-family:verdana, arial, non-serif;
	font-size:15px;
	line-height:20px;
}

.offline a:hover {
text-decoration:underline;
}

.produkt-online {
	float:left;
	width:250px;
}

.produkt-offline{
	float:left;
	width:250px;
}

/* Listenausgabe Minishop */

.produktlisteneintrag {
	text-align:center;
	display: block;
	width: 150px;
}

.produktlisteneintrag a{
	color: #DF0000;
}

.thumbnailbox img {

}


.watchlist_info {
	text-align:center;
	margin: 0px 0px 7px 0;
	background:#ffffff;
}

.watchlist_info a {
	line-height: 35px;
	width: 932px;
	height :36px;
	display: block;
	background: #ffffff url(/bund-online/img/watchlist_info.jpg) no-repeat;
	font-size: 17px;
	color: #ffffff;
}

.watchlist_label {
	float: left;
	margin: 4px 0 0 0;
	width: 170px;
}

.watchlist_input_text {
	border: 1px solid #000;
	margin: 2px 0 4px 0;
}

.watchlist_input_checkbox {
	border: none;
	margin: 2px 0 4px 0;
}

.watchlist_input_submit {
	border: 1px solid #000;
}

.watchlist_info_box {
	text-align:center;
	line-height: 35px;
	width: 932px;
	height :36px;
	display: block;
	background: #ffffff url(/bund-online/img/watchlist_info.jpg) no-repeat;
	font-size: 17px;
	color: #ffffff;
}

.watchlist_info_box a {
	text-align:center;
	color: #ffffff;
}

.watchlist_info {
	background: #036468;
}

a.add_watchlist, a.add_watchlist:hover {
	text-align:center;
	display:block;
	color:#ffffff;
	height :36px;
	width: 280px;
	font-size: 12px;
	font-weight:bold;
	background: #ffffff url(/bund-online/img/watchlist_add_small.gif) no-repeat;
	line-height: 35px;
	margin: 10px 0;
}

a.watchlist_home, a.watchlist_home:hover {
	text-align:center;
	display:block;
	color:#ffffff;
	height :36px;
	width: 431px;
	font-size: 17px;
	background: #ffffff url(/bund-online/img/watchlist_add.gif) no-repeat;
	line-height: 35px;
	margin: 10px 0;
}

.formular_error strong {
	color:#cc0000;
}

.forgot_pw {
	width:230px;
	text-align:center;
}

* html .forgot_pw {
	padding:5px 0 0 0;
}

*+ html .forgot_pw {
	padding:5px 0 0 0;
}

.checkbox {
	border:0;
	background:0;
}

.delete_watchlist {
	margin-left:50px;
	padding: 2px 0 2px 20px;
	background: #ffffff url(/bund-online/img/watchlist_delete.gif) top left no-repeat;
}

a.delete_watchlist:hover {
	padding: 2px 0 2px 20px;
	background: #ffffff url(/bund-online/img/watchlist_delete.gif) 0px -18px no-repeat;
}

.submit, .submit:hover, .submit:active {
	color:#ffffff;
	font-size:17px;
	border:0;
	width: 431px;
	height :36px;
	background: #ffffff url(/bund-online/img/watchlist_add.gif) no-repeat;
}

/* Produkte Minishop */

.produkt_minishop_content  {
	float: left;
	width: 500px;
}

.produkt_minishop_picture {
	float: right;
	margin: 20px 0pt 0pt;
	width: 280px;
}

.watchlist_add_container {
	float: right;
	margin: 0px;
	width: 340px;
}


/* Buttons */

   /* Start custom button CSS here
    ---------------------------------------- */
    .btn:hover{
    	text-decoration:none;
    }
	
    .btn {
      display:inline-block;
      background:none;
      margin:0;
      padding:3px 1px;
      border:0;
      overflow:visible;
      font:100%/1.2 Arial,Sans-serif;
      text-decoration:none;
      color:#333;
      }
	  
    *html button.btn {
      padding-bottom:1px   !important; 
      }
    /* Immediately below is a temporary hack to serve the
       following margin values only to Gecko browsers
       Gecko browsers add an extra 3px of left/right
       padding to button elements which can't be overriden.
       Thus, we use -3px of left/right margin to overcome this. */
    html:not([lang*=""]) button.btn {
      margin:0 -3px; 
      }

    .btn span {
      background:#ddd url(/bund-online/wLayout/design/img/bg-button.gif) repeat-x 0 0;
      margin: 0;
      padding:3px 0px;
      border-left: 1px solid #bbb;
      border-right: 1px solid #aaa;
      }

    .btn.red span {
      background: #cc0000 ;
      color:#ffffff;
      font-weight: bold;
      }      

    .btn.red:hover span {
      background: #af1717 ;
      color:#ffffff;
      font-weight: bold;
       border-color:#de5656 !important;
      }          

    *html .btn span {
      padding-top:0;
      }

    .btn span span {
      position:relative;
      padding:3px 1px;
      border-left:0; 
      border-right:0;
      border-top:1px solid #bbb;
      border-bottom:1px solid #aaa;
      }

             
    /* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
    button.pill-l span {
      border-right-width:0;
      }
    button.pill-l span span {
      border-right:1px solid #bbb;
      }
    button.pill-c span {
      border-right-style:none;
      border-left-color:#fff;
      }
    button.pill-c span span {
      border-right:1px solid #bbb;
      }
    button.pill-r span {
      border-left-color:#fff;
      }

    /* only needed if implementing separate hover/focus/active state for buttons */
    .btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
      cursor:pointer; /* important for any clickable/pressable element */
      border-color:#ffec00 !important;
      color:#000;
      }
    .btn:active span {
      background-position:0 -400px;
      outline:none;
      }
    .btn:focus, .btn:active {
      outline:none; /* doesn't seem to be respected for <button>, only <a> */
      }

    /* use if one button should be the 'primloy' button */
    .primary {
      font-weight:bold;
      color:#000;
      }

	  
	  
a.try {
	color:#A40021;
	font-size:14px;
	font-weight:bold;
	margin:10px 45px 0 0;
	float:right;
}	

*html a.try {
	color:#A40021;
	font-size:14px;
	font-weight:bold;
	margin:10px 30px 0 0;
	float:right;
}	