* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #fff url(../images/body_bg.png) repeat-x;
	color: #666666;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
}

#pre_wrapper{
	background: url(../images/wrapper_bg.gif) repeat-y scroll;
	background-position:0px 500px;
	margin: 0 auto;
	min-height: 100%;
	position: absolute;
	width: 964px;
}

#wrapper {
/*	background: url(../images/wrapper_bg.gif) repeat-y scroll;
	background-position:0px 500px;*/
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 964px;
}

* html #wrapper {
	height: 100%;
}

#wrapper .clear {
	clear: both;
}

#wrapper a img {
	border: none;
}

#wrapper ul {
	list-style: none;
}

/*#top {
	background: url(../images/top_bg.png) repeat-x;
	height: 177px;
	width: 964px;
	background-color:red;
}*/

	#header {
		background: #fff;
		border: 1px solid #cdcdcd;
		height: 100px;
		position: relative;
		width: 962px;
		overflow:hidden;
	}
	
		#header #logo-home {
			left: 84px;
			position: absolute;
			top: 12px;
			z-index:15;
		}
		
	
	/*	 ----- Internet Explorer 6 Fixes -----*/
/*		* html #navi-main li {
			margin-right: 2px;
		}
		
		* html #navi-main li li {
			margin-right: 0;
		}
	
		#navi-main table {
			border-collapse: collapse;
			left: 0;
			position: absolute; 
			top: 0;
		}
	*/
	#wrapper #navi-seperator {
		background: #1960a4;
		font-size: 0;
		height: 3px;
		width: 964px;
		margin-top: 8px;
		display:none;
	}

	#main {
		/*background: url(../images/wrapper_bg.gif) repeat-y;*/
		float:left;
		margin-bottom:58px;
		overflow:visible;
		position:relative;
		width:775px;
		z-index:5;
		/*height:100%;*/
		/*min-height: 770px;*/
	}
	#breadcrumb {
		background: url(../images/breadcrumb-bg.png);
		display: block;
		font-size: 11px;
		font-weight: bold;
		height: 40px;
		padding: 25px 0 0 32px;  
		width: 743px;
	}
	
	#breadcrumb li {
		float: left;
		padding-right: 10px;
	}
	
		#breadcrumb li a:link, #breadcrumb li a:visited {
			color: #666666;
			font-weight: normal;
			margin-right: 10px;
			text-decoration: none;
		}
		
		#breadcrumb li a:hover, #breadcrumb li a:active {
			text-decoration: underline;
		}
/*
#navi-left {
	float: left;
	width: 180px;
	z-index:10;
}

	#navi-left ul {
		list-style: none;
		z-index:10;
	}
		
	#navi-left a:link, #navi-left a:visited {
		background: url(../images/navi-left_bg-boppel.gif) 12px 8px no-repeat;
		border: 1px solid #cdcdcd;
		border-width: 1px 0;
		color: #000000;
		display: inline-block;
		display: block;
		height: 18px;
		margin-bottom: 1px;
		padding: 3px 0 0 32px;
		text-decoration: none;
		width:140px;
	}
	
	#navi-left .active-link, #navi-left a:hover, #navi-left a:active, #navi-left a.active-link {
		width:140px;
		border: 1px solid #cdcdcd;
		border-width: 1px 0;
		display: block;
		display: inline-block;
		height: 18px;
		padding: 3px 0 0 32px;
		text-decoration: none;

		background: url(../images/navi-left_bg-boppel-hover.gif) 12px 8px no-repeat;
		color: #1961a5 !important;
		font-weight: bold;
		overflow:hidden;
		margin-bottom: 1px;
	}
	
	#navi-left ul ul {
		margin-left: 20px;
		overflow:hidden;
		width:160px;
	}
	
	#navi-left ul ul a:link, #navi-left ul ul a:visited {
		border: 1px solid #cdcdcd;
		border-width: 1px 0;
		border-width: 0 0 1px;
		width:120px;
		overflow:hidden;
	}
*/
#content {
	float: left;
	margin-left: 30px;
	/*margin-left: 210px;*/
	overflow: hidden;
	position: relative;
	/*position: absolute;*/
	width: 560px;
	display:block;
	/*min-height:750px;*/
}

#content .content-single ol, #content .content-double ol, #content .content-single ul, #content .content-double ul {
	margin:0 0 0 20px;
		list-style: disc;
}
#content_footer{
	width:450px;
	position:relative;
	display:block;
	float:left;
	background: yellow;
}
	#content .content-single {
		margin-bottom: 30px;
		width: 530px;
	}
	
	#content .content-double {
		float: left;
		margin: 0 30px 30px 0;
		width: 250px;
	}
	
	* html #content .content-double {
		margin-bottom: 0;
	}
	
	*+ html #content .content-double {
		margin-bottom: 0;
	}
	#content .content-25, #content .content-75 {
		float: left;
		margin: 0 30px 30px 0;
	}
	#content .content-25 {
		width: 150px;
	}
	#content .content-75 {
		width: 350px;
	}

	* html #content .content-25, * html #content .content-75 {
		margin-bottom: 0;
	}

	*+ html #content .content-25, *+ html #content .content-75 {
		margin-bottom: 0;
	}
	
	#content .content-left, #content .content-right {
		float: left;
		margin: 0 30px 30px 0; 
		width: 180px;
	}

	* html #content .content-left, * html #content .content-right {
		margin-bottom: 0;
	}
	
	*+ html #content .content-left, *+ html #content .content-right {
		margin-bottom: 0;
	}
	
	#content .content-right {
		width: 320px;
	}
	
	#content h1, #content h2 {
		font-size: 22px;
		line-height: normal;
		padding-bottom: 10px;
		padding-left: 0px;
	}	
	
	#content h2 {
		font-size: 16px;
	}
	#content h3 {
		font-size: 14px;
		padding-bottom: 8px;
		line-height:normal;
	}
	
	#content p {
		padding-bottom: 10px;
	}
	
	/* Rahmen für Bilder */
	#content .img-border {
		background: #eaeaea url(../images/img-border_bg.gif) bottom left repeat-x;
		display: inline-block;
		position: relative;
	}
	
		#content .img-border img {
			display: block;
			margin: 15px 15px 0;
		}
		
		#content .img-border .border-top-left, #content .img-border .border-top-right, #content .img-border .border-bottom-left, #content .img-border .border-bottom-right {
			height: 15px;
			position: static;
			width: 15px;
		}    
	
		#content .img-border .border-top-left {
			background: url(../images/img-border_top-left.gif) no-repeat;
			float: left;
			left: 0;
			top: 0;
		}
		
		#content .img-border .border-top-right {
			background: url(../images/img-border_top-right.gif) no-repeat;
			float: right;
			right: 0px;
			top: 0;
		}
		
		#content .img-border .border-bottom-left {
			background: url(../images/img-border_bottom-left.gif) no-repeat;
			bottom: 0;
			float: left;		
			left: 0;
		}
		
		#content .img-border .border-bottom-right {
			background: url(../images/img-border_bottom-right.gif) no-repeat;
			bottom: 0;		
			float: right;
			right: 0;
		}
		/* Rahmen für Bilder */


#sidebar {
	float: right;
	margin-bottom: 58px;
	width: 180px;
	position:relative;
	z-index: 5;
}

	#sidebar .sidebar-box {
		background: #196cbb;
		color: #fff;
		height: auto;
		margin-bottom: 14px;
		padding: 12px;
		width: 156px;
		background: #185da0 url(../img/verlauf_seitenleiste.gif) repeat-x scroll 0 0;
	}
	#sidebar #sidebar-box-login{
		height: 120px;
}
		#sidebar .sidebar-box h4 {
			font-size: 14px;
			margin-bottom: 8px;
		}
		
		#sidebar .sidebar-box form {
			margin-bottom: -25px;
		}
		
		#sidebar .sidebar-box fieldset {
			border: none;
		}
		
		#sidebar .sidebar-box input.inp-text {
			background: url(../images/sidebar-input_bg.gif) repeat-x;
			border: 1px solid #cdcdcd;
			float: left;
			font: 11px Verdana, Arial, Helvetica, sans-serif;
			height: 16px;
			margin-bottom: 4px;
			padding: 2px 0 0 4px;
			width: 150px;
		}
		
		#sidebar .sidebar-box input.inp-submit {
			position: relative;
			left: 133px;
			top: -23px;
			float:left;
		}
		
	#sidebar #assortment {
		height: auto;
		width: 180px;
	}
	
	#sidebar #assortment .asso-product {
		color: #303030;
		margin-bottom: 2px;
		width: 180px;
	}	
	
/*		#sidebar #assortment .asso-product h3 {
			background: #f3f3f3;
			border: 1px solid #cdcdcd;
			font-size: 14px;
			padding: 3px 0 2px 14px;
		}
*/
		#sidebar #assortment .asso-product h3{
			font-size:15px;
			margin-top:10px;
			text-align:center;

		}
		#sidebar #assortment #header_sortiment{
			height:35px;
			background: #f3f3f3;
			width:178px;
			border: 1px solid #cdcdcd;
		}


		#sidebar #assortment .asso-product a:link, #sidebar #assortment .asso-product a:visited { 
			color: #303030;
			display: block;
			font-size: 11px;
			font-weight: normal;
			line-height: normal;
			
			text-decoration: none;
		}
		
		#sidebar #assortment .asso-product a:hover, #sidebar #assortment .asso-product a:active {
			font-weight: bold;
		}
		
		#sidebar #assortment .asso-product .asso-product-img {
			border: 1px solid #cdcdcd;
			margin: -1px 0 4px;
			width: 178px;
		}

#footer {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 962px;
}

#footer-glow {
	background: url(../images/footer-glow.jpg) no-repeat;
	bottom: 0;
	height: 239px;
	left: 1px;
	position: absolute;
	width: 179px;
	z-index:4 !important;
}

#footer-content {
	/*background: #dadada;*/
	border: 1px solid #cdcdcd;
	color: #606060;
	/*height: 190px;*/
	height: 38px;
	overflow: hidden;
	width: 962px;
	z-index:7;
	position:relative;
	background: #dadada url(../img/footer-content-farbverlauf.gif) repeat-x;
}
#footer-content #footer-table{

}
	#footer table {
		float: left;
		font-size: 11px;
		margin: 12px 0 0 30px;
	}
	
		#footer table thead td {
			height: 24px;
			vertical-align: top;
		}
		
		#footer table tbody td {
			line-height: 16px;
			padding-right: 20px;
			vertical-align: top;
		}
		
	#footer a:link, #footer a:visited {
		color: #606060;
		text-decoration: none; 
	}
	
	#footer a:hover, #footer a:active {
		text-decoration: underline; 
	}
	
	#footer #footer-info {
		font-size: 11px;
		position: absolute;
		right: 4px;
		margin-top:12px;
	}
	
	#footer #footer-info li {
		float: left;
		padding-left: 10px;
	}
	
	#footer #footer-info li a {
		margin-right: 10px;
	}
	
	/* ----- Contact ----- */

/*--------------------------------------------*/
			/* contact form */
		form#frmContact {
			height: auto;
			margin-top:24px;
			margin-right:30px;
		}
		
		form#frmContact p {
			margin-bottom: 8px;
		}
		
		form#frmContact p.output {
			margin-top: 12px;
		}	
		
		form#frmContact p.spamcheck {
			display: none;
		}			
		
		form#frmContact label {
			display: block;
			float: left;
			padding-top: 2px;
			width: 130px;
		}
		
			form#frmContact.doublespaced label {
				display: block;
				float: none;
				padding-top: 0;
				margin-bottom: 4px;
				width: auto;
			}
		
		form#frmContact select, form#frmContact input.input_text, form#frmContact textarea {
			border: 1px solid #cdcdcd;
			color: #444244;
			height: 20px;
			width: 300px;
		}
		
		form#frmContact input.input_text {
			height: 17px;
			padding: 1px 0 0 3px;
			width: 295px;
		}
		
		form#frmContact .input_zip {
			margin-right: 4px;
			width: 39px !important;
		}
		
		form#frmContact .input_city {
			width: 247px !important;
		}
		
		form#frmContact textarea {
			height: 140px;
			padding: 1px 0 0 3px;
			width: 295px;
		}
		
		form#frmContact input.input_text:hover, form#frmContact input.input_text:focus,
		form#frmContact textarea:hover, form#frmContact textarea:focus {
			background: #f4f9e5;
			background: #e9f0f8;
		}
		
		form#frmContact.doublespaced .label_checkbox {
			float: left;
			margin-right: 20px;
		}
		
		form#frmContact .input_button {
			background: #f3f3f3;
			border: 1px solid #cdcdcd;
			height: 24px;
			line-height: 24px;
			margin: 12px 4px 0 0;
			padding: 0;
			width: 160px;
		}
		
		form#frmContact .input_button:hover {
			background: #DCEBF2;
			background: #e9f0f8;
			cursor: pointer;
		}
		
		form#frmContact p.false {
			color: #E00130;
		}
		
			form#frmContact p.false select,
			form#frmContact p.false input.input_text, 
			form#frmContact p.false input.input_zip, 
			form#frmContact p.false input.input_city,
			form#frmContact p.false textarea {
				border: 1px solid #E00130;
			}			
		
		form#frmContact input[type=text].false, form#frmContact textarea.false {
			border: 1px solid #E00130;
		}
		
		p#frmContactLoader {
			background: url(../images/loader.gif) no-repeat;
			height: 19px;			
		}
		
		p#frmContactError, p#frmContactSuccess, p#frmContactLoader {
			display: none;
		}

	 


/*--------------------------------------------*/
		/* Personal form */
		form#frmContact {
			height: auto;
			margin-top:24px;
			margin-right:30px;
		}

		form#frmContact p {
			margin-bottom: 8px;
		}

		form#frmContact p.output {
			margin-top: 12px;
		}

		form#frmContact p.spamcheck {
			display: none;
		}

		form#frmContact label {
			display: block;
			float: left;
			padding-top: 2px;
			width: 130px;
		}

			form#frmContact.doublespaced label {
				display: block;
				float: none;
				padding-top: 0;
				margin-bottom: 4px;
				width: auto;
			}

		form#frmContact select, form#frmContact input.input_text, form#frmContact textarea {
			border: 1px solid #cdcdcd;
			color: #444244;
			height: 20px;
			width: 300px;
		}

		form#frmContact input.input_text {
			height: 17px;
			padding: 1px 0 0 3px;
			width: 295px;
		}

		form#frmContact .input_zip {
			margin-right: 4px;
			width: 39px !important;
		}

		form#frmContact .input_city {
			width: 247px !important;
		}

		form#frmContact textarea {
			height: 140px;
			padding: 1px 0 0 3px;
			width: 295px;
		}

		form#frmContact input.input_text:hover, form#frmContact input.input_text:focus,
		form#frmContact textarea:hover, form#frmContact textarea:focus {
			background: #f4f9e5;
			background: #e9f0f8;
		}

		form#frmContact.doublespaced .label_checkbox {
			float: left;
			margin-right: 20px;
		}

		form#frmContact .input_button {
			background: #f3f3f3;
			background: url(../img/button_absenden.png) no-repeat;
			/*border: 1px solid #cdcdcd;*/
			border:none;
			height: 24px;
			line-height: 24px;
			margin: 12px 4px 0 130px;
			padding: 0;
			width: 83px;
		}
		form#frmContact .input_button.en{
			background: url(../img/send_btn.png) no-repeat;
			color: white;
			padding-bottom: 5px;
		}
	form#frmContact .input_pinbutton {
			background: #f3f3f3;
			background: url(../img/button_pinabsenden.png) no-repeat;
			/*border: 1px solid #cdcdcd;*/
			border:none;
			height: 50px;
			line-height: 24px;
			margin: 12px 4px 0 130px;
			padding: 0;
			width: 200px;
		}
                form#frmContact .input_pinbutton:hover {
			background: #DCEBF2;
			background: #e9f0f8;
			border: none;
			background: url(../img/button_pinabsenden.png) no-repeat;
			cursor: pointer;
		}
		form#frmContact .input_button:hover {
			background: #DCEBF2;
			background: #e9f0f8;
			border: none;
			background: url(../img/button_absenden_hover.png) no-repeat;
			cursor: pointer;
		}
		form#frmContact .input_button.en:hover{
			background: url(../img/send_btn_hover.png) no-repeat;
		}
		form#frmContact p.false {
			color: #E00130;
		}

			form#frmContact p.false select,
			form#frmContact p.false input.input_text,
			form#frmContact p.false input.input_zip,
			form#frmContact p.false input.input_city,
			form#frmContact p.false textarea {
				border: 1px solid #E00130;
			}

		form#frmContact input[type=text].false, form#frmContact textarea.false {
			border: 1px solid #E00130;
		}

		p#frmContactLoader {
			background: url(../images/loader.gif) no-repeat;
			height: 19px;
		}

		p#frmContactError, p#frmContactSuccess, p#frmContactLoader {
			display: none;
			margin-left:130px;
			width:300px;
		}





	 #sidebar .sidebar-box form #logout_btn{
margin-bottom:0px;
}





/* ----- Internet Explorer 6 Fixes ----- */

/*
		* html #nav li {
			margin-right: 2px;
		}

		* html #nav li li {
			margin-right: 0;
		}

		#nav table {
			border-collapse: collapse;
			left: 0;
			position: absolute;
			top: 0;
		}
	 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
	/*
  	#nav ul a { zoom: 1; }  
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
	 

#nav { 
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	height:38px;
}
	#nav li {
		display: block;
		list-style: none;
		padding: 0;
		float: left;
		margin-right:2px;
		position:relative;
		width:159px;
	}
	#nav a {
		display: block;
	}
	#nav ul {
		display: none;
		position: absolute;
		left: 0;
		margin: 0;
		padding: 0;
		background: #fff;
		top: 38px;
		width: 159px;
	}
	*/
	/* IE6 "fix" */
	/*
	* html #nav ul {
		line-height: 0;
	}
 */
		 /*IE6/7 fix*/
		 /*
		#nav ul a {
			zoom: 1;
		}
		#nav ul li {
			float: none;
		}
		#nav ul ul {
			left: 159px;
			top: 0;
			width: 159px;
		}
    */
 /*Essentials - configure this */
 /*
#nav ul { 
	width: 159px;
}
*/
/* Everything else is theming */
/*
	#navi-main {
		height: 30px;
		position: relative;
		margin: 12px 0 15px;
		width: 966px;
		z-index: 90;
	}
*/
	#navi-reseller {
		height: 38px;
		position: relative;
		margin: 12px 0 8px;
		width: 966px;
		z-index: 90;
	}
	#navi-reseller {
		height:58px;
		margin: -14px 0 0px;
		position:relative;
		width:964px;
		z-index: 89;
		background: transparent url(../images/wrapper_bg_breadcrumb2.gif) repeat-x;
	}
	#reseller-container {
		width:964px;
		height: 37px;
		background-color: #e5ecf3;
		/*padding-top:6px;*/
	   background: url(../images/farbverlauf_haendler_login.gif) repeat-x;
		border-bottom:3px solid #1960A4;
		border-top:3px solid #1960A4;
		margin-top: 13px;
}

/*
			#nav li li {
				margin-bottom: 1px;
			}

				#nav a:link, #nav a:visited {
					background-image: url(../images/navi-main_bg.gif);
					color: #606060;
					background: transparent url(../images/navi-left_bg-boppel-hover.gif) no-repeat scroll 12px 8px;
					font-size: 14px;
					height: 38px;
					line-height: 30px;
					text-align: center;
					text-decoration: none;
					width: 159px;
				}
			
				#nav a:hover {
					background: url(../images/navi-main_bg-hover.gif);
					color: #1961a5;
					font-weight: bold;
				}
				#nav :hover > a {
					background: url(../images/navi-main_bg-hover.gif);
					color: #1961a5;
					font-weight: bold;
				}
	
				#nav  ul a:link, #nav ul a:visited, #nav  ul ul a:link, #nav ul ul ul a:visited {
					background: #e6e6e6 url(../images/navi-main-sub_bg.gif) no-repeat;
					border: 1px solid #cdcdcd;
					height: auto;
					font-size: 11px;
					line-height: 16px;
					padding: 1px 0 1px 28px;
					text-align: left;
					width: 129px; 
				}
			
				#nav ul ul a:hover, #nav ul ul ul a:hover {
					background: #fff url(../images/navi-main-sub_bg-hover.gif) no-repeat;
				}
			
				#nav ul a.drop, #nav ul a.drop:visited {
					background: #e6e6e6 url(../images/navi-main-sub-drop_bg.gif) no-repeat;
				}
			
				#nav ul a.drop:hover {
					background: #fff url(../images/navi-main-sub-drop_bg-hover.gif) no-repeat;
				}
				
			#nav li:hover ul, #nav a:hover ul {
				visibility: visible !important;
				display:block;
			}
			
			#nav :hover ul ul, #nav a:hover ul ul{
				visibility: hidden !important;
				display:none;
			}
			
			#nav :hover ul :hover ul, #nav a:hover ul a:hover ul {
				visibility: visible !important;
			}

*/


			#nav_res li {
				margin-bottom: 1px;
					width: 150px;

			}

				#nav_res a:link, #nav_res a:visited {
					/*background-image: url(../images/navi-main_bg.gif);*/
					/*color: #606060;*/
					color: black;
					background: transparent url(../images/navi-left_bg-boppel-hover.gif) no-repeat scroll 0 4px;
					font-size: 12px;
					height: 38px;
					line-height: 30px;
					text-align: center;
					text-decoration: none;
					padding-left: 20px;
					
				}
				#nav_res li{
					float: left;
					margin-right: 15px;
					padding-top: 3px;
				}
				#nav_res a:hover{
					font-weight:bold;
				}
				#nav_res li.shopcart {
					width: 190px;
				}
				#nav_res .reseller-login-active{
						font-weight:bold;
				}

				#nav_res li #basket_counter{
					float: right;
					margin-right:10px;
				}

	#sidebar #assortment {
		height: auto;
		width: 180px;
	}

	#sidebar #assortment #assortment-accordion .asso-product{
		color: #303030;
		margin-bottom: 1px;
		width: 180px;
	}

		#sidebar #assortment #assortment-accordion .asso-product li a,
		#sidebar #assortment #assortment-accordion .asso-product li a:link,
		#sidebar #assortment #assortment-accordion .asso-product li a:visited,
		#sidebar #assortment #assortment-accordion li a,
		#sidebar #assortment #assortment-accordion li a:link,
		#sidebar #assortment #assortment-accordion li a:visited{
			background: #f3f3f3;
			border: 1px solid #cdcdcd;
			padding: 3px 0 2px 14px;
		}

		#sidebar #assortment #assortment-accordion .asso-product li ul li a,
		#sidebar #assortment #assortment-accordion .asso-product li ul li a:link,
		#sidebar #assortment #assortment-accordion .asso-product li ul li a:visited,
		#sidebar #assortment #assortment-accordion li a{
			background: #f3f3f3;
			border: 1px solid #cdcdcd;
			font-size: 14px;
			padding: 0;
			color: #303030;
			display: block;
			font-size: 11px;
			font-weight: normal;
			line-height: normal;
			text-decoration: none;
			/*padding: 3px 0 2px 14px;*/

		}

		#sidebar #assortment #assortment-accordion .asso-product li a:hover,
		#sidebar #assortment #assortment-accordion li a:hover{
			font-weight:bold;
		}
		#sidebar #assortment #assortment-accordion .asso-product li.selected a{
			font-weight:bold;
}



a.button {background: transparent url(../img/button_klein_rechts.jpg) no-repeat scroll top right;
		  color: #fff;
		  display: block;
		  float: left;
		  font-family:Verdana, Arial, Helvetica, sans-serif;
		  font-size: 10px;
		  font-weight: normal;
		  height: 21px;
		  margin-right: 6px;
		  padding-right: 5px;
		  text-decoration: none;}

a.button span {background: transparent url(../img/button_klein_links.jpg) no-repeat;
			   display: block;
			   line-height: 10px;
			   padding: 5px 0 6px 5px;}

a.button:hover span{text-decoration: underline;}
#content .content-single .info .karte a.button{color: #fff;}
.trennlinie{
	background: url(../img/trennlinie_bg.gif) repeat-x;
			font-size: 0;
			height: 3px;
			line-height: 0;
			margin: 0;
			padding: 0;
			width: 100%;}

.info{padding: 9px 9px 15px 9px;
	  width: 540px;}

.entfernung{vertical-align: top;
			width: 120px;}

.name{float: right;
	  width: 399px;}

.tel{padding-top: 10px;
	 width: 150px;}

.karte{vertical-align: bottom;}

.internet{
	padding-top: 10px;
	width: 249px;
	color:#4f4e4f;
}
.internet a, .internet a:visited, .internet a:hover{
	color:#4f4e4f;
	text-decoration:none;
}


#select{padding: 10px 0;
		width: 100%;}

#seiten{
	float: left; padding-left:15px;
}
#div_change_account .table_border .seiten_order{
	padding-left:0px;
}

#seiten ul, #content .content-single #seiten ul, #content .content-double #seiten ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#seiten li, #content .content-single #seiten li, #content .content-double #seiten li{
	float: left;
	margin: 0;
	padding-right: 5px;
	color:#333333;
}

#haendler{float: right;}

#haendler ul, #content .content-single #haendler ul, #content .content-double #haendler ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#haendler li, #content .content-single #haendler li, #content .content-double #haendler li{
	float: left;
	margin: 0;
	padding-right: 5px;
	color:#333333;
}
#content #nav {
	margin:0;
}
#content .content-single #seiten li a:visited,#content .content-single #haendler li a:visited{
	color:#333333;
	text-decoration:underline;
}
#content .content-single #haendler li a.active, #content  .content-single #seiten li a.active{
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}
#auflistung{
	height: 28px;
	padding-top: 12px;
	width: 519px;
}
#auflistung a{
	padding:0px;
	margin:0px;
}
#auflistung a img{
	border: none;
}

#auflistung span{
	padding-right: 7px;
}

#opt1{width: 120px;
	  float: left;}

#opt2{width: 399px;
	  float: right;}
.map{
	padding: 26px 0 0 0;
	/*background-color:#99ff99;*/
}
/*
.map img{
		display:none;
}
*/
.clear{clear: both;
	   font-size: 0;
	   line-height: 0;}


#slickbox {
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #cdcdcd;
	height:135px;
	display:block;
}

#login {
	height:105px;
}
#pwd-reminder, #become_dealer{
	float: left;
	margin-left:10px;
	font-size: 10px;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   color: white;
   text-decoration: none;
	height:14px;
	margin-top:7px;
	margin-left:0px;
	width:120px;
}
#pwd-reminder{
	margin-top:25px;
}
#become_dealer{
	margin-top:0px;
}
#pwd_send fieldset{
	border:0;
	width: 310px;
	/*background-color: yellow;*/
   border-right-style: none;
   border-left-style: none;
   border-bottom-style: none;
   border-top-style: none;
}
#pwd_send input{
	width: 150px;
	}
#pwd_send label{
	float: left;
        width: 120px;
}
#content .content-single a, #content  .content-single a:visited, #content .content-single a:hover,
#content .content-25 a, #content  .content-25 a:visited, #content .content-25 a:hover,
#content .content-75 a, #content  .content-75 a:visited, #content .content-75 a:hover {
	color: #1961B4;
	text-decoration: underline;
}

#content .content-single #seiten ul li a, #content .content-single #haendler ul li a {
color:#333333;
text-decoration:underline;
}


#content .content-single a.lexikon_anchor{
	color: #666666;
	text-decoration: none;
}
#content .content-single .info a, #content .content-single .info a:visited, #content .content-single .info a:hover{
	color: #666666;
}
.table_border{
	border: 1px solid #196CBB;
	padding: 15px;
}
#frmChangeAccount label{
	float: left;
	width: 150px;
}
#frmChangeAccount input{
	float: right;
	width: 150px;
	margin-right: 180px;
}
#frmChangeCompany label{
	float: left;
	width: 150px;
	height:20px;
	display:block;
	margin-top:3px;
}
#frmChangeCompany input{
	float: right;
	width: 150px;
	margin-right: 180px;
	height:20px;
	display: block;
}
#pwd-reminder-content, #become_dealer-content{
	color:blue;
	text-decoration: underline;
}


.content-single a.button-content, .product-searchmask a.button-content {
	background: transparent url(../img/verlauf_button_3.gif) repeat-x scroll 0 0;
	color: #fff;
	display: block;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height:26px;
	/*margin:2px;*/
	padding:1px;
}
.content-single a.button-content span, .product-searchmask a.button-content span {
	border: 1px solid white;
	display: block;
	padding: 4px;
	padding-right:8px;
	padding-left:8px;
	font-size: 12px;
}
#content .content-single .order_content a.button-content{
	color: #fff;
	text-decoration: none;
}
a.button-invert {
	background: transparent url(../img/verlauf_button_3.gif) repeat-x scroll 0 0;
	color: #fff;
	display: block;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height:26px;
	/*margin:2px;*/
	padding:1px;
	text-decoration: none;
}
#content .content-single a.button-invert{
	color: #fff;
	text-decoration: none;
}
a.button-invert span {
	border: 1px solid white;
	display: block;
	padding: 4px;
	padding-right:8px;
	padding-left:8px;
	font-size: 12px;
	text-decoration: none;
}
a.button-content:hover span{
	text-decoration: underline;
}
a.button-invert:hover span, #pwd-reminder:hover, #become_dealer:hover{
	text-decoration: underline;
}
#frmPwdSend a{

}
#frmPwdSend p{
text-align: left;
margin: auto;
/* IE 6 */
margin-bottom: 0;


}
#frmPwdSend  p label{

width: 120px;
}
.formCompany{
	width: 500px;
	float:left;
	height:25px;
}
#buttonCompany {
	margin-top: 10px;
	/*margin-left: 168px;*/
}





.headline-searchmask, .product-searchmask {
	/*background: #F3F3F3;*/
	/*border: 1px solid #CDCDCD;*/
	color: #666666;
	height: auto;
	margin-bottom: 40px;
	/*padding: 10px 6px 0 14px;*/
	width: 508px;
}

.headline-searchmask {
	font-size: 14px;
	height: 24px;
	line-height: 30px;
	margin-bottom: 2px;
	padding-top: 15px;
	/*padding-left: 5px;*/
	/*margin-left: 5px;*/
}
#content h2.headline-searchmask {
	/*padding-left:14px;*/
	background-color:transparent;
	border:none;
	font-weight:bolder;
}
	.product-searchmask h2 {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.product-searchmask fieldset {
		border: none;
		clear: left;
		margin-bottom: 24px;
	}

		.product-searchmask fieldset input, .product-searchmask fieldset select {
			color: #303030;
			float: left;
			font: 12px Verdana, Arial, Helvetica, sans-serif;
		}

		/* Input: Checkboxen */
		.product-searchmask fieldset .checkbox {
			vertical-align: middle;
		}

		.product-searchmask fieldset .span-color {
			display: block;
			float: left;
			height: 24px;
			width: 120px;
		}

			.product-searchmask fieldset .span-color label {
				margin-right: 0;
			}

		/* Input: Radio */
		.product-searchmask fieldset.radio-block p {
			/*background:  #CC6600;*/
			height: 20px;
			margin-bottom: 2px;
			position: relative;
		}

			.product-searchmask fieldset.radio-block input {
				float: left;
				position: relative;
				/*top: 2px;*/
			}

			.product-searchmask fieldset.radio-block label {
				float: none;
				left: 16px;
				position: absolute;
				top: 0;
			}

		.product-searchmask fieldset select.select-dropdown	{
			border: 1px solid #006699;
			height: 20px;
			padding-left: 4px;
			width: 150px;
		}

			.product-searchmask fieldset select.select-dropdown	option {
				padding: 2px 2px 2px 4px;
			}

		.product-searchmask fieldset input.inp-text {
			border: 1px solid #006699;
			height: 17px;
			padding: 2px 4px 0;
			width: 92px;
		}

		.product-searchmask fieldset input.inp-small {
			width: 48px;
		}

		.product-searchmask fieldset input.inp-long {
			width: 142px;
		}

		.product-searchmask fieldset input.inp-extra {
			width: 192px;
		}

		.product-searchmask fieldset a.inp-submit:link, .product-searchmask fieldset a.inp-submit:visited {
			background: url(../img/button-rechts.gif) no-repeat top right;
			color: #fff;
			cursor: pointer;
			float: left;
			/*font-weight: bold;*/
			height: 21px;
			margin-left: 20px;
			padding-right: 2px;
			text-decoration: none;
		}

		.product-searchmask fieldset a.inp-submit:hover, .product-searchmask fieldset a.inp-submit:active {
			text-decoration: underline;
		}

		.product-searchmask fieldset a.inp-submit span {
			background: url(../img/button-links.gif) no-repeat;
			display: inline-block;
			height: 18px;
			padding: 3px 8px 0 10px;
		}

		.product-searchmask fieldset a.inp-submit-blank {
			margin-left: 0 !important;
		}

		.product-searchmask fieldset label {
			float: left;
			margin: 0 24px 0 8px;
		}

			.product-searchmask fieldset label.label-blank {
				margin: 0px 4px 0 0;
			}

			.product-searchmask fieldset label.label-small-text {
				font-size: 10px;
				margin: 5px 0 0 8px;
			}

			.product-searchmask fieldset label.label-distance-top {
			 	margin-top: 3px;
			}


			.product_details_left{
				width:300px;
				float:left;
				/*background-color: yellow;*/
				position: relative;
				display:block;
			}
			.product_details_right{
				position: relative;
				width:200px;
				float:left;
				/*background-color: orange;*/
				min-height:10px;
				display:block;
			}
			.product_details_bottom{
				position: relative;
				width:500px;
				float:left;
				/*background-color: orange;*/
				min-height:10px;
				display:block;
				margin-top:15px;
			}

			label.left, label.right{
				position:relative;
				width:150px;
				float:left;
				display:block;
			}




#swfupload-control p{ margin:10px 5px; font-size:0.9em; }
#log{ margin:0; padding:0; width:500px;}
#log li{ list-style-position:inside; margin:2px; border:1px solid #CDCDCD; padding:10px; font-size:12px;
	font-family:Arial, Helvetica, sans-serif; color:#333; background:#fff; position:relative;}
#log li .progressbar{ border:1px solid #333; height:5px; background:#fff; }
#log li .progress{ background:#999; width:0%; height:5px; }
#log li p{ margin:0; line-height:18px; }
#log li.success{ border:1px solid #CDCDCD; background:#FFF4C6; }
#log li span.cancel{ position:absolute; top:5px; right:5px; width:20px; height:20px;
	background:url('/application/front/view/js/swfupload/cancel.png') no-repeat; cursor:pointer;
}




.product-searchmask p, .product-searchmask h1, .product-searchmask h2, .product-searchmask h3{
	padding:0px;
}

.schnellsuche{
	height:60px;
	background: #f3f3f3;
	width:178px;
	border: 1px solid #cdcdcd;
	margin-bottom:10px;
	text-align:center;
	color:black;
}
.schnellsuche h3{
	margin-top:5px;
	margin-bottom:5px;
	margin-left: 15px;
	text-align:left;
	font-size:15px;
	color:#303030
}
#schnellsuchformular{
	width:150px;
	height:20px;
}
#res_change_account, #res_change_company{
	color:red;
}


#main #navi-left #newsticker{
	margin-left: 12px;
	margin-top: 60px;
}
#main #navi-left #newsticker #ticker {
	margin-top:10px;
	height:44px;
	overflow:hidden;
	position:relative;
	width:168px;
	border:none;
	/*background-color:yellow;*/
}
#main #navi-left #newsticker #ticker div {
	height:44px;
	overflow:hidden;
	position:absolute;
	top:44px;
	/*background:none;*/
	/*color:#000000;*/
	/*border:0 none;*/
	color:#1961B4;
	/*text-decoration:none;*/
	width:160px;
	/*border: none;*/
	/*background-color:blue;*/
}
#main #navi-left #newsticker #ticker div a,#main #navi-left #newsticker #ticker div a:visited{
	background:none;
	border: none;
	color:#1961B4;
	margin-bottom:0;
	padding-top:10px;
	padding-left:0px;
	width:160px;

}
#main #navi-left #newsticker #ticker div a:hover {
	font-weight: bold;
	height: 30px;
}


#warenkorb{
	width:530px;
}
#basket{
	position:absolute;
	display:none;
	background-color:#1966ae;
	/*width:190px;*/
	width:70px;
	margin-left:120px;
	height:30px;
}
.h_artikel, .h_preis, .h_beschreibung, .h_notiz, .h_mass{
	text-align:left;
}
.h_notiz{
	width:530px;
}
.h_artikel, .h_preis{
	width:150px;
}
.h_artikel_list{
	/*height:25px;*/
	width:150px;
	float:left;
	text-align:left;
	padding-top:15px;
}
.h_status{
	width:10px;
	vertical-align: top;
}
.h_bilder{
	width:105px;
		vertical-align: top;
}
.h_mass{
	width:120px;
}
.bc{
	color:#636363;
	text-decoration:none;
}
.bc_active{
	font-weight:bold;
	color:#636363;
	text-decoration:underline;
}
.ergebnis_right{
	text-align: right;
	width:90px;
	/*background: yellow;*/
}
.ergebnis_left{
	text-align: left;
	width:170px;
	/*background: yellow;*/
}
.ergebnis_first{
	width:280px;
	/*background: blue;*/
}
#warenkorb table:hover{
	/*background:url('../images/table-glow.jpg') no-repeat right;*/
}
#warenkorb th{
	padding-top:10px;
}
#warenkorb a.button-content {
	background: transparent url(../img/verlauf_button_3.gif) repeat-x scroll 0 0;
	color: #fff;
	display: block;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height:26px;
	/*margin:2px;*/
	padding:1px;
}
#warenkorb a.button-content span, a.button-content span {
	border: 1px solid white;
	display: block;
	padding: 4px;
	padding-right:8px;
	padding-left:8px;
	font-size: 12px;
}
#warenkorb_navi{
	height:80px;
	float:right;
	margin-bottom:50px;
}
#warenkorb_navi_button{
	margin-left:15px;
	height:30px;
	float:left;
}
.warenkorb_container{
	margin-left:15px;
}
input.inp-submit-hidden{
	display:none;
}
.trennlinie_search{
	background: url(../img/trennlinie_bg.gif) repeat-x;
	font-size: 0;
	height: 3px;
	line-height: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	width:545px;
	margin-left: -15px;
	float:left;
}
.trennlinie_simple{
	/*background: url(../img/trennlinie_bg.gif) repeat-x;*/
	font-size: 0;
	height: 3px;
	line-height: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	width:545px;
	margin-left: -15px;
	float:left;
	border-bottom:1px solid #cdcdcd;
	margin-bottom:15px;
	margin-top:10px;
}
.h_bilder{
	vertical-align:top;
	height:75px;
	/*width:94px;*/
}
.product_list_img{
	width:94px;

}
#wrapper a img.img_rahmen{
	/*border:1px solid gray;*/
}
.space_small{
	height:10px;
	width:500px;
	display:block;
	position:relative;
	float:left;
}

#frmContact a.inp-submit:link, #frmContact a.inp-submit:visited {
	background: url(../img/button-rechts.gif) no-repeat top right;
	color: #fff;
	cursor: pointer;
	float: left;
	/*font-weight: bold;*/
	height: 21px;
	margin-left: 20px;
	padding-right: 2px;
	text-decoration: none;
}

#frmContact a.inp-submit:hover, #frmContact a.inp-submit:active {
	text-decoration: underline;
}

#frmContact a.inp-submit span {
	margin-left:110px;
	background: url(../img/button-links.gif) no-repeat;
	display: inline-block;
	height: 18px;
	padding: 3px 8px 0 10px;
}
.rand_oben, .rand_seite, .rand_unten{
	float:right;
	width:50px;
	height:20px;
}
.rand_links{
	height:20px;
	float:left;
	width:50px;
}
.rand{
	float:left;
	min-height:22px;
	width:120px;
}
.order_row:hover{
	background:#e9f0f8;
}
.order_content{
	/*background:yellow;*/
	border:none;
	margin-top:15px;
}
.order_caption{
	border:none;
	font-weight:bold;
}
.order_content fieldset{
	border:none;
}
#order_fieldset_header{
	margin-bottom:10px;
	background:#e9f0f8;
	height:16px;
	padding:5px;
}
.order_controls{
	margin-top:15px;
	margin-bottom:65px;
	display:block;
}
.trennlinie_orders_list{
	background: url(../img/trennlinie_bg.gif) repeat-x;
			font-size: 0;
			height: 10px;
			line-height: 0;
			margin: 0;
			padding: 0;
			width: 100%;
			margin-top:5px; 
			/*position:relative;*/
			/*display:block;*/
}

#content .content-single a.inp-submit-list:hover,#content .content-single a.inp-submit-list:active {
	text-decoration:underline !important;
}

#fachhaendler_autologin{
	height:15px;
	float: left;
	font-size: 10px;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   color: white;
   text-decoration: none;
	margin-top:50px;
	/*margin-left:-20px;*/
	width:110px;
	position: absolute;
}
#fachhaendler_autologin label{
	float: right;
}

.product_row:hover{
	background-color: #e9f0f8;
	cursor:default;
}

#radio_search li, #radio_galerieschienen li{
	float:left;
}

.lang-uk{
	margin: 10px 0 0 10px;
	text-decoration: none;
	background: url(../images/uk_flag.png) no-repeat 0 5px;
}
#navi-left div.lang-uk a:link, #navi-left div.lang-uk a:hover, #navi-left div.lang-uk a:visited{
	/*text-decoration: none;*/
	line-height: 18px;
	padding-left: 30px;
	color: #1961B4;
	background: transparent;
	border: none;
	/*font-weight: normal;*/
}
