@charset "utf-8";
#Bannerbild {
	position:relative;
	left:0px;
	top:-5px;
	width:120px;
	height:150px;
	z-index:2;
	float: left;
}

#Bannertitel {
	position:relative;
	left:0px;
	top:0px;
	width:276px;
	height:140px;
	z-index:1;
	float: left;
	margin-right: 15px;
	font-family: "Garamond Premr Pro", "Times New Roman", serif;
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#Bannername {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	height: 150px;
	width: 200px;
	float: right;
	font-family: "Garamond Premr Pro", "Times New Roman", serif;
	font-size: 36px;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#Banner {
	position:relative;
	left:1px;
	top:-20px;
	width:750px;
	height:150px;
	z-index:1002;
	padding: 5px;
	margin-bottom: 15px;
	background-image: url(../Images/Elemente/strumpfIllu.jpg);
	background-repeat: repeat-x;
}

.style1 {font-size: 80%}

.Schriftart14 {
	font-size: 14px
}

#Stoererunten  {
	position:relative;
	left:100px;
	top:-50px;
	width:auto;
	height:auto;
	z-index:1;
	float: right;
}
#Stoereroben {
	position:relative;
	left:120px;
	top:0px;
	width:auto;
	height:auto;
	z-index:1;
	float: right;
}

a:visited {
	text-decoration: none;
	color: #C2D2FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #E4B8A2;
}

.weißeSchrift {color: #FFFFFF}

body {
	font: 100% Garamond, Times, TimesNewRoman,serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	margin-top: 20px;
	background-color: #990000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #990000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 70px;
	width: auto;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#990000;
	background-image: url(../Images/Elemente/strumpfIllu.jpg);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	font-family: "Garamond Premr Pro", "Times", "Times New Roman", serif;
	font-size: 36px;
	font-weight: bold;
	color: #990000;
}
p {
	font-family: "Garamond Premr Pro", "Times", "Times New Roman", serif;
	font-size: 16px;
}
.Produktbeschreibung {
	font-family: "Garamond Premr Pro", "Times", "Times New Roman", serif;
	font-size: 12pt;
	color: #990000;
	margin-left: 5px;
	text-align: left;
}


a:link {
	text-decoration: none;
	color: #990000;
}

h2 {
	font-family: "Garamond Premr Pro", "Times", "Times New Roman", serif;
	font-size: 24px;
	color: #990000;
	clear: both;
}
img {
	float: left;
	padding-right: 10px;
}
#Logo {
	position: relative;
	left: 8px;
	top: 5px;
	height: auto;
	width: auto;
	z-index: 1001;
	background-color: #990000;
	background-position: right top;
	float: right;
}
#W3C {
	position: relative;
	float: right;
	top: -47px;
	left: 10px;
}

