@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg_1.png);
	}
h1,h2,h3,h4,p,div,span,ul,ol,li,a,td {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#fff;
	}
h1 {
	font-size:20pt;
	margin:0 0 10px 5px;
	padding-top:10px;
	}
h2 {
	font-size:14pt;
	margin-bottom:5px;
	font-weight:bold;
	}
h3 {
	font-size:12pt;
	margin-bottom:5px;
	margin-top:15px;
	font-weight:bold;
	}
a,a:link,a:visited {
	color:#fff;
	text-decoration:underline;
	}
a:hover {
	color:#000;
	background-color:#fff;
	text-decoration:none;
	}
img a:hover {
	background-color:inherit;
	}
a.social:hover {
	background-color:inherit;
	}
th {
	background-color:#fff;
	color:#000;
	font-weight:bold;
	text-align:center;
	padding:3px 5px;
	}
th * {
	color:#000;
	}
td {
	vertical-align:top;
}
hr {
	color:#fff;
	background-color:#fff;
	width:90%;
	height:1px;
	border:1px;
	text-align:center;
	}
#warenkorb {
	margin:auto;
	}
#warenkorb td {
	padding:3px 5px;
	border-bottom:solid 1px #fff;
	}
#warenkorb tr:hover td {
	background-color:#fff;
	color:#000;
	}
div.S,div.P {
	background-repeat:no-repeat;
	padding:35px 0 20px 180px;
	height:150px;
	}
div.S {
	background-image:url(/images/skizze_shirt.png);
	}
div.P {
	background-image:url(/images/skizze_hoody.png);
	}
select { background-color:#fff; border:solid 1px #8c6173; }
input[type="submit"],input[type="text"],input[type="password"],input[type="file"],input[type="select"],.iesubmit,textarea { background-color:#fff; border:solid 1px #8c6173; }


div#container {
	position: absolute;
	width: 800px;
	height: 517px;
	top:50%;left:50%;margin:-254.5px 0px 0px -375px;
	padding:0px;
	}
#inhalt strong {
	font-weight:bold;
	font-size:11pt;
	}
#inhalt ul {
	list-style:outside;
	padding-left:15px;
	}
#inhalt li {
	/*list-style-type:disc;*/
	list-style-image:url(../images/stern_solo_11.png);
	margin-left:15px;
	}
#inhalt p,#inhalt div {
	line-height:1.2em;
	}
#box {
	width:800px;
	height:517px;
	}
#menu {
	width:200px;
	height:517px;
	background-image:url(../images/menu_bg_2.jpg);
	float:right;
	}
#sterne {
	float:right;
	margin-top:80px;
	margin-right:-15px;
	}
#banner {
	width:600px;
	height:97px;
	/*MSIE 6 bekommt Pieng.js, um das PNG transparent darzustellen. Das geht aber nicht bei "background-image"*/
	/*background-image:url(../images/banner.png);*/
	float:left;
	}
.banner {
	position:absolute;
	z-index:100;
	}
#inhalt {
	width:600px;
	height:420px;
	background-image:url(../images/home/knottn_big.jpg);
	float:left;
	}
#inhalt1 {
	width:600px;
	height:517px;
	background-image:url(../images/home/knottn_big.jpg);
	float:left;
	}
#inhalt .inhalt {
	width:580px;
	height:370px;
	margin:auto;
	margin-top:15px;
	background-image:url(../images/inhalt_brett_4.jpg);
	}
.rahmen {
	-moz-border-radius:10px;
	border:solid 2px #fff;
	height:300px;
	padding:10px;
	margin:0 10px;
	overflow-y:scroll;
	}
#langselect {
	float:right;
	margin-right:195px;
	margin-top:-20px;
	width:130px;
	height:17px;
	padding:3px 0 0 5px;
	background-image:url(../images/langselect_bg.png);
	background-repeat:no-repeat;
	}
.produktthumbs a {
	color:#999;
	}
.shopimg {
	border:solid 2px #fff;
	-moz-border-radius:4px;
	}
div.select {
	width:210px;
	margin-top:10px;
	float:right;
	margin-right:5px;
	}
div.select a:hover {
	background-color:inherit;
	}


div.masstabelle {
	width:400px;
	margin:0 auto;
	}
div.masstabelle table {
	border-top:dotted 1px;
	border-left:dotted 1px;
	}

div.masstabelle td, div.masstabelle th {
	border-right:solid 1px;
	border-bottom:solid 1px;
	padding:3px;
	border-color:#8c6173;
	}
div.masstabelle td {
	text-align:center;
	}

p.caution {
	font-weight:bold;
	font-size:1.5em;
	}
ul.caution {
	background-color:#ffff00;
	}

table.preisliste {
	width:300px;
	margin:0 auto;
	}
table.preisliste td {
	height:18px;
	}
table.preisliste tr:hover td, table.preisliste tr:hover a, table.preisliste tr:hover {
	background-color:#fff;
	color:#000;
	}
span.img {
	display:none;
	float:right;
	margin-right:10px;
	}
table.preisliste tr:hover span.img {
	display:inherit;
	}
/*Mootooltip*/
.tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tip-top {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/web2/bubble.png) top left;
}
 
.tip-bottom {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/web2/bubble.png) bottom right;
}

/*.newsblock {
	clear:both;
	border-top:1px solid #fff;
	}
.newsblock:hover {
	background-color:#000;
	}
.newsblock .datum {
	width:70px;
	float:left;
	padding-top:5px;
	background-color:inherit;
	}
.newsblock .text {
	width:305px;
	float:right;
	padding-left:10px;
	border-left:2px dashed #fff;
	padding:5px 3px;
	background-color:inherit;
	}*/

.newsblock {
	border:1px solid #fff;
	margin-bottom:15px;
	}
.newsblock .datum {
	background-color:#fff;
	font-weight:bold;
	color:#000;
	font-size:1.5em;
	}
.newsblock .text {
	padding:0px 5px 5px 5px;
	}
	
.dealersb {
	border:1px solid #4b2582;
	margin-bottom:15px;
	}
.dealersb .titel {
	background-color:#4b2582;
	font-weight:bold;
	color:#000;
	font-size:1.5em;
	}
.dealersb .text {
	padding:0px 5px 5px 5px;
	}
.beschreib {
	display:none;
	}