@CHARSET "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	background: #FFF url(../img/bg.jpg) repeat-x 0px -20px;
	min-width: 800px;
	margin-right: 16px;
	
}

a img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #00a;
}

h1 {
	font-size: 130%;
	margin: 0px 4px;
}

p {
	margin: 10px 4px;
}

.box-content img {
	padding-right: 10px;
}

#content .box-content li {
	margin-left: 16px;
}

select,input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 90%;
}

a:hover {
	text-decoration: underline;
}

/*
 * Navigation Header
 */
#topnav {
	position: absolute;
	top: 49px;
	left: 0px;
	width: 684px;
	height: 155px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 10;
}

#logincontainer {
	background: transparent url(../img/login.png?1) no-repeat;
	height: 50px;
	width: 450px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#login {
	height: 50px;
	padding-top: 4px;
}

#login div {
	display: inline;
	width: 200px;
}

#login div a,#login div span {
	padding-left: 25px;
	font-weight: bold;
	font-size: 92%;
}

#loginlinks {
	height: 50px;
	width: 200px;
	white-space: nowrap;
	display: inline;
	margin-left: 30px;
}

#loginlinks a {
	padding: 6px;
	color: white;
	font-weight: bold;
}

#navcontainer {
	position: absolute;
	top: 54px;
	left: 421px;
	height: 56px;
	width: 580px;
}

#navcontainer a {
	width: 56px;
	height: 56px;
	display: block;
	outline: none;
	float: left;
	margin: 0px 4px;
	color: black;
}

#navcontainer a span {
	display: none;
	position: relative;
	top: -20px;
	left: -75px;
	width: 200px;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
}

#navcontainer a:hover {
	background-position: 0px 56px;
	text-decoration: none;
}

#navcontainer a:hover span {
	display: block;
}

#subnavcontainer {
	position: absolute;
	top: 159px;
	right: 0px;
}

#subnav {
	float: right;
	white-space: nowrap;
	margin-right: 10px;
}

#subnav a {
	font-weight: bold;
	color: black;
}

#searchcontainer {
	position: absolute;
	top: 179px;
	right: 0px;
	width: 100%;
	height: 22px;
	text-align: center;
	font-weight: bold;
}

#searchcontainer select,#searchcontainer input {
	margin-left: 6px;
}

input.submit {
	font-weight: bold;
	font-size: 100%;
}

#searchfield {
	position: static;
	width: 20em;
}

#searchcontent {
	text-align: left;
	width: 24em;
}

.yui-ac-content {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #808080;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 9050;
}

.yui-ac-highlight {
	background: none repeat scroll 0 0 #426FD9;
	color: #FFFFFF;
}

.yui-ac-shadow  {
	background: none repeat scroll 0 0 #000000;
	margin: 0.3em;
	opacity: 0.1;
	position: absolute;
	width: 100%;
	z-index: 9049;
}

.yui-ac-content ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.yui-ac-content li {
	cursor: default;
	list-style: none outside none;
	margin: 0;
	padding: 2px 5px;
	white-space: nowrap;
}

#sidebarleft {
	position: absolute;
	padding: 10px;
	top: 205px;
	left: 0px;
	width: 200px;
	background: #fff;
}

/*
 * Page Structure
 */
#content {
	background: #fff;
	margin-top: 210px;
	margin-left: 215px;
	margin-right: 200px;
	padding: 5px;
}

#sidebarright {
	/*
	background:none repeat scroll 0 0 #FFFFFF;
	*/
	position: absolute;
	right: 0px;
	top: 205px;
	padding: 10px;
	width: 200px;
	background: #fff;
	overflow: hidden;
}

#footer {
	border-top: 1px solid #8f8f8f;
	margin-top: 20px;
}

#footer p {
	text-align: center;
}

/*
 * Box
 */
div .box {
	border: 1px solid #8f8f8f;
	margin: 10px;
	overflow: auto;
}

div.scrollBox {
	overflow: auto;
}

div.box-container div.scrollBox {
	overflow: hidden;
}

div.box-container {
	margin-bottom: 15px;
}

div.box-container .box-content {
	overflow: hidden;
}

div.box-lt,div.box-rt,div.box-lb,div.box-rb {
	background: url(../img/box2.gif) no-repeat;
	width: 11px;
	height: 11px;
}

div.box-content {
	border-left: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
	padding: 0px 10px;
}

div.box-lt {
	background-position: left top;
	position: absolute;
}

div.box-rt {
	background-position: right top;
	float: right;
}

div.box-lb {
	background-position: left bottom;
	position: absolute;
}

div.box-rb {
	background-position: right bottom;
	float: right;
}

div .box-t,div.box-b {
	height: 10px;
	margin-left: 11px;
	margin-right: 11px;
}

div .box-t {
	border-top: 1px solid #8f8f8f;
}

div .box-header .box-t,.box-header div.box-lt,.box-header div.box-rt {
	background-color: #d4e5f7;
	height: 19px;
	border-bottom: 1px solid #8f8f8f;
}

div.box-header div.box-lt,.box-header div.box-rt {
	padding-bottom: 1px;
}

div.box-title {
	position: relative;
	top: 18px;
	left: 12px;
	font-weight: bold;
	font-size: 120%;
	margin-top: -15px;
}

div .box-b {
	border-bottom: 1px solid #8f8f8f;
}

div.sidebarImage .box-lt,div.sidebarImage .box-t,div.sidebarImage .box-rt
	{
	display: none;
}

div.sidebarImage a img {
	margin-bottom: -4px;
	width: 200px;
}

div .cart td {
	border-top: 1px solid #bbb;
	padding: 6px 0px;
	vertical-align: bottom;
	overflow: hidden;
	text-align: right;
}

div .cart td .price {
	font-size: 110%;
	text-align: right;
}

div .cart td .pageLink {
	text-align: right;
}

div .cart p {
	font-size: 90%;
}

div.insideHeader {
	clear: both;
	background-color: #CED0E9;
	padding: 6px;
	margin: 4px 0px;
	font-weight: bold;
}

#content .smallprint {
	font-size: 90%;
}

/*
 * Table
 */
#content .box-container {
	/*
	min-width: 380px;
	*/
}

table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

#content .nav,#content td {
	border-bottom: 1px #cfcfcf solid;
	padding: 4px
}

#content div.last,#content .last td {
	border-bottom: 0px;
}

#content .info {
	text-align: center;
	white-space: nowrap;
}

#content .info a {
	color: #f77a1e;
}

#content .next a,#content .prev a {
	padding: 0px 4px;
}

#content .link {
	color: maroon;
	outline: none;
	cursor: pointer;
}

#content .link:hover {
	margin: 0px;
	padding: 0px;
}

#content .next {
	float: right;
	width: 100px;
	text-align: right;
}

#content  .prev {
	float: left;
	width: 100px;
}

#content .save {
	color: maroon;
	font-weight: bold;
	font-size: 110%;
}

#content td {
	vertical-align: top;
}

#content td.imgContainer {
	width: 110px;
	vertical-align: middle;
	text-align: center;
}

#content td.imgContainer div {
	font-size: 90%;
}

#content td.save {
	width: 50px;
	text-align: right;
}

#content table.itemPrice {
	margin: 10px 0px;
	width: auto;
}

#content table.itemPrice td {
	vertical-align: middle;
}

#content td.price {
	text-align: center;
	width: 70px;
	vertical-align: bottom;
}

div.price,span.price {
	color: maroon;
	font-weight: bold;
	font-size: 130%;
}

#content td.cartLink {
	width: 90px;
	color: maroon;
	text-align: center;
}

#content td.cartLink img {
	margin-bottom: 2px;
}

.pageLink {
	font-size: 90%;
}

#content td.max {
	width: 100%;
}

#content .artImg {
	padding: 2px;
	margin: 6px 0px 6px 0px;
	float: left;
	float: left;
}

#content div.save {
	margin-bottom: 10px;
	padding-top: 14px;
	float: right;
	padding-left: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}

#content p {
	margin-top: 4px;
	margin-left: 0px;
}

#content table.offers {
	margin: 4px 0px 4px 0px;
}

#content table.offers td {
	width: 120px;
	height: 158px;
	text-align: center;
	font-size: 90%;
	border-bottom: 0px;
	vertical-align: middle;
	border-right: 1px solid #ddd;
}

#content table.offers td.hidden {
	display: none;
}

#content table.offers td.show {
	display: auto;
	font-size: 80%
}

#content .offers td div {
	height: 80px;
}

#content h3 {
	clear: both;
	background-color: #d4e5f7;
	border: 1px solid #8f8f8f;
	padding: 4px;
}

div.scroller {
	display: none;
	white-space: nowrap;
	overflow: hidden;
	text-align: right;
}

div.box-content div.scroller {
	display: block;
	font-weight: bold;
	color: #63637F;
}

div.scroller div.left,div.scroller div.right {
	padding: 0px 5px;
	cursor: pointer;
	z-index: 100;
	position: relative;
	background-color: #eee;
	border: 1px solid #ddd;
}

div.scroller div.left {
	float: left;
}

div.scroller div.left:hover,div.scroller div.right:hover {
	color: red;
}

div.right {
	float: right;
}

div.scroller div.noright {
	border-right: 0px;
}

div.scroller a {
	margin-right: 8px;
	position: relative;
}

div.white div {
	border: 0px;
}

div .white .box-t,.white div.box-lt,.white div.box-rt {
	background-color: white;
	background-image: none;
	border: 0px;
}

div .blau .box-t,.blau div.box-lt,.blau div.box-rt {
	background-color: #8fbdfc;
}

div .yellow .box-t,.yellow div.box-lt,.yellow div.box-rt {
	background-color: #fdba3c;
}
div .black .box-t,.black div.box-lt,.black div.box-rt {
	background-color: #383636;
	color: #CCCCCC;
}

div .autumn .box-t,.autumn div.box-lt,.autumn div.box-rt {
	background-color: #c9bda7;
}

.white div.box-lt,.white div.box-rt,.white div.box-lb,.white div.box-rb
	{
	background: none;
}

.topLink {
	border-bottom: solid 1px #bbb;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
	padding-bottom: 8px;
}

.topLink img {
	margin-left: 8px;
}

.warning {
	color: red;
	text-align: left;
}

#content table.progress {
	width: 395px;
	background-repeat: no-repeat;
	background-position: -4px 0px;
	float: right;
}

#content table.selectCountry {
	background-image: url(../img/order_progress_1.gif);
}

#content table.selectPayment,#content table.amazonSelected {
	background-image: url(../img/order_progress_2.gif);
}

#content table.enterData,#content table.notValidated {
	background-image: url(../img/order_progress_3.gif);
}

#content table.confirmOrder {
	background-image: url(../img/order_progress_4.gif);
}

#content table.progress td {
	padding: 0px;
	padding-top: 30px;
	border: none;
	font-size: 80%;
	color: gray;
	text-align: center;
	height: 60px;
	width: 79px;
}

#content table.progress a {
	padding-top: 30px;
}

#content table td.label {
	width: 100px;
}

#content table input {
	width: 300px;
}

#content table input.submit {
	width: auto;
	float: right;
	clear: both;
}

ul.subList {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 6px;
	font-size: 90%;
	font-weight: bold;
}

ul.subList li,ul.subList li a {
	padding: 2px;
	color: black;
}

.required {
	color: red;
}

.newsletter {
	margin-bottom: 10px;
}

.newslettercontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	line-height: 15px;
	background-image: url('../img/newsletter/bg_verlauf.jpg');
	line-height: 15px;
}

.newslettercontent p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#newsletterheader {
	display: block;
}

.newslettercontent #abonnieren {
	position: relative;
	margin-left: 26px;
}

.newslettercontent #newslettermailto {
	width: 170px;
}

.newslettercontent #newslettermailto {
	font-size: 10px;
}

.infobutton {
	background: url(../img/button/b_info.gif) no-repeat left 3px;
	padding-left: 16px;
	font-weight: normal;
	font-size: 12px;
}

.infobutton:hover {
	background-position: left bottom;
	color: #003678;
}


	
.einleitung {
	font-size: 18px;
	font-weight: bold;
	color: #114c98;
}

.werbetext {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial,  sans-serif;
}

.color1{
	background-color: #ffffff;
}
.color2{
	background-color: #d9e0e4;
}
.abstand{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}




/*
RMA-Stuff
	*/
.rmamainmessage {
	height: 50px;
	font-size: 150%;
	font-weight: bold;
	border-bottom: solid 1px #bbb;
	margin: 10px;
	text-align: center;
	line-height: 50px;
	background-color: #d4e5f7;
	text-align: center;
}

#rmalanguagechoice {
	background: transparent url(../img/rmalogin.png) no-repeat scroll 0 0;
	background-position: 10px;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #d4e5f7;
	height: 30px;
	line-height: 25px;
}

.rmaformheader {
	background-color: #F4DB28;
	margin: 15px 5px 5px 5px;
	padding: 5px;
}

/******************* 
RMA Non-Table Forms 
********************/
form.rmaform fieldset {
	margin-bottom: 10px;
}

form.rmaform legend {
	padding: 0 2px;
	font-weight: bold;
}

form.rmaform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form.rmaform fieldset ol {
	margin: 0;
	padding: 0;
}

form.rmaform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.rmaform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.rmaform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.rmaform fieldset fieldset label {
	display: block;
	width: auto;
}

form.rmaform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form.rmaform label {
	width: 120px; /* Width of labels */
}

form.rmaform fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}

.rmanavlinks {
	margin: 10px;
}

.rmanavlinks a {
	margin-right: 5px;
}

.rmanavlinks  li {
	float: right;
	margin-left: 20px;
}

.rmanavlinks ul {
	display: inline;
}

#content input.rmaRadio {
	width: auto;
}

.rmaIndent {
	margin-left: 24px;
}

/* the rotating animated gif shown while loading page*/
#curtain {
	position: fixed;
	_position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	_height: expression(document.body.offsetHeight +   "px");
	background: url(../img/rmaimages/bigrotation2.gif) no-repeat center
		center;
	padding: 24px;
	_background: url(../img/rmaimages/bigrotation2.gif) no-repeat center
		center;
	padding: 24px;
}

/*reduce transparency of browser window while loading page,
different values for different browsers*/
.bodybusy {
	-moz-opacity: 0.5 !important;
	-webkit-opacity: 0.5 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
		!important;
	filter: alpha(opacity = 50) !important;
	opacity: 0.5 !important;
}

#content table input.rmamainsubmit {
	width: 125px;
	font-size: 75%;
	float: none;
	display:block;
	margin:auto;
}

#content input.rmamainsubmit{
	margin:20px;
	}



#content .boxrma p{
margin-left:5px;
}

.extlinkicon{
	background:transparent url(../img/rmaimages/extlink.gif) no-repeat scroll  left center;
	padding-left:20px;
}

.trackandtracelinkstext{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
	
td a img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
	
#content p.rmap{
	margin-left:4px;
	}	
	
#content .tdcenter{
	text-align:center;
	}

#content table td.fakeheader {
    text-align:center;
    font-weight:bold;
    font-size:120%;
    border-style:none
}
		
