/* GLOBAL Reset */

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #1a1a1a;
}

/* GLOBAL Definitions */

input[type=text], input[type=password] {
	-moz-border-radius: 5px;
	width: 300px;
	padding: 3px;
	background-color: #EAF5FF;
	border: 1px solid #8AC5FF;
}
input[type=button], input[type=submit], input[type=image] {
	-moz-border-radius: 5px;
	padding: 3px 15px 3px 15px;
	background-color: #EAF5FF;
	border: 1px solid #8AC5FF;
	color: #333333;
	font-weight: bold;
}
select {
	border: 1px solid;
	-moz-border-radius: 5px;
	width: 308px; /* Immer 8px länger als input[type=text] */
	padding: 3px;
	background-color: #EAF5FF;
	border: 1px solid #8AC5FF;
}
button {
	-moz-border-radius: 5px;
	padding: 3px 15px 3px 15px;
	background-color: #EAF5FF;
	border: 1px solid #8AC5FF;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
}
body {
	background-color: #046687;
}
h2 {
	font-size: 18px;
	color: #0195b1;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}
h2 a {
	font-size: 18px;
	color: #0195b1;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}
a {
	outline: none;
}
p {
	font-size: 12px;
	color: #1a1a1a;
	margin: 5px 0px 15px 0px;
}
label {
	font-weight: bold;
}
em {
	color: red;
	font-weight: bold;
}
p.error {
	background-color: #820000;
	padding: 5px;
	color: white;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
blockquote {
	padding: 5px;
	margin-left: 25px;
	margin-bottom: 10px;
}

/* ADs */

#topad {
	margin: 5px 0px 5px 0px;
	visibility: hidden;
}
#skyscrapper-left-ad {
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-color: black;
	display: none;
}
hr {
	background-color: #bcbcbc;
	height: 1px;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* LAYOUT */

#content {
	width: 970px;
}
.content-padder {
	padding: 0px 10px 10px 10px;
}
.content-padder-navigation {
	padding: 0px 10px 10px 10px;
}
.content-padder p {
	line-height: 155%;
}
.content-padder ul{
	margin-left: 50px;
}
.content-padder ul.slide-show{
	margin-left: 0px;
}
.content-padder ul li{
	line-height: 155%;
	list-style-type: square;
}
.content-padder ol{
	margin-left: 50px;
}
.content-padder ol li{
	line-height: 155%;
}
.content-padder h1{
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	margin: 10px 0px 10px 0px;
}
#bgleft {
	background-image: url(../img/line_left.png);
	height: 516px;
	left: 0;
	margin-top: 230px;
	background-repeat: no-repeat;
}
#bgright {
	background-image: url(../img/line_right.png);
	height: 611px;
	left: 0;
	margin-top: 0px;
	background-repeat: no-repeat;
}
#head {
	height: 80px;
	background-image: url(../img/head-bg.png);
	background-repeat: no-repeat;
	position: relative;
}
#head h1 {
	padding: 15px 0px 0px 20px;
}
#head h1 a {
	background-image: url(../img/logo_top.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 151px;
	display: block;
	text-indent: -9000px;
}

/* TOP NAVIGATION */

#top-navigation {
	position: absolute;
	left: 193px;
	top: 21px;
	list-style-type: none;
}
#top-navigation li {
	float: left;
	padding: 7px 10px 7px 10px;
	border-left: 1px solid #0c96b6;
	border-right: 1px solid #28bdd4;
}
#sel {
	background-image: url(../img/navbg-orange.png);
	background-repeat: repeat-x;
}
#nosel {
	background-image: url(../img/navbg-blue.png);
	background-repeat: repeat-x;
}
#top-navigation li a {
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.first {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.last {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/* SEARCHBAR */

#srchbar {
	position: absolute;
	top: 21px;
	right: 10px;
}
#searchform tr td {
	padding: 2px;
}
#searchbar-input{
	width: 120px;
}
#left-bar {
	width: 194px;
	background-image: url(../img/left-bar-bg.png);
	background-repeat: repeat-y;	
}
#left-bar h2 {
	font-size: 13px;
	color: #0566ae;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
}
#content-bar {
	background-color: white;
	border-bottom: 3px solid #0195b1;
}
#footer {
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: 250px 0px;
	background-color: black;
	height: 130px;
}
#imprint {
	position: relative;
}
#impcont {
	position: absolute;
	top: 15px;
	left: 15px;
	text-align: left;
}
#impcont img {
	margin-left: 0px;
	margin-bottom: 5px;
}
#impcont p {
	color: white;
	line-height: 155%;
	font-size: 11px;
}
#impcont p a {
	color: silver;
	line-height: 155%;
	font-size: 11px;
}

/* CATEGORIES */

#landingpage-navigation {
	list-style-type: none;
	border-top: 1px solid silver;
	margin-bottom: 10px;
}
#landingpage-navigation li {
	border-bottom: 1px solid silver;
}
#landingpage-navigation li a {
	display: block;
	padding: 3px 0px 3px 5px;
	text-decoration: none;
	font-weight: normal;	
}
#landingpage-navigation li a:hover {
	background-color: #E6E6E6;
}
ul.topcategory {
	margin-bottom: 10px;
	list-style-type: none;
}
ul.subcategory {
	list-style-type: none;
	margin-left: 10px;
}
ul.topcategory li {
	font-weight: bold;
	color: black;
	border-bottom: 2px solid gray;
}
ul.subcategory li {
	border-bottom: 1px solid silver;
}
ul.subcategory li a {
	display: block;
	padding: 3px 0px 3px 5px;
	text-decoration: none;
	font-weight: normal;
}
ul.subcategory li a:hover {
	background-color: #E6E6E6;
}
ul.subcategory li a.true {
	background-color: #f65901;
	color: #ffffff;
	font-weight: bold;
	margin-left: -10px;
}

/* CATALOGUE */

.pagetitle {
	margin-bottom: 20px;
}
.lightbox { /* Lightbox means the single product in a catalogue overview */
	width: 252px;
	height: 200px;
	margin-bottom: 0px;
	float: left;
}
.innerlightbox {
	width: 100%;
}
.innerlightbox td {
	padding: 5px;
}
p.product-description {
	font-size: 11px;
	color: #a1a1a1;
	margin: 0px;
	color: #0f4f7b;
}
p.product-price {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	color: #1b7913;
}
h2 a {
	color: #0195b1;
	text-decoration: none;
}
p.price-information {
	font-size: 10px;
	color: #be539b;
	margin: 0px;
	text-align: center;
}
p.detailslink {
	margin: 2px 0px 0px 0px;
}

/* DETAIL */

p.price {
	font-size: 20px;
	font-weight: bold;
	color: black;
	margin-bottom: 5px;
}
p.priceinfo {
	font-size: 11px;
	font-weight: normal;
	color: #bcbcbc;
}
p.shipinfo {
	color: #8caf48;
	margin-top: 5px;
	font-weight: bold;
}
#product-detail img.packshot {
	padding: 10px;
	border: 1px solid #bcbcbc;
}
#product-detail img.downloadbtn {
	margin-bottom: 15px;
}
#product-detail-text {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #bcbcbc;
	font-size: 12px;
	line-height: 155%;
}
#product-detail-text ul {
	margin-left: 25px;
	list-style-type: square;
}
#product-detail-text ol {
	margin-left: 25px;
}
#product-detail-text li {
	font-size: 12px;
	color: #1a1a1a;
}
#screenshots {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #bcbcbc;
	font-size: 12px;
	line-height: 155%;
}
#screenshots a img {
	border: 2px solid green;
	padding: 1px;
	margin: 5px;
}

/* WARENKORB */

#warenkorb {
	width: 100%;
	font-size: 12px;
	margin-top: 20px;
}
.warenkorb-head {
	padding: 5px;
	border: 1px solid white;
}
.warenkorb-head {
	background-color: gray;
	color: white;
	font-weight: bold;
}
.sum {
	background-color: #333333;
}
.row td {
	background-color: white;
	padding: 5px;
	border: 1px solid #e6e6e6;
}
.odd td {
	background-color: #f0f0f0;
}

/* LOGIN */

#new-curtomer-reg-form {
	width: 100%;
}
#new-curtomer-reg-form tr td {
	padding: 5px;
}
#old_customer {
	width: 100%;
	border: 1px dashed #9dd4ff;
	background-color: #f2f9ff;
	-moz-border-radius: 5px;
}
#old_customer tr td {
	padding: 10px;
}
#imanewcustomer {
	margin-top: 15px;
	width: 100%;
	border: 1px dashed #fda3a3;
	background-color: #fff0f0;
	-moz-border-radius: 5px;
}
#imanewcustomer tr td {
	padding: 10px;
}
#new-curtomer-reg-form {
	width: 100%;
	border: 1px dashed #9dd4ff;
	background-color: #f2f9ff;
	-moz-border-radius: 5px;
}
#new-curtomer-reg-form tr td {
	padding: 10px;
}

/* PAYMENT */

#payment-cards tr td {
	padding: 10px;
}
#payment-cards {
	width: 100%;
	border: 1px dashed #a3fda7;
	background-color: #f0fcf0;
	-moz-border-radius: 5px;
}
#gotopayment { /* Payment Button -> GmbH Payment Process */
	background-image: url(../img/kt_payment.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 150px;
	cursor: pointer;
	background-position: center;
	border: 1px dashed gray;
}

/* ANIMATION */

#animation tr td {
	padding: 5px;
}
#bestseller tr td {
	padding: 5px;
	border-bottom: 1px solid silver;
	height: 40px;
	background-image: url(../img/animation-gradient.jpg);
	background-repeat: repeat-x;
}
#latest tr td {
	padding: 5px;
	border-bottom: 1px solid silver;
	height: 40px;
	background-image: url(../img/animation-gradient.jpg);
	background-repeat: repeat-x;
}

/* SLIDER ANIMATION */

#slider{
	margin-bottom: -24px;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:756px;
	height:195px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{
	position: relative;
	top: -84px;
	left: 5px;
	}
#nextBtn {
	left: 700px;
	top: -84px;
}	
#prevBtn a, #nextBtn a{
	text-indent: -9000px;
	display: inline-block;
	height: 24px;
	width: 24px;
	background:url(../img/back.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../img/next.png) no-repeat 0 0;	
	}	

/*
	Landingpages
*/

.downloadtipp {
	height: 290px;
	width: 245px;
	float: left;
	background-image: url(../img/download-tipp-background.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 10px;
}
.middle {
	margin: 0px 10px 0px 10px;
}
div.tipptitle {
	margin-top: 65px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #0196b1;
	height: 35px;
}
div.tippimage {
	position: absolute;
	left: 15px;
	top: 120px;
}
div.tippimage img {
	border: 5px solid white;
	padding: 1px;
}
div.tipppreis {
	position: absolute;
	right: 20px;
	top: 130px;
	font-size: 24px;
	font-weight: bold;
	color: #0196b1;
}
div.tippdownloadinfo {
	position: absolute;
	top: 117px;
	left: 140px;
	font-size: 11px;
	font-weight: normal;
	color: #0196b1;
}
div.tippdownloadinfo a {
	color: #0196b1;
	text-decoration: underline;
}
div.tippdownloadbutton {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
div.tippdetailsbutton {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

/*
Slideshow
*/

.slide-show {
	height: 405px;
}

.slide-show li {
	position: absolute;
	list-style:none;
	display:block;
	width:755px;
	height:400px;
	overflow:hidden;
}

