* {
	margin: 0px;
	padding: 0px;
}

a:link,
a:visited,
a:hover,
a:active{
	color:#4e5e6b;
}


address {
	font-style: normal;
}

.main {
	width: 1210px;
	margin-left: auto;
	margin-right: auto;
}

.newsletter {
	margin-top: 19px;
}

.newsletter form label {
	color: #6f8394;
	padding-right: 7px;
	font-weight: lighter;
}

.newsletter form input[type="text"] {
	border-radius: 20px;
	padding-left: 15px;
	padding-right: 25px;
	width: 169px;
	height: 26px;
	background-color: #f4f4f4;
	background-clip: padding-box;
	border: 0;
	border-top: 1px solid #828282;
	border-left: 1px solid #a8a8a8;
	border-bottom: 1px solid #d0d0d0;
	box-shadow: inset 0 1px 3px #d2d2d2;
	color: #4e5e6b;
}

.newsletter form input[type="submit"] {
	margin-left: -28px;
	cursor: pointer;
	font-weight: bold;
	color: #4e5e6b;
	padding-top: 5px;
	padding-left: 3px;
	padding-bottom: 5px;
	width: 101px;
	border: 1px solid #bbc7d2;
	border-radius: 20px;
	background-clip: padding-box;
	background-color: #d5dfe9; 
	background-image: linear-gradient(to top, rgba(0,0,0,.14) 0%, rgba(255,255,255,.14) 100%);
}

.newsletter form input[type="submit"]:hover {
	background-image: none;
	background-color: #bbc4cc;
}

.header {
	background: url("../images/header_background.png");
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-left: 1px solid #dcddde;
	border-right: 1px solid #dcddde;
	border-bottom: 1px solid #ddddde;
	margin-top: 29px;
	margin-left: 10px;
}

.logo img{
	margin-left: 30px;
	margin-top: 18px;
	margin-bottom: 14px;
	margin-right: 10px;
}

.contact {
	margin-left: 109px;
	margin-top: 21px;
	width: 525px;
}

.contact img {
	padding-right: 7px;
}

.contact address, .contact address a {
	color: #4e5e6b;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
	margin-top: 2px;
	display: block;
}

.contact p {
	color: #6f8394;
	font-size: 90%;
	line-height: 14px;
}

.ebay_besuchen {
	margin-top: 22px;
	margin-right: 13px;
	width: 243px;
	margin-bottom: 15px;
}

.ebay_besuchen a {
	color: #4e5e6b;
	text-decoration: underline;
	word-wrap: break-word;
}

.ebay_besuchen a:hover {
	text-decoration: none;
}

.ebay_besuchen form input[type="button"],
.ebay_besuchen a.button{
	height: 52px;
	margin-top: 12px;
	width: 243px;
	color: #4e5e6b;
	font-weight: bold;
	font-size: 155%;
	padding-bottom: 2px;
	border: 1px solid #bac7d2;
	border-radius: 8px;
	background-clip: padding-box;
	background-color: #d4dfe9;
	box-shadow: 0 2px 4px rgba(0,0,0,.44);
	background-image: linear-gradient(to top, rgba(0,0,0,.14) 0%, rgba(255,255,255,.14) 100%);
	cursor: pointer;
	display:block;
	text-decoration:none;
	text-align:center;
	line-height:52px;
}

.ebay_besuchen form input[type="button"]:hover,
.ebay_besuchen a.button:hover{
	background-image: none;
	background-color: #bbc4cc;
}

.menu_block {
	border-top: 3px solid white;
	margin-left: 10px;
	background: url(../images/menu_background.png);
	position: relative;
	z-index: 200;
}

ul.menu {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

ul.menu:hover{
    position:relative;
    z-index:20000;
}

ul.menu li {
	float: left;
	position:relative;
}

ul.menu li a {
	color: white;
	font-size: 100%;
	display: block;
	padding-top: 28px;
	padding-bottom: 22px;
	padding-left: 32px;
	padding-right: 32px;
	background-image: url("../images/menu_breaker.png");
	background-repeat: no-repeat;
	background-position: right center;
}

ul.menu li:last-child a:last-child {
	background: transparent;
}

ul.menu li:last-child a:last-child:hover {
	background-color: #376b8c;
}

ul.menu li a:hover {
	background-color: #376b8c;
}

ul.menu li ul {
	position:absolute;
	top:63px;
	left:0px;
	display: none;
	background: url(../images/menu_background.png);
	padding:0;
	width:100%;
}


ul.menu li ul li {
	float: none;
	padding:0px;
	width:100%;
	border-top:1px solid #006cb0;
	border-bottom:1px solid #004169;
}

ul.menu li ul li:first-child{
	border-top:none;
}

ul.menu li ul li:last-child{
	border-bottom:none;
}

ul.menu li ul li a{
	background: transparent;
	margin:0px;
	padding:15px 0;
	width:100%;
	display:block;
	text-align:center;
}

ul.menu li:hover ul {
	display: block;
}


.search {
	position: absolute;
	left: 50%;
	margin-left: 316px;
	background: url("../images/menu_background.png");
	width: 274px;
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.search form {
	padding-left: 13px;
	margin-bottom: 12px;
	margin-top: 10px;
}

.search form input[type="text"] {
	width: 180px;
	border-radius: 15px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	height: 29px;
	color: #4e5e6b;
	padding-left: 15px;
	padding-right: 25px;
	border: 0;
	background-clip: padding-box;
	background-color: #f4f4f4;
	box-shadow: inset 0 1px 4px rgba(0,0,0,.75);
}

.search form input[type="image"] {
	margin-bottom: -10px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 11px;
	margin-left: -17px;
	border: 1px solid #bac7d2;
	border-radius: 15px;
	background-clip: padding-box;
	background-color: #d5dfe9;
	background-image: linear-gradient(to top, rgba(0,0,0,.14) 0%, rgba(255,255,255,.14) 100%);
}

.search form input[type="image"]:hover {
	background-image: none;
	background-color: #bbc4cc;
}

.template {
	border-top: 1px solid #ddddde;
	margin-left: 10px;
	margin-top: 3px;
	border-left: 1px solid #dcddde;
	border-right: 1px solid #dcddde;
	background-color: #f2f2f2;
	overflow: hidden;
}

.template_image {
	margin-left: 10px;
}

.template_image_container {
	width: 706px;
	border: 1px solid #dbdbdb;
	margin-top: 49px;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 11px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 10px;
	background-clip: padding-box;
	background-color: #fff;
	box-shadow: inset 0 0 9px rgba(0,0,0,.31);
}

.template_image_container img {
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	width: 706px;
}

.template_choose_image {
	margin-left: 15px;
	margin-top: 10px;
}

.template_choose_image img{
	border: 1px solid #d4d4d4;
	border-radius: 10px;
	margin-right: 7px;
	max-height:108px;
	width:auto;
}

.template_choose_image img:hover {
	border: 1px solid #2f5c79;
	cursor: pointer;
}

.template_information {
	line-height: 29px;
	margin-top: 78px;
	width: 35%;
	min-height:460px;
	position:relative;
	padding-bottom:150px;
}

.template_title {
	color: #4e5e6b;
	font-size: 200%;
	padding-bottom: 21px;
	border-bottom: 1px solid #ddddde;
	margin-left: 20px;
}

.template_attributes {
	border-top: 1px solid #ffffff;
	padding-top: 16px;
	margin-left: 22px;
	border-bottom: 1px solid #ddddde;
	padding-bottom: 19px;
}

table.attributes tr {
	line-height: 23px;
}

table.attributes tr td {
	padding-right: 25px;
	color: #4e5e6b;
}

table.attributes tr td:last-child {
	font-weight: bold;
}

.template_shipping {
	border-top: 1px solid #fff;
	padding-top: 29px;
	color: #4e5e6b;
	padding-left: 26px;
	background-image: url("../images/checked_icon.png");
	background-repeat: no-repeat;
	background-position: 4px 34px;
	width: 373px;
	margin-left: 20px;
}

.template_shipping span {
	color: #359913;
	font-weight: bold;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent; 
	border-right:20px solid #1b619e; 
	margin-top: 41px;
	position: relative;
	left: 50%;
	margin-left: -228px;
	margin-top: 70px;
}

.buy_form {
	background: #1b619e;
	border-top: 1px solid #ddddde;
	box-shadow: inset 0 3px 0 white;
	padding-top: 20px;
	padding-bottom: 19px;
	padding-left: 22px;
	width: 120%;
	margin-top: 29px;
}

.buy_form_title {
	color: white;
	display:inline-block;
	width: 270px;
}

.buy_form_title p {
	margin: 0px;
	padding: 0px;
	padding-left: 1px;
	line-height: normal;
	margin: 10px 0 10px 0;
}

.buy_form_title h1 {
	font-size: 300%;
	font-weight: bold;
	font-family: Arial;
}

.quantity label {
	color: white;
	margin-left: 7px;
}

.quantity input {
	width: 34px;
	margin-left: 3px;
	padding-top: 8px;
	font-size: 115%;
	padding-bottom: 8px;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: -4px;
	text-align: center;
	font-weight: bold;
	color: #4e5e6b;
	border: 0;
	background-clip: padding-box;
	border-radius: 15px;
	background-clip: padding-box;
	background-color: #f4f4f4;
	box-shadow: inset 0 1px 4px rgba(0,0,0,.75);
}

.buy_now {
	margin-left: 11px;
}

.buy_now input,
.buy_now a{
	display:block;
	text-align:center;
	line-height:32px;
	height: 32px;
	margin-top: 27px;
	margin-right: 21px; 
	width: 136px;
	color: #fff;
	font-weight: bold;
	font-size: 125%;
	border: 1px solid #fa5158;
	border-radius: 8px;
	background-clip: padding-box;
	background-color: #ee1d25;
	box-shadow: 0 2px 4px rgba(0,0,0,.44);
	background-image: linear-gradient(to top, rgba(0,0,0,.14) 0%, rgba(220,83,83,.14) 100%);
	text-shadow: 0px 2px #a34b4b;
	cursor: pointer;
}

.buy_now input:hover,
.buy_now a:hover{
	background-image: none;
	background-color: #ee1d25;
}

.free_shipping {
	width: 288px;
	margin-left: 15px;
	margin-top: -22px;
	color: #359913;
	font-weight: bold;
	padding-left: 27px;
	background: url("../images/checked_icon.png") white;
	background-repeat: no-repeat;
	background-position: 4px center;
	position: absolute;
	border-radius: 15px;
	border: 6px solid #1b619e;
}

.payment_shipping {
	float: right;
	overflow: hidden;
	position:absolute;
	bottom:0px;
	right:0px;
}

.payment_methods {
	margin-left: 0px;
}

.payment_methods h4 {
	margin-bottom: 3px;
}

.payment_methods h4, .shipping_methods h4 {
	color: #4e5e6b;
}

.uberweisung {
	border-radius: 10px;
	background-clip: padding-box;
	background-color: #f18f25;
	color: #f0f8ff;
	width: 85px;
	padding-bottom: 0px;
	padding-right: 8px;
	font-size: 89%;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 8px;
	font-weight: bold;
	cursor: default;
	line-height: 23px;
	margin-top: 0px;
}

.shipping_methods {
	margin-left: 18px;
}

.shipping_methods h4 {
	margin-bottom: 10px;
}

.shipping_methods img:last-child {
	margin-top: -4px;
}

.template_content {
	border-top: 1px solid #ddddde;
	box-shadow: inset 0px 2px 0px white;
	margin-top: 29px;
}

.performance_information {
	width: 815px;
	color: #4e5e6b;
}

.performance_information h3{
	font-size: 120%;
	font-weight: bold;
	margin-top: 26px;
	margin-bottom: 32px;
	color: #4e5e6b;
}

.performance_information {
	line-height: 23px;
	margin-left: 29px;
	padding-right:30px;
        font-size:18px;
}

.performance_information ul{ 
	list-style:disc;
	padding:0 20px;
}

.add_blocks {
	margin-top: 56px;
	margin-right: 13px;
	margin-bottom: 16px;
}

.block_template {
	width: 302px;
	margin-bottom: 20px;
}

.block_template h2{
	background: url("../images/add_block_background.png") #376b8c;
	background-repeat: repeat-x;
	color: #f5f1f0;
	font-size: 130%;
	font-weight: bold;
	border-bottom: 2px solid #2f5c79;
	padding-left:15px;
	padding-top: 15px;
	padding-bottom: 11px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.block_template div.block_background {
	color: #5e6c77;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 19px;
	line-height: 20px;
	border-radius: 7px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	background-clip: padding-box;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(107,109,113,.7);
	background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%);
}

.block_template:nth-child(1) p {
	padding-bottom: 39px;
}

.block_template:nth-child(2) div.block_background {
	padding-bottom: 18px;
}

.block_template:nth-child(2) p {
	padding-bottom: 5px;
}

.block_template p span {
	color: #359913;
	font-weight: bold;
}

.block_template_2 {
	background: url("../images/block_background_2.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 43px;
}

.block_template_3 {
	background: url("../images/block_background_3.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 58px;
}

.offers a {
	display: block;
}

.offers_block {
	border-top: 1px solid #ddddde;
	box-shadow: inset 0px 1px 0px white;
	border-left: 1px solid #dcddde;
	border-right: 1px solid #dcddde;
	margin-left: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-clip: padding-box; 
	background-color: #f2f2f2;
	box-shadow: 0 1px 3px rgba(107,109,113,.7);
	background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%); /* gradient overlay */
	padding-left: 13px;
	padding-right: 13px;
}

.offers_block h3 {
	margin-top: 34px;
	font-size: 120%;
	font-weight: bold;
	margin-left: 4px;
	margin-bottom: 18px;
	color: #4e5e6b;
}

.offers {
	border-radius: 7px;
	background-clip: padding-box;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(107,109,113,.7);
	background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #f7f7f7 100%); /* gradient overlay */
	border-right: 1px solid #d1d0d1;
	border-left: 1px solid #d1d0d1;
	overflow: hidden;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: 18px;
}

.offer_template {
	border: 1px solid #d4d4d4;
	border-radius: 8px;
	background-clip: padding-box;
	width: 217px;
	min-height:350px;
	margin-left: 12px;
}

.offer_template:hover {
	border: 1px solid #2f5c79;
	cursor: pointer;
}

.offer_template img{
	border-radius: 8px;
	max-width:215px;
}

.offer_template h2 {
	color: #4e5e6b;
	font-size: 111%;
	font-weight: bold;
	margin-top: 13px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 15px;
	padding-bottom: 0px;
}

.offer_template h1 {
	color: #2f5c79;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 165%;
	font-weight: bold;
}

.offer_template p {
	margin-left: 12px;
	line-height: 10px;
	color: #4e5e6b;
}

.suggestions {
	text-align: center;
}

.suggestions form input,
.suggestions a{
	border: 1px solid #bac7d2;
	border-radius: 15px;
	background-clip: padding-box;
	background-color: #d5dfe9;
	background-image: linear-gradient(to top, rgba(0,0,0,.14) 0%, rgba(255,255,255,.14) 100%);
	margin-top: 5px;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-weight: bold;
	margin-bottom: 27px;
	cursor: pointer;
	display:inline-block;
	line-height:20px;
}

.suggestions form input:hover,
.suggestions a:hover{
	background-image: none;
	background-color: #bbc4cc;
}

