@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: top;
	color:#333333;
	/*background-image:url(bg_contentdisplay.jpg);
	background-repeat:repeat-x;
	background-color:#4687cb;*/
	background-color: #ffffff;
}
body {
	text-align: center; /*zentriert divMain in IE 5.5*/
}
form{
	padding:0px;
	margin:0px;
}
.header1, .header2, .header3 {
	color: #ffffff;
}
.header1 {
	font-size: 18px;
}
.header2 {
	font-size: 16px;
}
.header3 {
	font-size: 14px;
}
#divMain {
	//position: absolute;
	//left: 40px;
	width: 1000px;
	margin: 0px auto; /*zentriert*/
	text-align: left; /*text-zentrierung aufheben siehe body*/
	background-color: #ffffff;
	padding:16px;
	border:solid;
	border-width:3px;
	border-color:#ffffff;
}
.MainWidth {
	min-height: 460px;
	width: 984px;
	padding:8px;
}
a {
	text-decoration: none;
	color:#ffffff;
	font-weight: bold;
}
a:hover {
	color: #444444;
}
.emptyRow {
	/*height: 16px;*/
	clear: both;
	padding-top:8px;
}
.borderHorz {
	height: 3px;
	background-image: url(strich.jpg);
	background-repeat: no-repeat;
}
#divContent {
	min-height: 480px;
}
#divLanguage {
	float: right;
}
#divWelcome {
	float: left;
}
#divMainMenu {
	background-image: url(bg_mainmenu.jpg);
	/*background-repeat:no-repeat;*/
	height:16px;
	padding:4px 4px 4px 8px;
}
#divMainMenu a{
	text-decoration:none;
	color:#ffffff;
}
#divMainMenu a:hover{
	text-decoration:underline;
}
#divWelcome, #divHeadlines, #divFeatures {
	width:784px;
	padding: 8px;
	background-color:#366ea7;
	color:#ffffff;
	border:solid;
	border-width:thin;
	border-color:#dddddd;
}
.DivHeadContent {
	width:362px; 
	height: 260px;
	padding: 12px;
	border: 2px solid #ffffff;
}
#divProductDisplay, #divContentDisplay {
	float: left;
	width: 800px;
	min-height: 460px;
	padding: 8px;
	background-image:url(bg_contentdisplay.jpg);
	background-repeat:repeat-x;
	background-color:#4687cb;
	color:#ffffff;
	border: 1px solid #bbbbbb;
}
#divProductDisplay a:hover, #divContentDisplay a:hover {
	color:#333333;
}

.divProduct {
	float: left;
	width: 620px;
}
.BgContent {
	background-image:url(bg_contentdisplay.jpg);
	background-repeat:repeat-x;
	background-color:#4687cb;
}
.ContentColors {
	background-image:url(bg_contentdisplay.jpg);
	background-repeat:repeat-x;
	background-color:#4687cb;
	color:#ffffff;
}
.divProductImg {
	float: left;
	width: 160px;
	padding: 8px;
}
.divProductData {
	float: left;
	width: 440px;
}
.divAddToCart {
	float: left;
	width: 160px;
}
#btnAddToCart {
	float: right;
}
#tfCartQuantity {
}
.lblCartQuantity {
	float: right;
}
.divNextStep {
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: right;
	width: 850px;
}
.divToCheckout, .divToBasket{
	height:30px;
}
.btnToCheckout, .btnToBasket, #btnNextStep, #btnAddToCart{
	background-image:url(metallicbutton.gif);
	border:none;
	width:140px;
	height:29px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
#btnGoBack{
	background-color:#146EB4;
	color:#ffffff;
	border: 1px solid #ffffff;
}
.InfoHeader, .InfoText {
	font-weight: bold;
	color:#333333;
	padding:8px;
}
.InfoHeader {
	font-size: 16px;
}
.InfoText {
	font-size: 14px;
}
.InfoText a{
	color:#444444;
	text-decoration:underline;
}
.SmallText {
	font-size: 11px;
	font-weight: normal;
}
.RightBox {
	float: right;
	width: 160px;
}
.RightBox a {
	color:#666666;
	text-decoration:underline;
}
.RightBox a:hover {
	color:#333333;
}
.RightFloat {
	float: right;
}
.LeftFloat {
	float: left;
}
.RightAlign {
	text-align: right;
}
.Clearer {
	clear: both;
}
.Spacer10 {
	width: 10px;
	float: left;
}
.LineHorz {
	border-top:2px solid #ffffff;
}
.MenuItem {
	float:left;
}
#divBasketSmall {
	/*background-color:#0066FF;*/
	background-color:#146eb4;
	color:#ffffff;
	padding:8px;
	border:solid;
	border-width:1px;
	border-color:#555555;
}
#divBasketSmall a:hover {
	text-decoration:underline;
}
#divFooter {
	color:#333333;
	font-size:11px;
}
#divFooter a {
	color:#333333;
	text-decoration:underline;
}
.Footer {
	font-size:11px;
}
.Footer a {
	color:#333333;
	text-decoration:underline;
}
.Footer a:hover {
	color:#555555;
	text-decoration:none;
}
