﻿/* CSS Document */
/*nee pareviewonline, PAreview.css and elkhoury.css and bope.css*/
body { /*needed for fixed-width centering - text-align: center - Do NOT change this*/
	background: #7f7f7f; /*OLD: sobotta-blue: 0067b1 */
}

/***** header *****/
#header {
	height: 125px;
}
#banner {
	background-color: #F2F2F2; 
	height: 125px;
}
#logo {
	height: 125px;
	background-color: #fff; /*orange FF9900 - 4E4E4E grey 95959b - red f6141d*/
}
/***** end header *****/
#navigation {
	background-color: #c6d2eb;	/*lt grey person A4A4AA- dk grey person 95959B*/
}

/***** end navigation *****/

#content .product {
        font-size:.8em;
}

#content .product form p {
	margin-left:155px;
}

#content .product form p.preis {
	margin-left:0px;
}

#content .product img.cover {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}


/***/
#fie { /*FIX i.e.*/ /*fixes ul, ol, and dl placement in i.e.7*/ /*without this fix, lists float off the page in i.e.7*/
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}
/***/




/********************/
#sidebar {
	background-color: #dfe5f3;
}



#sidebar a:hover {
	color: #f6141d;
}
/***** end content - sidebar *****/
#footer {
	border-top-color:#777788;
	background-color: #dfe5f3;
}

#footer a:hover {
	/*background-color: #D3D3D3;*/
	color: #f6141d; /*red*/
}

/***** end footer *****/

h1 {   
	font-size: .905em;  
	font-weight: bold;
	color: #f6141d; 
	text-align: left;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 6px; 
}
* html h1 {   
	font-size: .935em;  
	font-weight: bold;
	color: #f6141d; 
	text-align: left;
	margin-top: 30px;
	margin-bottom: 12px;
	margin-left: 6px; 
}


/***** end *****/

