/* ALLGEMEIN */
html, body, div, p, h1, h2, h3, a, table, td, form, img,
#navi ul, #subNavi ul, #naviLeft ul, #footerNavi ul,
#navi li, #subNavi li, #naviLeft li, #footerNavi li {
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

* html body {
	font-size:10px;
	line-height:1.4em;
}

body {
	font:10px/1.4em Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background:#ffffff url(/pics/bgBody.jpg) top left repeat-x fixed;
}


/* ELEMENTE */
p, blockquote, pre {
	margin:0 0 1.0em 0;
}

img {
	border:0;
}

:focus {
	outline: 0;
}

br.clear {
	clear:both;
}

a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

h1 {
	font-weight:bold;
	font-size:1.0em;
}
h2 {
		width:100%;
		line-height:2.3em;
		font-size:1.0em;
		height:2.3em;
		background-color:#999900;
		color:#ffffff;
		font-weight:bold;
		padding-left:13px;
	}
h2.cart {
	background:url(/pics/cartBg.gif) #999900 top right no-repeat;
}
h3 {
	font-size:1.0em;
}

div.hr {
	background:url(/pics/bgHr.gif) top left repeat-x;
	font-size:1px;
	line-height:1px;
	height:1px;
	width:100%;
	margin:5px 0 5px 0;
	/* _margin:5px 0 -6px 0; */
}

label {
	cursor: pointer;
	cursor: hand;
}


/* FORMULARE */
input, textarea {
	border:none;
	background-color:#ffffff;
	font:1.0em Verdana, Arial, Helvetica, sans-serif;
	padding:4px 1px 4px 1px;
	margin-top:6px;
	width:100%;
}
input[type="checkbox"] {
	width:auto;
	margin-right:5px !important;
}

input.Error {
	border: 1px red solid;

}

.leftBox input {
	width:90%;
}
textarea {
	padding:0;
}
.submit {
	line-height:2.0em;
	height:1.9em;
	_height:2.0em;
	padding-top:0;
	margin:0;
	cursor:pointer;
	font-weight:bold;
}
.leftBoxSubmit {
	background:url(/pics/navArrowBlack.gif) no-repeat #ffffff;
	background-position:6px 50%;
	text-align:left;
	padding:4px 0 4px 15px;
	font-weight:bold;
	cursor:pointer;
}
.orderFormSubmit {
	width:203px;
	height:2.4em;
	line-height:2.4em;
	background:url(/pics/threeArrowsBlack.gif) no-repeat;
	background-position:6px 50%;
	text-align:left;
	padding:0 0 2px 35px;
	font-weight:bold;
	cursor:pointer;
}
.loginFormSubmit {
	width:100%;
	height:2.4em;
	line-height:2.4em;
	background:url(/pics/threeArrowsBlackRight.gif) top right no-repeat;
	text-align:right;
	padding:0 25px 0 0;
	font-weight:bold;
	cursor:pointer;
}
.backFormSubmit {
	width:100%;
	height:2.4em;
	line-height:2.4em;
	background:url(/pics/threeArrowsBlackLeft.gif) top left no-repeat;
	text-align:left;
	padding:0 0 0 25px;
	font-weight:bold;
	cursor:pointer;
}

.searchForm {
	padding: 0;
	margin: -3px 0 0 0;
}
.searchForm .searchInput {
	float: left;
	background: url(/pics/searchInput.gif) top left no-repeat;
	width: 116px;
	height: 19px;
	overflow: hidden;
	padding: 6px 10px 0 41px;
	/* line-height: 25px; */
	font-weight: bold;
	color: #336699;
}
.searchForm .searchSubmit {
	float: left;
	background: url(/pics/searchSubmit.gif) top left no-repeat;
	width: 30px;
	height: 25px;
	overflow: hidden;
	cursor: pointer;
}


/* navigation allgemein START */
#navi ul, #subNavi ul, #footerNavi ul, #naviLeft ul {
	list-style:none;
}
#navi li, #subNavi li, #footerNavi li {
	display:inline;
}
		
/* navigation oben START */
	#navi {
		width:780px;
		height:auto;
		font-weight:bold;
	}
		#navi a {
			float:left;
			padding:0 6px 0 16px;
			font-size:1.1em;
			text-decoration:none;
			color:#006699;
			line-height:2.3em;
			display: inline;
		}
		#navi a:hover, #navi a.active {
			color:#996699;
			background:url(/pics/navArrowPurple.gif) no-repeat;
			background-position:8px 50%;
		}
		#navi li.green a:hover, #navi li.green a.active {
			color:#999900;
			background:url(/pics/navArrowGreen.gif) no-repeat;
			background-position:8px 50%;
		}
		
/* sub navigation oben START */
	#subNavi {
		width:780px;
		height:auto;
		background-color:#336699;
	}
		#subNavi a/*, #switchLang a*/ {
			float:left;
			padding:0 6px 0 16px;
			font-size:1.0em;
			text-decoration:none;
			color:#ffffff;
			line-height:2.3em;
			font-weight:normal;
		}
		#subNavi a:hover, #subNavi a.active {
			background:url(/pics/navArrowWhite.gif) no-repeat;
			background-position:8px 50%;
		}
	
	#switchLang {
		position:absolute;
		top: 70px;
		margin-left: 705px;
	}
		#switchLang img {
			border: 1px solid #bfbfbf;
			margin-left: 5px;
		}
		
		#switchLang .active {
			border: 1px solid #fff;
		}
		
		
/* navigation links START */
	#naviLeft {
		width:inherit;
		height:auto;
		padding:16px 0 0 0;
		_padding:20px 0 0 0;
	}
		#naviLeft a {
			padding:0 0 0 8px;
			font-size:1.0em;
			text-decoration:none;
			color:#000000;
			line-height:2.3em;
			font-weight:normal;
		}
		#naviLeft a:hover, #naviLeft a.active {
			font-weight:bold;
			background:url(/pics/navArrowBlack.gif) no-repeat;
			background-position:0 50%;
		}
		#naviLeft ul.sub li {
			padding-left:20px;
		}
		#naviLeft li {
			background:url(/pics/bgHr.gif) bottom left repeat-x;
			margin:0 6px 0 10px;
		}
		#naviLeft li.neu {
			background:url(/pics/bgHrNeu.gif) bottom left no-repeat;
		}
		#naviLeft li.first {
			font-size:1px;
			line-height:1px;
		}

/* navigation unten START */
#footerNavi {
	height:2.3em;
	line-height:2.3em;
	background-color:#336699;
	text-align:center;
	overflow:hidden;
}
	#naviBox {
		margin-left:36%;
	}
	#footerNavi a {
		float:left;
		padding:0 6px 0 16px;
		color:#ffffff;
		text-decoration:none;
	}
	#footerNavi a:hover, #footerNavi a.active {
		background:url(/pics/navArrowWhite.gif) no-repeat;
		background-position:8px 50%;
	}
	
		
/* CONTAINER */
#skip {
	display:none;
}

#main {
	width:780px;
	margin:0 auto;
	padding:0 23px 0 23px;
	background:url(/pics/schatten.png) top left repeat-y;
	_background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/pics/schatten.png');
}
	#header {
		height:90px;
	}
		#logo {
			height:90px;
			width:171px;
			background:url(/pics/logoSign.jpg) top left no-repeat;
			float:left;
		}
		#banner {
			height:90px;
			width:609px;
			background:url(/pics/namensschilder-anstecknadeln-pins.jpg) top left no-repeat;
			float:left;
		}
		#banner-shop {
			height:90px;
			width:609px;
			background:url(/pics/banner-shop.jpg) top left no-repeat;
			float:left;
		}
		
	#body {
		width:780px;
		padding:0 0 33px 0;
		overflow:hidden;
	}
	#body.leftColBg {
		background:url(/pics/bgLeftCol.gif) top left repeat-y;
	}
	
	#leftCol {
		float:left;
		width:170px;
		overflow:hidden;
	}
	
	#content {
		float:left;
		width:610px;
		overflow:hidden;
	}
	
	#content h2 {
		font-weight: bold;
		width:auto;
		line-height:1em;
		font-size:1.0em;
		height:auto;
		background:none;
		color:#000000;
		margin:0;
		padding:0;
		padding-top:20px;
		padding-bottom:15px;
		padding-left:20px;
	}
	
		#contentColL {
			float:left;
			width:390px;
			_width:389px;
			margin-left:1px;
			padding:20px 0 20px 0;
			overflow:hidden;
			/* background-color:#f2f2f2; wird von #body.leftColBg erledigt */
		}
			#contentColL div.padding, #contentColL div.textbox, #contentColL img {
				padding:0 20px 0 20px;
			}

		#contentColR {
			float:left;
			width:219px;
			padding:20px 0 20px 0;
			overflow:hidden;
		}
			#contentColR div.padding, #contentColR img.padding, #contentColR div.textbox {
				padding:0 8px 0 12px;
			}
	
	#footer {
		width:780px;
		height:2.3em;
		line-height:2.3em;
		background-color:#f2f2f2;
		text-align:center;
		overflow:hidden;
	}
	
	#shadow {
		width:826px;
		margin:0 auto;
		height:28px;
		background:url(/pics/schattenUnten.png) top left no-repeat;
		_background:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/pics/schattenUnten.png');
	}

	#shopStartOverview a {
		width:288px;
		height:133px;
		outline:none;
		float:left;
		text-indent:-300em;
		background-position:0 -133px !important;
		background-repeat:no-repeat;
	}
	#shopStartOverview a.higher {
		height:134px;
		background-position:0 -134px !important;
	}
	#shopStartOverview a:hover {
		background-position:0 0 !important;
	}
	
	#sitemapContent ul {
		padding:0;
		margin:0;
		list-style:none;
	}
	#sitemapContent ul li {
		padding:0;
		margin:0;
	}
	#sitemapContent ul ul {
		padding:0;
		padding-left:5px;
		margin-left:10px;
		list-style:disc;
	}
	#sitemapContent ul ul ul {
		padding:0;
		margin-left:10px;
		list-style:circle;
	}
	#sitemapContent ul ul ul ul {
		padding:0;
		margin-left:10px;
		list-style:square;
	}
	#sitemapContent div.sitemapSpalte {
		float:left;
		margin-right:25px;
	}
	#sitemapContent a {
		font-weight:normal;
		text-decoration:none;
	}
	#sitemapContent a:hover {
		text-decoration:underline;
	}

/* DIVS */
.leftBox {
	width:170px;
}
	.leftBox h2 {
		width:157px;
	}
	.leftBoxBody {
		width:157px;
		padding:13px;
		background:url(/pics/leftBoxLine.gif) #f2f2f2 bottom left repeat-x;
	}

.paddingLeft {
	padding-left:20px;
}
.paddingRight {
	padding-right:20px;
}

.orderForm {
	width:577px;
	background:url(/pics/leftBoxLine.gif) #f2f2f2 bottom left repeat-x;
	overflow:hidden;
	margin-bottom:10px;
}

.orderFormBar {
	width:577px;
	overflow:hidden;
	background-color:#cccc33;
	height:2.3em;
}
.orderFormBarLeftBox {
	float:left;
	width:195px;
	line-height:2.3em;
	font-weight:bold;
	background-color:#999900;
	overflow:hidden;
}
	.orderFormBarLeft {
		line-height:2.3em;
		padding-left:15px;
		color:#ffffff;
		width:100%;
	}
.orderFormBarRight {
	color:#000000;
	line-height:2.3em;
	padding-left:22px;
	background:url(/pics/navArrowBlack.gif) no-repeat;
	background-position:10px 50%;
}

.formFieldContainer {
	padding:10px 0 4px 15px;
}
.formFieldContainer	label {
		width:150px;
		line-height:2.3em;
		font-weight:bold;
		padding-bottom:6px;
		float:left;
	}
	.formField {
		width:300px;
		float:left;
	}
		.formField input {
			margin:0;
		}

	
	.formFieldError {
		width:300px;
		float:left;
	}
	
		.formFieldError input {
			margin:0;
			border: 1px solid red;
		}
	
	
	

.orderSteps {
	width:577px;
	height:37px;
	overflow:hidden;
}	
.orderSteps div {
	height:37px;
	line-height:37px;
	font-weight:bold;
	color:#e5e3df;
	overflow:hidden;
	float:left;
}
.orderSteps a {
	line-height:37px;
	font-weight:bold;
	color:#e5e3df;
	text-decoration:none;
}
.orderStep1Active a, .orderStep2Active a, .orderStep3Active a, .orderSteps a.active {
	color:#999900;
}
	.orderStep1 {
		width:113px;
		padding-left:36px;
		background:url(/pics/orderStep1Off.gif) top left no-repeat;
	}
	.orderStep1Active {
		width:113px;
		padding-left:36px;
		background:url(/pics/orderStep1On.gif) top left no-repeat;
	}
	.orderStep2 {
		width:133px;
		padding-left:47px;
		background:url(/pics/orderStep2Off.gif) top left no-repeat;
	}
	.orderStep2Active {
		width:133px;
		padding-left:47px;
		background:url(/pics/orderStep2On.gif) top left no-repeat;
	}
	.orderStep3 {
		width:200px;
		padding-left:47px;
		background:url(/pics/orderStep3Off.gif) top left no-repeat;
	}
	.orderStep3Active {
		padding-left:49px;
		color:#999900;
		background:url(/pics/orderStep3On.gif) top left no-repeat;
	}

.loginPanel {
	width:577px;
	background:url(/pics/loginPanelBg.gif) top left repeat-y;
	overflow:hidden;
}

.loginPanelBorderTop {
	height:5px;
	line-height:1px;
	font-size:1px;
	width:100%;
	padding:0;
	background:url(/pics/loginPanelBorderTop.gif) top left no-repeat;
}
.loginPanelBorderBottom {
	height:5px;
	line-height:1px;
	font-size:1px;
	width:100%;
	padding:0;
	background:url(/pics/loginPanelBorderBottom.gif) top left no-repeat;
}
.loginPanelContent {
	padding:12px;
}
	.loginPanelLeft {
		width:276px;
		float:left;
		font-weight:bold;
	}
	.loginPanelRight {
		width:249px;
		padding:0 12px 12px 15px;
		float:left;
		font-weight:bold;
	}
	.loginPanelRight .formField, .loginPanelLeft .formField {
		width:260px;
		float:none;
	}
	.loginPanelRight label {
		line-height:1.6em;
	}
	div.loginFormSubmit {
		padding-right:0;
	}
	div.loginFormSubmit a {
		padding-right:25px;
	}

.cartFormBar {
	width:577px;
	overflow:hidden;
	height:2.5em;
	background-color:#999900;
}
	.cartFormBar div {
		float:left;
		width:49%;
		line-height:2.5em;
		font-weight:bold;
		color:#ffffff;
	}
	.cartFormBarLeft input {
		margin:3px 0 1px 3px;
		_margin-top:2px;
		
	}
	.cartFormBarRight {
		text-align:right;
	}
	.cartFormBarRight span{
		margin-right:10px;
	}

.cartBottomBar {
	width:577px;
	overflow:hidden;
	height:2.4em;
}
	.cartBottomBar div {
		float:left;
		width:50%;
		line-height:2.4em;
	}

.namensschilderRechts {
	background:url(/pics/bgNamensschilder.jpg) top left no-repeat;
	width:219px;
	height:157px;
}

.linkBoxDocument {
	background:url(/pics/bgDocButton.gif) top left no-repeat;
	width:85%;
	height:2.2em;
	padding:0.4em 0 0 20px;
	margin-left:20px;
}
.linkBoxShop {
	background:url(/pics/bgShopButton.gif) top left no-repeat;
	width:85%;
	height:2.2em;
	padding:0.4em 0 0 22px;
	margin:0 0 0 20px;
}
.linkBoxBack {
	background:url(/pics/bg3ArrowsBackButton.gif) top left no-repeat;
	width:100%;
	height:2.2em;
	padding:0.4em 0 0 2.5em;
}

.linkBoxDocumentArrow {
	background:url(/pics/bgDocArrowButton.gif) top left no-repeat;
	width:85%;
	height:2.2em;
	padding:0.4em 0 0 30px;
	margin-left:10px;
}
.linkBoxShopArrow {
	background:url(/pics/bgShopArrowButton.gif) top left no-repeat;
	width:85%;
	height:2.2em;
	padding:0.4em 0 0 30px;
	margin-left:12px;
}
	.linkBoxShop a, .linkBoxShopArrow a {
		color:#999900;
	}

.darkBg {
	background-color:#e7e6e6;
	padding:15px 0 15px 0;
}

.befestigung {
	background:top left no-repeat;
	width:206px;
	height:24px;
	padding:68px 0 0 13px;
}
	
/* TABLES */

table.cart {
	background-color:#f2f2f2;
	padding:2px;
	width:577px;
}

table.cart td {
	padding:10px 0 10px 0;
}

table.cart input {
	width:32px;
	margin:0;
	padding:3px;
	text-align:right;
}

td.hrBorder {
	height:1px;
	line-height:1px;
	font-size:1px;
	background-color:#ffffff;
	padding:0 !important;
}

table.selection {
	margin:5px 25px 5px 25px;
	border-spacing:3px;
}
	table.selection td {
		vertical-align:middle;
		text-align:left;
		padding-top:6px;
	}
	table.selection td.check {
		width:30px;
	}
	table.selection td.text {
		width:120px;
	}
	table.selection input {
		background:none;
		margin:0;
	}
	
table.tooltipOuter td { border: 1px solid #cb0000; padding: 18px 13px 18px 13px; background: #ff999a; }
table.tooltipInner td { border: 0; padding: 0; }

/* Kundenbewertung */

.rating {
	float: left;
	width: 150px;
	margin: 5px 0;
	padding: 0;
}

.rating li {
	float:left;
	list-style-type: none;
}


.rating li.star_off {
	background:url('/images/star_off.png') no-repeat left top;
}

.rating li.star_on {
	 background:url('/images/star.png') no-repeat left top;
}

.rating a {
	display:block;
	font-size: 0px;
	width: 24px;
	height: 24px;
}

.kriterium {
	margin-top: 10px;
	width: 140px;
	float: left;
	
}

.bewertung {
	margin-top: 1em;
}