/* CSS resetting work is done by famous Eric Meyer ------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-repeat: no-repeat;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


img, div, a { behavior: url(css/iepngfix.htc) }


body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:13px;
	color:#4e5154;
	background:#585e63 url(img/bg.gif) left top repeat-x;	
	}
	
#main	{
	margin:0 auto;
	width:890px;
	height:200px;
	background:url(img/bg_top.gif) right top no-repeat;
	}
	
#logo	{
	float:left;
	margin:30px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color:#cbd1d7;
	}
	
#logo p {
	margin:1px 0 0 45px;
	}
		
#header {
display:inline;
float:right;
margin:33px 0 0 0;
/* width: 350px;*/
width: 315px;
}

#top_nav {
	float:right;
	margin-right:2px;
	display:inline;
	}
	
#top_nav ul {
	float:left;
	list-style-type:none;
	}	
	
#top_nav ul li {
	float:left;
	border-right:1px solid #949ca3;
	}	

#top_nav ul li.noborder {
	border:0;
	}	
	
#top_nav ul li a {
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#949ca3;
	/* padding:0 8px; */
	padding:0 5px;
	}		

#top_nav ul li a:hover {
	text-decoration:none;
	color:#ffffff;
	}

#suche	{
	clear:both;
	float:right;
	margin:14px 10px 0 0;
	display:inline;
	text-align:right;
	width:250px;	
	}
	
	
/******************** NAVIGATION ************************/	

#nav {
	clear:both;
	float:left;
	width:885px;
	margin-top:53px;
	position:relative;
	z-index:1000;
	background:url(img/nav_bg_rechts.gif) right top no-repeat; 
	}

/******************** NAVIGATION  1. EBENE ************************/

#nav ul {
	float:left;	
	list-style-type:none;
	padding-left:29px;
	background:url(img/nav_bg_links.gif) left top no-repeat;
	}

#nav ul li {     
	float:left;		
	position:relative;
	margin:0 3px;
	}

#nav ul li a {
	float:left;
	color:white;
	font-size:13px;
	padding:5px 12px;
	text-decoration:none;
	background:none;
	}
	
#nav ul li a.active {
	color:#fff;	
	background:#939da7;	
	}

#nav ul li a:hover {
	background:#939da7;
	}	

#nav ul li.buttonorange {
	margin-left:20px;
	display:inline;
	}

#nav ul li.buttonshop a {
	font-weight:bold;
	padding:5px 41px 5px 87px;	
	background:url(img/nav_bg_buttonorange.gif) left top no-repeat;
	}
	
#nav ul li.buttonshop a:hover {
	background:url(img/nav_bg_buttonorange_over.gif) left top no-repeat;
	}	

#nav ul li.buttoninfoportal {
	margin-left:15px;
	}
	
#nav ul li.buttoninfoportal a {
 font-weight:bold;
 padding:5px 25px 5px 69px; 
 background:url(img/nav_bg_buttonorange.gif) left top no-repeat;
 }
 
#nav ul li.buttoninfoportal a:hover {
 background:url(img/nav_bg_buttonorange.gif) left -26px no-repeat;
 }	

/******************** NAVIGATION  2. EBENE ************************/	

/* hide the sub levels and give them a positon absolute so that they take up no room */

#nav ul li ul {
	visibility:hidden;
	position:absolute;	
	top:26px;	
	left:0; 	
	padding:0;
	}

#nav ul li ul li {	
	margin:0;
	border-top:1px solid white;
	}

#nav ul li ul li a {
	width:220px;
	color:#4e5154;
	background:#e9eef2;	
	}

#nav ul li ul li a:hover{
	color:white; 
	background:#3e454d;
	}

/******************** NAVIGATION  DROP KLASSE FÜR MENUPUNKTE MIT SEITLICHEM PFEIL ************************/


#nav ul li ul li a.drop {      
	background:#e9eef2 url(img/nav_pfeil.png) top right no-repeat;
	}

#nav ul li ul li a.drop:hover{  
	background:#3e454d url(img/nav_pfeil.png) right -29px no-repeat;
	}

#nav ul li ul li :hover > a.drop {
	background:#3e454d url(img/nav_pfeil.png) right -29px no-repeat;
	}	


/******************** NAVIGATION  3. EBENE ************************/


#nav ul li ul li ul {
	position:absolute;
	left:250px;
	top:-1px;
	}	

#nav ul li ul li ul li {
	border-left:1px solid white;
	}	

#nav ul li ul li ul li a {
	width:222px;
	background:#d6dce1;
	}


/******************** NAVIGATION  FUNKTIONALITÄTEN ************************/

/* style the table so that it takes no part in the layout - required for IE to work */

#nav table {
	position:absolute; 
	top:0;
	left:0;
	}

/* make the second level visible when hover on first level list OR link */

#nav ul li:hover ul,
#nav ul a:hover ul{
	visibility:visible; 
	}

/* keep the third level hidden when you hover on first level list OR link */

#nav ul :hover ul ul{
	visibility:hidden;
	}

/* make the third level visible when you hover over second level list OR link */

#nav ul :hover ul :hover ul{ 
	visibility:visible;
	}
	
	
/********** CONTENT ***********/

#contentarea {
	clear:both;
	float:left;
	position:relative;
	z-index:1;
	min-height:400px;
	width:885px;
	margin-top:9px;
	background:white url(img/content_bg_top.gif) left top no-repeat;
	}

.content_column {
	float:left;
	width:500px;
	margin:34px 0 0 43px;
	display:inline;	

	}
	
.content {
	clear:both;
	float:left;
	width:100%;
	padding-bottom:15px;
	}
	
.content img {
	vertical-align:text-bottom;
	}		

.context_column {
	float:left;
	width:250px;	
	margin:34px 0 0 50px;
	display:inline;	
	font-size:11px;		
	}
	
.dotted {
	padding-top:25px;
	background:url(img/dotted.gif) left top repeat-x;
	}		
	
/********** CONTENT ***********/

#zettel {
	position:absolute;
	top:12px;
	right:-70px;
	width:171px;	
	z-index:100;
}


#zetteloben {
	background:url(img/zettel_top.png) left top no-repeat;	
}

#zettelmitte {
	padding-top:45px;	
	min-height:82px;
	text-align:center;
	width:171px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#867063;
	background-image:url(img/zettel_mitte.png);
	background-position:bottom;
	background-repeat:no-repeat;		
}

#zettelcontent {
	padding-bottom:25px;
}

#zettelbottom {
	height:10px;	
	background:url(img/zettel_bottom.png) left top no-repeat;		
}
	


/********** FOOTER ***********/	
	
#footer {
	clear:both;
	float:left;
	position:relative;
	width:885px;
	height:200px;
	padding-top:80px;
	text-align:center;
	color:#adb3b8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background:url(img/content_bg_bottom.gif) left top no-repeat;	
	}
	
#footer a {	
	color:#adb3b8;
}

#footer a:hover {	
	color:white;
	text-decoration:none;
}

#footer ul {
	margin-bottom:8px;
}

#footer li {	
	display:inline;
	padding:0 10px;
	border-right:1px solid #adb3b8;
}

#footer li.noborder {	
	border:0;
}


#produktbottom {
	position:absolute;
	top:0;
	left:0;
	}
	
	
/********** HTML ***********/		



h1 {
	font-size:28px;	
	margin-bottom:12px;
	color:#f76b32;
	font-weight:bold;
	letter-spacing: -0.01em;	
}

.content h1 a {
	text-decoration:none;
	color:#f76b32;	
}

.content h1 a:hover {
	color:#f76b32;	
	text-decoration:underline;
}

.einleitung {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:15px;
	}

h2	{
	font-weight:bold;
	color:#f76b32;
	margin:40px 0 20px 0;	
	}

h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.5;
}

.box p {
	font-size:11px;
	}
	
.box ol {
	font-size:11px;
	margin-left:20px;
	}
	
.box ol li {
	margin-bottom:4px;
	}
	
.box img {
	float:left;
	padding:5px 5px 5px 0;
	}
	
.more {
	font-weight:bold;
	text-decoration:underline;
	}			

a.more:hover {
	color:#777c80;
	}

h4 {
	font-size:10px;	
	margin-bottom:12px;
}

h5 {
	font-size:16px;	
	margin-bottom:5px;
	font-weight:bold;
}

p	{
	margin-bottom:10px;
	line-height:1.6;	
}


a	{
	color:#4e5154;
	text-decoration:none;		
	cursor:pointer;
}
	
a:hover {
	text-decoration:underline;	
}

.content a {
	text-decoration:underline;
	}


input	{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	border:1px solid #a7aeb4;
	background:white url(images/input_bg.gif) left bottom repeat-x;
	}

input#button {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	color:#fff;
	border:1px solid #868e96;
	background:#868e96;
	}


	
#zettelmitte a {
	color:#867063;	
}	

#zettelmitte p {
	margin-bottom:0;	
}	
	
/*****************************************************************************/


/* CSS Document */

.boxen_startseite a {
	float:left;
	font-size:12px;
	font-weight:normal;	
	color:#fff;
	text-align:center;
	width:116px;
	padding:185px 0 25px 0;
	margin-right:12px;
	text-decoration:none;
	}

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

a#box_aufnahmegeraete {
	background:url(img/box_aufnahmegeraete.jpg) left top no-repeat;
}

a#box_aufnahmegeraete:hover {
	background:url(img/box_aufnahmegeraete.jpg) -116px top no-repeat;
}

a#box_diktiertechnik {
	background:url(img/box_diktiertechnik.jpg) left top no-repeat;
}

a#box_diktiertechnik:hover {
	background:url(img/box_diktiertechnik.jpg) -116px top no-repeat;
}

a#box_transkription {
	background:url(img/box_transkription.jpg) left top no-repeat;
}

a#box_transkription:hover {
	background:url(img/box_transkription.jpg) -116px top no-repeat;
}

a#box_tutorials {
	margin-right:0;
	background:url(img/box_tutorials.jpg) left top no-repeat;
}

a#box_tutorials:hover {
	background:url(img/box_tutorials.jpg) -116px top no-repeat;
}




.box	{
	clear:both;
	float:left;
	margin-bottom:20px;
	background:#e3e8ec url(img/box_rounded_top.gif) left top no-repeat;
	}
	
.box_inner {
	float:left;
	width:197px;
	padding:15px 15px;	
	background:url(img/box_rounded_bottom.gif) left bottom no-repeat;
	}	
	
	
.button {
	float:left;
	background:url(img/button_content_left.gif) left top no-repeat;
	}	
	
.button span {
	float:left;
	background:url(img/button_content_right.gif) right top no-repeat;	
	}
	
.button span a {
	float:left;
	color:white;
	font-weight:bold;
	padding:9px 40px 11px 20px;
	}
	
/*****************************************************************************/

	
	
/************ SHOP *************/

#shop {
	padding:15px;
	}	
	
	
#content_column_shopstartseite {
	float:left;
	width:725px;
	margin:28px 0 0 28px;
	display:inline;	
	}
	
.content_shopstartseite {
	float:left;
	margin:28px 0 0 -4px;
	display:inline;	
	}
	
.content_shopstartseite2 {
	float:left;
	width:725px;
	margin:28px 0 0 28px;
	display:inline;	
	}	
	
.content_bereich {
	clear:both;
	float:left;
	margin-top:30px;
	width:100%;
	}

.spalte {
	float:left;
	margin-right:50px;
	}
	
.klein {
	font-size:10px;
	margin-bottom:2px;
	}
	
.abstand {
	padding-bottom:6px;
	}
	
select {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	border:1px solid #a7aeb4;
	font-size:12px;
	}				
	
.content_bereich ul {
	margin-left:18px;
	}

.content_bereich ul li {		
	margin-bottom:4px;
	line-height:1.6;
	}
	
.linie {
	padding-top:40px;
	border-top:1px solid #cacacb;
	background:url(img/shop_linie_bg.gif) top left repeat-x;
	}	

.orange {
	color:#f76b32;
	}
	
	
.produkt_auch_gekauft {
	float:left;
	display:inline;
	font-size:12px;
	width:180px;
	margin:25px 25px 25px 0;
	}	
	


.box_shop_breit {
	clear:both;
	float:left;
	background:#e3e8ec url(img/box_shop_breit_top.gif) left top no-repeat;
	}	

.box_shop_breit_inner {
	float:left;
	padding:15px;
	width:695px;	
	background:url(img/box_shop_breit_bottom.gif) left bottom no-repeat;
	}

.box_shop_breit_inner img {
	float:left;
	}
	
.box_shop_text {
	float:left;
	margin:10px 0 0 30px;	
	font-size:13px;
	display:inline;
	}





/************ PRODUKTBOX *************/

.produktbox	{
	float:left;
	margin:0 0 40px 32px;
	display:inline;
	}

.produktbox_oben	{
	float:left;
	background:url(img/shop_box_top_left.gif) left top no-repeat;
	}
	
.produktbox_oben_inner {
	float:left;
	padding:20px 10px;
	width:200px;
	height:160px;
	text-align:center;	
	background:url(img/shop_box_top_right.gif) right top no-repeat;
	}
	
.produktbox_unten {
	clear:both;
	float:left;
	background:#e3e8ec url(img/shop_box_bottom_left.gif) left bottom no-repeat;
	
	}	
	
.produktbox_unten_inner {		
	float:left;
	padding:15px;
	font-size:10px;	
	width:190px;	
	background:url(img/shop_box_bottom_right.gif) right bottom no-repeat;	
	}

.produktbox_unten_inner p {
	margin-bottom:3px;
	}
	
.small {
	font-size:11px;
	font-weight:bold;	
	}	
	
.preise {
	font-size:14px;
	font-weight:bold;
	}
	
.preise img {	
	vertical-align:text-top;
	padding-left:20px;
	}

.subline {
	margin-bottom:10px;
	font-size:10px;	
	}
	
.boxhoehe {
	height:130px;
	}


.button_warenkorb a {
	float:left;
	margin-top:20px;
	font-size:12px;
	font-weight:bold;
	color:white;
	padding:4px 10px 4px 45px;
	width:135px;
	background:url(images/button_warenkorb.gif) left top no-repeat;
	}





/************ SHOP FOOTER *************/
	
	
#shop_footer {
	clear:both;
	float:left;
	margin:50px 0 25px 0;
	width:100%;	
	background:#e3e8ec url(img/shop_box_top_left2.gif) left top no-repeat;
	}
	
#shop_footer1 {
	float:left;
	width:100%;		
	background:url(img/shop_box_top_right2.gif) right top no-repeat;
	}
	
#shop_footer2 {
	float:left;
	width:100%;		
	background:url(img/shop_box_bottom_left.gif) left bottom no-repeat;
	}
	
#shop_footer3 {
	float:left;
	width:100%;	
	background:url(img/shop_box_bottom_right.gif) right bottom no-repeat;
	}
	
#shop_footer3 p {				
	float:left;
	font-size:12px;
	padding:10px 25px;
	margin:0;
	display:inline;
	}
	
#shop_footer3 p img {	
	vertical-align:text-top;
	}


/************ WARENKORB ZETTEL *************/
	
#warenkorb {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:10px;
	text-align:left;
	padding:13px;
	padding-top:0;
	}

#warenkorb h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:30px;
	margin:0 0 10px 9px;
	background:url(img/warenkorb.gif) left top no-repeat;
	}

#warenkorb a {
	text-decoration:underline;
	}	

	
#warenkorb table {	
	width:100%;
	}
	
#warenkorb .preis {	
	text-align:right;
	}	
	
#warenkorb p {
	line-height:1;
	text-align:right;
	margin:3px 0;
	}	
	
	
#button_kasse a {
	display:block;
	margin:15px 0 0 0;
	padding:3px 0 5px 36px;
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:url(img/button_kasse.gif) center top no-repeat;
	}



/************ WARENKORB *************/


#warenkorb_table, #warenkorb_table td, #warenkorb_table tr, #warenkorb_table th {
	font-size:12px;
	padding:2px 4px;	
	vertical-align:top;
	}

#warenkorb_table th {
	text-align:left;
	font-size:14px;
	border-bottom:1px solid #cacacb;
	background:#f5f5f5;
	font-weight:normal;
	}


#warenkorb_table input {
	width:47px;
	text-align:right;
	}
	
#warenkorb_table .right {
	text-align:right;
	}	

#warenkorb_table .linie {
	border-top:1px solid #cacacb;
	}	

#warenkorb_table a {
	text-decoration:underline;
	}

#warenkorb_table .abstand {
	padding:25px 4px;
	}	
	
#warenkorb_table .linie_unten {
	padding:5px 4px 15px 4px;
	border-bottom:1px solid #cacacb;
	}		

#warenkorb_table .abstand_oben {
	padding-top:15px;
	}	
	
#warenkorb_table .abstand_unten {
	padding-bottom:8px;
	}			
	
	
.doppellinie { 
	border:0;
	height:3px;	
	border-top:3px double #4e5154;
	}
	

.button_zurueck_zum_shop {
  clear:left;
}
	
.button_zurueck_zum_shop a {
	float:left;
	margin-top:20px;
	font-size:12px;
	font-weight:bold;
	color:white;
	padding:4px 20px 4px 45px;
	background:url(img/button_zurueck_zum_shop.gif) left top no-repeat;
	}
	
.button_zurueck_zum_shop a:hover { 
 text-decoration:none;
 }
		
.button_kasse_warenkorb a:hover {
 text-decoration:none;
 }	
	
.button_kasse_warenkorb a {
	float:right;
	margin-top:20px;
	font-size:14px;
	font-weight:bold;
	color:white;
	padding:4px 14px 4px 43px;
	background:url(img/button_kasse_warenkorb.gif) left top no-repeat;
	}			
	
.button_kasse_warenkorb a:hover {
 text-decoration:none;
 }	


	
/************ BESTELLVORGANG  *************/

#bestellvorgang {
	margin:35px 0 0 -25px;
	/*border-bottom:1px solid #cacacb;*/
	height:75px;
	}
	
.bestellvorgang_box {
	float:left;
	text-align:center;
	width:120px;
	margin-right:15px;
	}

.abgeschlossen {
 background:url(img/shop_kreis_3.gif) center top no-repeat; 
 }
 
.abgeschlossen p.number  {
 font-size:25px;
 color:#ffffff;
 height:43px;
 }
 
.abgeschlossen p.number a {
 width:120px;
 color:#ffffff; 
 display:block;
 }
	
.abgeschlossen p.line {
	color:#4e5154;
	font-size:11px;
	}
	
.abgeschlossen p.number a:hover {
	color:#b8c0c8;
	text-decoration:none;
	}		

	
.aktuell {
	background:url(img/shop_kreis_2.gif) center top no-repeat;
	}	

.aktuell p.number {
	font-size:25px;
	color:#ffffff;
	height:43px;		
	}

.aktuell p.line {
	font-size:11px;
	color:#f76b32;
	}	

		
	
.ausstehend {	
	background:url(img/shop_kreis_1.gif) center top no-repeat;	               
	}	

.ausstehend p.number {
	font-size:25px;
	color:#ffffff;
	height:43px;		
	}

.ausstehend p.line {
	font-size:11px;
	color:#cacacb;
	}	


.bestellvorgang_abschnitt {
	clear:both;
	float:left;
	/*margin:20px 0;*/
	margin:10px 0 20px;
	width: 100%;
	}

.bestellvorgang_abschnitt ul {
	list-style-type:none;
	}
	
.bestellvorgang_abschnitt ul li {
	margin-bottom:3px;
	}	

.bestellvorgang_abschnitt label {
	float:left;
	width:130px;
	line-height:1.3;
	}

em {
	color:#F76B32;
	}

.bestellvorgang_abschnitt ul li.abstand {
	padding:15px 0 0 0;
	}

.radio {
	float:left;
	margin:12px 5px 0 0;
	}

.bestellvorgang_abschnitt label.floatnone {
	float:none;
	}

.bestellvorgang_abschnitt img {
	vertical-align:middle;
	}

#bestellschritt2 li {
	margin-bottom:10px;
	}


.left {
	float:left;
	}
	
/* Addition by Helmut Neubauer 07.03.2009 */ .box_shop_breit_inner /* End of addition */ .right {
	float:right;
	}	


/* Added by Helmut Neubauer */

div.copyright {
  clear: both;
  text-align: center;
  }
  	

/* ************* MESSAGE BOXES **************** */

.message_hinweis {
	padding:8px 10px 0 80px;
	margin:20px 0;
	color:#867063;
	border:1px solid #d5ccaf;
	background:#f7f4d3 url(img/message_hinweis.gif) 17px 12px no-repeat;
	min-height: 50px;
	}
	
	
.message_error {
	padding:8px 10px 0 80px;
	margin:20px 0;
	color:#c40400;
	border:1px solid #c40400;
	background:#ffeaea url(img/message_error.gif) 17px 12px no-repeat;
	min-height: 50px;
	}	
	
.message_success {
 padding:8px 10px 0 80px;
 margin:20px 0;
 color:#588033;
 border:1px solid #82b058;
 background:#e9fbd2 url(img/message_success.gif) 17px 12px no-repeat;
 min-height: 50px;
 }	
	
	
	
/* ************** CONTENTSEITEN DES SHOPS ***************** */

.textbox {
	clear:both;
	float:left;
	width:680px;
	padding-bottom:15px;
	}

.textbox h2 {
	margin:20px 0;
	}

.textbox h2 a {
	color:#F76B32;
	}	
		
	

.bild	{
	float:left;
	width:80px;
	}

.text {
	float:left;
	width:600px;
	}	
	
.linie_unten {
	border-bottom:1px solid #cacacb;
	}
	
	
/* ***************** SUCHERGEBNISSEITE ****************** */


.suche_bild	{
	float:left;
	width:250px;
	}

.suche_text {
	float:left;
	width:430px;
	}		
	
.suche_text ul {	
	margin:0 0 20px 14px;
	}
	
.suche_text ul li {	
	line-height: 1.6;
	}	
	
/* **************** Buttons ************************ */

.button_warenkorb {
	float:left;
	margin-top:20px;
	font-size:12px;
	font-weight:bold;
	color:white;
	padding:3px 10px 4px 45px;
	width:190px;
	border:0;
	background:url(images/button_warenkorb.gif) left top no-repeat;
	cursor:pointer;
	}	
	
.button_aktualisieren {
	float:right;
	margin-top:20px;
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
	display:inline;	
	color:#ffffff;
	border:0;	
	padding:3px 20px 4px 38px;
	width:145px;
	background:url(images/button_aktualisieren.gif) left top no-repeat;
	cursor:pointer;
	}	
	
.button_weiter, .button_login, .button_trusted_shops {
	float:left;
	/*margin-top:20px;*/
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
	display:inline;	
	color:#ffffff;
	border:0;	
	padding:3px 20px 4px 20px;
	width:126px;
	background:url(images/button.gif) left top no-repeat;
	cursor:pointer;
	}	
		
	
.button_bestellen {
	float:left;
	/*margin-top:20px;*/
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
	display:inline;	
	color:#ffffff;
	border:0;	
	padding:3px 20px 4px 20px;
	width:225px;
	background:url(images/button_sehr_breit.gif) left top no-repeat;
	cursor:pointer;
}	

.button_admin a {
	float:left;
	margin-top:20px;
	font-size:12px;
	font-weight:bold;
	color:white;
	padding:4px 20px 4px 45px;
	background:url(images/button.gif) left top no-repeat;
	}
	
/* Added by Helmut Neubauer */
.popup_body {
  background-color: #FFFFFF;
  background-image: none;
} 

/* 17.05.2009 - Header of product catalog */

.box_shop_header {
  background: #FFFFFF url(img/bg_linienbox_oben.gif) no-repeat scroll left top;
  clear: both;
  float: left;
  width: 100%;
}

.box_shop_header_inner {
  background: transparent url(img/bg_linienbox_unten.gif) no-repeat scroll right bottom;
  float: left;
  width: 100%;
}

#zettel_telnummer {
 font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;
 font-size:12px;
 padding:5px 13px 19px 13px;
 background:url(img/telnummer_rahmen.gif) center top no-repeat; 
}

.messageStackError {
  padding-bottom:6px;
}

.message_info {
  background:#f3f7fb url(img/message_info.gif) no-repeat scroll 17px 12px;
  border:1px solid #a7aeb4;
  color:#868e96;
  margin:20px 0;
  min-height:50px;
  padding:8px 10px 0 80px;
}

.box_round_1 {
	float:left;
	background:#E3E8EC url(img/box_rounded_corner_top_left.gif) left top
no-repeat;
	margin:10px 10px 0 0;
	}	
	
.box_round_2 {
	float:left;
	background:url(img/box_rounded_corner_top_right.gif) right top no-repeat;
	}	
	
.box_round_3 {
	float:left;
	background:url(img/box_rounded_corner_bottom_left.gif) left bottom
no-repeat;
	}	
	
.box_round_4 {
	float:left;
	background:url(img/box_rounded_corner_bottom_right.gif) right bottom
no-repeat;
	padding:8px 15px 8px 10px;
	}			
	
.box_round_1 p {
	margin:0;
	font-weight:bold;
	}
	
.box_round_1 input {
	border:0;
	background:0;
	}	

.optionen .boxhoehe {
	height:45px;
	}
	
.optionen .produktbox {
	margin:10px 10px 5px 0;
	position:relative;
	}
	
.optionen .checkbox {
	position:absolute;
	top:15px;
	right:15px;
	}	

.produktbox_optionen_oben_inner {
	float:left;
	padding:30px 10px;
	width:200px;
	height:160px;
	text-align:center;	
	background:url(img/shop_box_top_right.gif) right top no-repeat;
	}	
	
	/*----------------------------Suggest Styles--------------------------*/
.suggest_link {
        background-color: #FFFFFF;
        padding: 2px 6px 2px 6px;
}
.suggest_link_over {
        background-color: #3366CC;
        padding: 2px 6px 2px 6px;
        cursor: pointer;
}
#search_suggest {        
        position: absolute; 
        visibility: hidden;
        background-color: #FFFFFF; 
        text-align: left; 
        border: 1px solid #000000;  
        z-index:2000;
        margin-left:131px;
        margin-top: 50px;
                              
}          
/*----------------------------End Suggest Styles------------------------*/	

 /*---------------------------Review Styles-----------------------------*/
 
.review_histogram {
  float:left;
  background:#EAF0F7 none repeat scroll 0 0;
  border:1px solid #D9DFE3;
  margin:20px 0;
  min-height:50px;
  padding: 15px 15px 5px;
  width: 200px;
}

.review_average {
  float:right;
  margin:20px 0;
}

.review {
  clear:both;
  background:#EAF0F7 none repeat scroll 0 0;
  border:1px solid #D9DFE3;
  margin:20px 0;
  min-height:50px;
  padding: 15px 15px 5px;
  width: 450px;
}

.review .content {
  clear: both;
  float: left;
  padding: 0;
  width: 100%;
  margin-bottom: 5px;
}

.review .read_more {
  float: right;
  clear: both;  
}

.review .button_hit, .button_hit_helpful {
	margin-top:20px;
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
	display:inline;	
	color:#ffffff;
	border:0;	
	padding:3px 20px 4px 20px;
	width:126px;
	background:url(images/button.gif) left top no-repeat;
	cursor:pointer;
	}	
	
#bestellschritt3 li {
  clear:both;
}
	
	