html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: url('images/background_vertical.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
}



/**********************************************************************************************
 HTML ELEMENTS THEME
**********************************************************************************************/

a {
	color: #5a97d6;
}

p {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #5a97d6;
	text-decoration: none;
	margin: 0px;
	margin-bottom: 12px;
	padding: 0px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	color: #5a97d6;
	text-decoration: none;
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
}

input, textarea {
	font-size: 11px;
	background-color: #f6f6f6;
	border: 1px solid #999999;
}

.button {
	background-color: #6AA1DA;
	color: white;
	cursor: pointer;
	padding: 2px;
	border-radius: 5px;
	border: 1px solid white;
	font-weight: bold;
	margin: 2px;
}

.button[disabled] {
	background-color: #dddddd;
	color: #888888;
	font-weight: normal;
	border: 1px solid #777777;
}




/**********************************************************************************************
 MAIN LAYOUT
**********************************************************************************************/

#body {
	background: url('images/site_background_de.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#main {
	position: relative;
	width: 930px;
	margin: 0 auto;
}

#header {
	height: 94px;
}

#logo {
	width: 498px;
	height: 94px;
	cursor: pointer;
}

#content {
	float: right;
	width: 680px;
	padding: 20px;
	line-height: 145%;
	min-height: 650px;
	height:auto !important;  /* für moderne Browser */
	height:650px;  /*für den IE */
	background-color: #ffffff;
}

#content li {
	margin-bottom: 4px;
}

#homeAmbience {
	width: 930px;
	height: 169px;
	background: url('images/home_ambience.jpg') no-repeat;
	background-color: #ffffff;
}




/**********************************************************************************************
 TOP NAVIGATION / NAVIGATION CONTEXT
**********************************************************************************************/

#subnav {
	position: relative;
	color: #7e7e7e;
	font-size: 10px;
	background: url('images/subnav_background.png') no-repeat;
}

#subnav a {
	color: #7e7e7e;
	text-decoration: none;
}

#subnav a:hover {
	color: #5a97d6;
	text-decoration: underline;
}

#navigationContext {
	position: relative;
	padding: 12px 10px;
	padding-left: 230px;
	background: url('images/subnav_image.png') no-repeat;
}

#navigationContextHome {
	position: relative;
	margin-left: 10px;
	padding: 10px 0px;
	font-size: 14px;
	width: 800px;
	white-space: nowrap;
	overflow: hidden;
}

#tickerText1, #tickerText2 {
	position: relative;
}

#siteFlags {
	position: absolute;
	right: 20px;
	top: 14px;
}

#siteFlags img {
	padding: 0px 2px;
	border: 0px;
}


/**********************************************************************************************
 MENU
**********************************************************************************************/

#menu {
	float: left;
	width: 200px;
	min-height: 690px;
	height:auto !important;  /* für moderne Browser */
	height:690px;  /*für den IE */
	padding-right: 10px;
	background-color: #ffffff;
}

#menu a {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}

#menu a:hover {
	color: #5a97d6;
}

#menu .active {
	color: #5a97d6;
}

#menu ul, #menu ul a {
	font-size: 11px;
	margin-left: 0px;
}

#menu ul ul, #menu ul ul a {
	font-size: 10px;
	letter-spacing: 0px;
	margin-left: 0px;
}

#menu ul ul ul, #menu ul ul ul a {
	font-size: 9px;
	letter-spacing: 0px;
	margin-left: 0px;
}

.navTitle {
	background: url('images/nav_title_bg.jpg') no-repeat;
	padding-top: 16px;
	padding-left: 8px;
	padding-bottom: 10px;
	color: #5a97d6;
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 0px;
}

.nav1 {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.nav1 li {
	background: url('images/nav1_bg.jpg') no-repeat;
	padding: 4px 5px 6px 20px;
}

.nav1 .active {
	background: url('images/nav1_bg_active.jpg') no-repeat;
}

.cnav2 {
	list-style: none;
	padding: 8px 0px;
}

.cnav2 li {
	background: url('images/nav2_bg.jpg') no-repeat;
	position: relative;
	padding: 5px 5px;
}

.cnav2 .active {
	background: url('images/nav2_bg.jpg') no-repeat;
}

.nav2 {
	list-style: none;
	padding: 8px 0px;
}

.nav2 li {
	background: url('images/nav2_bg.jpg') no-repeat;
	background-position: bottom left;
	position: relative;
	padding: 5px 5px;
}

.nav2 .active {
	background: url('images/nav2_bg.jpg') no-repeat;
	background-position: bottom left;
}

.nav3 {
	list-style: none;
	padding: 5px 0px;
}

.nav3 li {
	background: white;
	padding: 4px 2px;
}

.nav3 .active {
	background: white;
}


/**********************************************************************************************
 FOOTER
**********************************************************************************************/

#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	color: #666666;
	padding: 30px 10px;
}

* html #footer {
	height:1px;
}




/**********************************************************************************************
 SEARCH
**********************************************************************************************/

#search {
	position: absolute;
	top: 30px;
	right: 20px;
	vertical-align: middle;
}

#searchbox {
	width: 190px;
	background-color: #ffffff;
}

#searchbutton {
	font-weight: normal;
}

#searchRecommendation {
	position: absolute;
	top: 72px;
	right: -100px;
	z-index: 60;
	background-color: #ffffff;
	padding: 3px;
	width: 336px;
	border: 1px solid #555555;
}

#searchselect {
	position: relative;
	left: 42px;
}


/**********************************************************************************************
 PRODUCT OVERVIEW
**********************************************************************************************/

#productTable {
	font-size: 13px;
	width: 670px;
}

#productTable td {
	padding: 30px 5px;
}

#productTable tr {
	cursor: pointer;
	background: url('images/productDiv.jpg') no-repeat;
	background-position: bottom center;
}

.overviewProductName {
	font-weight: bold;
}

.overviewProductBrand {
}

.overviewProductCategory {
}

.minPrice {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	background: url('images/price_background.jpg') no-repeat;
}




/**********************************************************************************************
 PRODUCT DETAILS
**********************************************************************************************/

.productImage {
	position: relative;
	left: -20px;
	margin-top: 30px;
	width: 300px;
	text-align: center;
	float: left;
}

.productText {
	margin-top: 40px;
	margin-left: 300px;
	width: 350px;
}

.productName {
	color: #222222;
	font-size: 18px;
	margin-bottom: 5px;
}

.productName a {
	text-decoration:none;
	color: #222222;
}

.productBrand {
	font-size: 14px;
	padding: 2px 0px;
}

.productCategory {
	font-size: 14px;
	padding: 2px 0px;
}

.productText .title {
	font-weight: bold;
	padding-right: 10px;
}

.productDescription {
	margin-top: 40px;
	margin-bottom: 20px;
}

.productShortDescription {
	margin-top: 20px;
	margin-bottom: 40px;
}

.productShortDescription .title {
	display: block;
}

.productVoting {
	margin-bottom: 10px;
	cursor: pointer;
}

.productVoting a {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.productVoting .title {
	font-weight: bold;
	color: #5a97d6;
	font-size: 13px;
}

.productVoting img {
	position: relative;
	top: 7px;
	border: 0px;
}

.productEmail {
	font-size: 11px;
}


#emailService {
	font-size: 11px;
	margin-top: 10px;
}

.nocomment {
	margin-top: 20px;
}




/**********************************************************************************************
SHOP DETAILS
**********************************************************************************************/

#shop .shopImage {
	position: relative;
	left: -20px;
	margin-top: 30px;
	width: 300px;
	text-align: center;
	float: left;
}

#shop .shopText {
	margin-top: 40px;
	margin-left: 300px;
	width: 350px;
}

#shop .shopText .title {
	font-weight: bold;
	padding-right: 10px;
}

#shop .shopName {
	color: #222222;
	font-size: 18px;
	margin-bottom: 5px;
}

#shop .shopDescription {
	margin-top: 20px;
	margin-bottom: 40px;
}

#shop .shopDescription .title {
	display: block;
}

#shop .shopVoting {
	margin-bottom: 10px;
	cursor: pointer;
}

#shop .shopVoting a {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

#shop .shopVoting .title {
	font-weight: bold;
	color: #5a97d6;
	font-size: 13px;
}

#shop .shopVoting img {
	position: relative;
	top: 7px;
	border: 0px;
}




/**********************************************************************************************
 SHOP TABLE (ON PRODUCT DETAILS)
**********************************************************************************************/

.shopsTableTitle {
	position: relative;
	margin-bottom: 10px;
	margin-top: 60px;
	height: 40px;
	background: url('images/shop_table_title_bg.jpg') repeat-x;
}

.packageTabs {
	position: absolute;
	right: 0px;
	padding-top: 18px;
}

.packageTab {
	position: relative;
	display: inline;
	background: url('images/tab.gif') no-repeat;
	padding: 15px 11px 5px 19px;
	font-weight: bold;
	color: #5a97d6;
}

.packageTab a {
	text-decoration: none;
	font-weight: normal;
}

.shopsTableColumn1 {
	width: 170px;
	padding: 5px;
}

.shopsTableColumn2 {
	width: 220px;
	padding: 5px;
}

.shopsTableColumn3 {
	width: 160px;
	padding: 5px;
}

.shopsTableColumn4 {
	width: 100px;
	padding: 5px;
}

#shopTable .shopName a {
	color: #222222;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#shopTable .price {
	font-size: 15px;
	font-weight: bold;
	padding: 3px 0px;
}

#shopTable .shopVoting {
	font-size: 11px;
}

#shopTable .notifyWrongPrice {
	font-size: 11px;
}

#shopTable .modified {
	font-size: 11px;
}

#shopTable .priceDetails table {
	margin-bottom: 10px;
	width: 200px;
}




/**********************************************************************************************
 VOTING / COMMENTS
**********************************************************************************************/

.voteStars img {
	padding-top: 3px;
	cursor: pointer;
}

#commentForm {
	margin-bottom: 20px;
}

#commentName {
	width: 254px;
}

#commentText {
	width: 250px;
	height: 80px;
}

.commentTitle {
	background: url('images/productDiv.jpg') no-repeat;
	background-position: top center;
	padding-top: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #222222;
	font-size: 18px;
}

.commentWriteLink {
	color: #5a97d6;
	font-size: 14px;
	margin-bottom: 10px;
}

.commentWriteLink a {
	text-decoration: none;
}

.commentWriteLink a:hover {
	text-decoration: underline;
}

.commentStars {
	margin-top: 16px;
	margin-bottom: 6px;
}

.commentFrom {
	padding-left: 2px;
	margin-bottom: 14px;
}

.commentText {
	padding-left: 2px;
	margin-bottom: 15px;
}
