/* LAYOUT STYLES */


/* ------------------ CORPORATE AREA ------------------ */

/* logo */
#headWrapper {
	position: relative;
	float: none;
	width: 747px;
	height: 80px;
	overflow: hidden;
	background-image: url(/gfx/sub-header_base001.jpg);	
}

#headWrapper #logo {
	position: relative;
	float: left;
	width: 106px;
	height: 59px;
	margin-top: 10px;
	margin-left: 6px;
	background-image: url(/gfx/identity002.gif);
	display: block;
	
}

#headWrapper #location {
	position: relative;
	float: right;
	display: block;
	margin-top: 10px;
	margin-right: 17px;
}

#headWrapper #logo span {
	display: none;
}

/* ------------------ TOP MENU ------------------ */

#topmenuWrapper {
	position: relative;
	float: none;
	width: 747px;
	height: 21px;
	overflow: hidden;
	background-image: url(/gfx/global-navigation_base001.jpg);	
}

/* ------------------ BREADCRUMBS ------------------ */

div#breadcrumbsWrapper {
	position: relative;
	float: none;
	width: 747px;
	height: 22px;
	margin: 8px 0 5px 0;
	overflow: hidden;
}

div#breadcrumbsWrapper div#breadcrumbs {
	margin-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

div#breadcrumbsWrapper div#breadcrumbs a {
	text-decoration: none;
	color: #0066CC;
}


/* ------------------ MAIN AREA ------------------ */

#mainWrapper {
	position: relative;
	float: none;
	height: auto;
	width: 600px;
	overflow: hidden;
}


/* ------------------ MENU AREA ------------------ */

#menuWrapper {
	position: relative;
	float: left;
	height: auto;
	width: 182px;
	overflow: hidden;
	margin-right: 15px;
}

/* search */
#menuWrapper #search {
	position: relative;
	float: none;
	height: 40px;
	overflow: hidden;
	padding: 0px 0px 0px 10px;
}

#menuWrapper #search form input {
	position: relative;
	left: 0px;
	float: none;
	height: 13px;
	width: 110px;
	overflow: hidden;
	border: 1px solid #06c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2376BC;
	text-decoration: none;
	padding: 2px;
	background-image: url(../gfx/layout/suche_bg.gif);
	background-repeat: repeat-x;
}

#menuWrapper #search form {	
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#menuWrapper #search span a {
	position: relative;
	float: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: bold;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	width: 100%;
}



/* ------------------ MAIN CONTENT ------------------ */

#contentWrapper {
	position: relative;
	float: left;
	width: 550px;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 0px 0px 10px 0px;
	min-height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

/* ------------------ FOOTER AREA ------------------ */



#footerArea {
	width : 747px;
	height : 35px;
	background : #e7e7e7 url("/gfx/footer-area_base001.jpg") no-repeat top;
	font-size : 13px;
	clear: both;
}

#footerUtility {
	float : left;
	width : 310px;
	padding : 13px 0 0 17px;
	font-size : 10px;
}

#footerUtility a:link,
#footerUtility a:visited {
	
}

#footerUtility a:hover,
#footerUtility a:active {
	
}

#footerArea address {
	padding : 13px 18px 0 0;
	text-align : right;
	font-size : 10px;
	font-style : normal;
}



table.productpreview {
	border-collapse: collapse;
}

table.productpreview th {
	vertical-align: bottom;
	text-align: center;
	border-bottom: 2px solid #aaa;
}

table.productpreview td {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

table.productpreview td.inner, th.inner {
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
}

