/*moduloroxid3_pr.css*/
/* Druckversion */



HTML,BODY,TABLE,TR,TD,TH,UL,LI,IMG,HR,
P,H1,H2,H3,H4,H5,IMG{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: White;
	color: black;
   border: none;
	text-align: left;	
	vertical-align: top;
}

HTML,BODY {
	font-size: 12px;
}

TABLE,TR,TD,TH,LI {
	border-collapse: collapse; 
	font-size: 12px;
}

IMG {
}

UL { 
	padding-left: 20px;
	font-size: 12px;
}
	
LI{ 
	padding-left: 10px;
	list-style-type: disc;
	font-size: 12px;
}

H1,H2,H3,H4,H5{
	font-weight: bold;
}
H1 {
    font-size: 20px;
}
H2 {
    font-size: 16px;
}
H3 {
    font-size: 14px;
}

P{
}
/*--------------------------------*/

#mainbox{
	width: 670px;	/*war: 540px*/
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
}
#mainbox td {
}

#addressbox{
	width: 100%;
}
.address{
	font-size: 11px;
}
.logo{

	width: 480px;
}

.locationrow{
margin-bottom: 20px;
}

#producttitlebox{
}


.product_description{
	font-size: 14px;	
	margin-top: 8px;
}

.product_image{
	padding-right: 12px;
}

.marketing{
	font-weight: bold;
	margin-top: 24px;
}

#variantbox {
	margin-top: 24px;
}

#variantbox td{
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#variantimagebox{
	margin-top: 24px;
}

#variantimagebox td{
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}

/*----------------------
		WG-Produktinfos
-----------------------*/
/*permanent sichtbarer WG-Block*/
#mod_wg_permanent{
	margin-top: 6px;
	margin-bottom: 6px;
}

/*expandierender WG-Info-Block*/
#mod_wg_expand {
	margin-top: 6px;
	margin-bottom: 6px;
}


.mod_wg_header{ 
	font-weight: bold;
	margin-top: 6px;
}

.mod_wg_cnt,
.mod_wg_cnt_wysiwyg{
}

/*Absätze in Produktinfotexten (WG)*/
.mod_wg_cnt_wysiwyg p{
	margin-bottom: 4px;
}

.mod_wg_cnt_wysiwyg td{ 
 	/*Tabellen im CMS*/
	border: 1px solid black;
	/*evtl. width 100%*/
}


/*-----------------------------
		Produktübersicht
-------------------------------*/
#mod_productlistbox{
	width: 100%;
	margin-top: 24px;
	margin-bottom: 36px;
}

#mod_productlistbox .mod_productlist_full_image{
	width: 200px;
	vertical-align: middle;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#mod_productlistbox .mod_productlist_full_description{
	padding-top: 24px;
	padding-bottom: 24px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}	

#mod_productlistbox tr{
}

