html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	background-color: #B2B2B2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(/templates/pics/bgstripe.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
p {
	margin: 0;
	padding: 0;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
ol {
	margin: 0 0 0 25px;
}
ul {
	margin: 0 0 0 15px;
}
object, embed {
	margin: 0; 
	padding: 0;
	cursor: pointer;
}
form, input, label, select, textarea {
	margin: 0;
	padding: 0;
}
img, a img {
	border: 0;
}
a:link, a:visited, a:active, a:hover { 
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	padding: 0;
	font-size: 16px;
	color: #000000;
}
h1 {
	margin: 0 0 20px 0;
	color: #000000;
}
h2 {
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 15px;
	
}
h3 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 12px;
}
h4 {
	margin: 0 0 6px 0;
	font-weight: bold;
	font-size: 11px;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
form {
	margin: 0;
	padding: 0;
}
/* Schriftarten */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.vsuper {
	vertical-align: top;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.vbottom {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tright { text-align:right; }
.floatl { float: left; }
.floatr { float: right; }
.fixfloat {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

/* min-height */
.minh-10 {
	height: 10px;
	overflow: visible;
}
html>body .minh-10 {
	height: auto;
	min-height: 10px;
}

/* Innen- und Außenabstände */

/* Seitenaufbau */
#main-container {
	width: 950px;
	height: 560px;
	margin: auto;
	overflow: visible;
	position: relative;
	background-image: url(/templates/pics/bg.gif);
	background-repeat: repeat-y;
	background-position: center;	
}
html>body #main-container {
	height: auto;
	min-height: 560px;
}
#product21 {
	position: absolute;
	width: 215px;
	height: 225px;
	left: 120px;
	top: 0;
	background-image: url(/templates/pics/produkt21.png);
	background-repeat: no-repeat;
	z-index: 10;
}
* html #product21 {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/pics/produkt21.png');
}
#head-nav-container {
	width: 950px;
	height: 31px;
	line-height: 31px;
	background-image: url(/templates/pics/headnav_bg.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
#lang-nav {
	position: absolute;
	left: 873px;
	top: 0;
	width: 75px;
	height: 31px;
	line-height: 31px;
	z-index: 1;
}
#head-nav {
	position: absolute;
	left: 325px;
	top: 0;
	width: 270px;
	padding-right: 20px;
	overflow: hidden;
	text-align: right;
	background-image: url(/templates/pics/stopper.png);
	background-repeat: no-repeat;
	background-position: right 5px;
}
#head-nav a:link, #head-nav a:visited, #head-nav a:active, #head-nav a:hover  {
	padding-left: 12px;
}
#full-text-search {
	position: absolute;
	left: 630px;
	top: 0;
	line-height: 31px;
	width: 225px;
	height: 31px;
	background-image: url(/templates/pics/stopper.png);
	background-repeat: no-repeat;
	background-position: right 5px;
}
#search-form, #search-form label, #search-form button, #search-form input  {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#search-form label {
	display: none;
}
#search-form input {
	border: 1px solid #787878;
	width: 133px;
	height: 15px;
	display: block;
	margin: 7px 5px 0 0;
}
#search-form button {
	width: 75px;
	height: 31px;
	line-height: 31px;
	text-transform: uppercase;
	border: 0;
	background-color: transparent;
	font-weight: bold;
	display: block;
	cursor: pointer;
	overflow: visible;
}
* html #full-text-search, * html #head-nav {
	background-image: none;
	border-right: 1px solid #787878;
}
#head-container {
	width: 950px;
	height: 153px;
	overflow: hidden;
	position: relative; 
	background-image: url(/templates/pics/header_bg.gif);
	background-repeat: no-repeat;
	position: relative;
}
#main-nav {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 140px;
	height: 143px;
	text-transform: uppercase;
	text-align: right;
	font-size: 13px;
	line-height: 25px;
	z-index: 3;
}
#main-nav a:link, #main-nav a:visited, #main-nav a:active, #main-nav a:hover {
	display: block;
	width: 95px;
	padding: 0 15px 0 30px;
	line-height: 25px;
	height: 25px;
	text-decoration: none;
	color: #000000;
}
html>body #main-nav a:hover {
	background-image: url(/templates/pics/main_nav_hover.png);
	background-repeat: no-repeat;
}
* html  #main-nav a:hover {
	background-image: url(/templates/pics/main_nav_hover_ie6.gif);
	background-repeat: no-repeat;
}
#main-nav a.mnactive:link, #main-nav a.mnactive:visited, #main-nav a.mnactive:active, #main-nav a.mnactive:hover {
	background-image: none;
	font-weight: bold;
}
#head-src {
	position: absolute;
	top: 15px;
	left: 435px;
	width: 357px;
	height: 126px; 
	background-image: url(/templates/pics/head_src.png );
	background-repeat: no-repeat;
	z-index: 1;
}
* html #head-src { display: none; }
#head-product {
	position: absolute;
	top: 0px;
	left: 450px;
	width: 450px;
	height: 153px; 
	background-image: url(/templates/pics/schuh.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	z-index: 2;
}
#blue-head-container {
	width: 950px;
	height: 8px;
	overflow: hidden;
	background-image: url(/templates/pics/blue_head_bg.gif);
	background-repeat: no-repeat;
	position: relative;
	line-height: 1px;
	font-size: 1px;
}
#content-top-container {
	width: 950px;
	height: 60px;
	background-image: url(/templates/pics/content_padding_bg.gif);
	background-repeat: no-repeat;
	position: relative;
}
#path-nav {
	position: absolute;
	left: 300px;
	top: 26px;
}
#content-container {
	width: 910px;
	height: 400px;
	overflow: visible;
	background-image: url(/templates/pics/content_bg.gif);
	background-repeat: repeat-y;
	padding: 0 0 30px 20px;
}
html>body #content-container {
	height: auto;
	min-height: 400px;
}
#content-left {
	margin: 0 3px 0 0;
	width: 274px;
	overflow: hidden;
}
#content-area {
	width: 375px;
	overflow: hidden;
	margin-right: 0px;
}
#content-right {
	width: 250px;
	overflow: hidden;
}
#content-foot-container {
	width: 950px;
	height: 70px;
	background-image: url(/templates/pics/content_foot_bg.gif);
	background-repeat: no-repeat;
	position: relative;
}
#watermark {
	position: absolute;
	width: 52px;
	height: 63px;
	left: 690px;
	top: -7px;
}
#footer {
	width: 730px;
	text-align: right;
	font-size: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
/* Formatierungen */
#content-area h1 {
	font-size: 30px;
	line-height: 27px;
	margin-bottom: 10px;
}
/*#content-area p {
	line-height: 18px;
	margin-bottom: 30px;
}*/
#content-area ul, #content-area ol {
	margin-bottom: 10px;
}
#content-area li {
	line-height: 16px;
}
.content-text {
	font-size: 11.5px;
	line-height: 15px;
}
.content-text p,
.content-comment p{
	margin: 0 0 0px 0;
	padding: 0 0 10px 0; 
}
.content-comment,
.content-comment-autor {
	font-family: Georgia, Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
}
.content-comment-autor {
	font-size: 10px;
	font-family: verdana, arial, san-serif;
	line-height: 15px;
	font-weight: bold;
	text-align: right;
}
#pd21-information { 
	color: #4F4F4F;
	font-size: 10px;
	padding-left: 90px; 
}
.box-labels-right {
	width: 250px;
	height: 290px;
	overflow: hidden;
	position: relative;
}
.box-labels-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 275px;
	height: 287px;
	background-image: url(/templates/pics/markenbg.png);
	background-repeat: no-repeat; 
	z-index: 5;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.box-labels-content h3 {
	position: absolute;
	left: 20px;
	width: 180px;
	top: 56px;
	margin: 0;
	padding: 0;
	color:#FFFFFF;
	font-size: 27px;
	text-transform: uppercase;
}
.box-labels-text {
	position: absolute;
	left: 20px;
	width: 180px;
	top: 17px;
}
.box-labels-logos {
	position: absolute;
	left: 11px;
	width: 198px;
	height: 180px;
	overflow: hidden;
	top: 83px;
}
.flag-constructor {
	position: absolute;
	left: 210px;
	width:35px;
	height: 180px;
	overflow: hidden;
	top: 20px;

}
.georia { font-family:Georgia, "Times New Roman", Times, serif; }