body {
	font-size: 101%;
	background-color: #999999;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
#gesamtseiteOuter {
	background-color: #fff;
	margin: auto;
	width: 900px;
	text-align: left;
}
#headerOuter {
	background-image: url(../pics/backgrounds/bg-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 170px;
}
#headerOuter img.mood {
	float: right;
	margin-left: 10px;	
}
#headerOuter #headerFooter {
	height: 17px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #b7b4b4;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #fff;
	font-size: 12px;
}
#headerOuter #headerFooter #Rechts {
	text-align: right;
	float: right;
}
#headerOuter #headerFooter #Links {
	text-align: left;
	float: left;
}
#headerOuter #headerFooter a {
	color: #F5F5F5;
	text-decoration: none;
}
#headerOuter #headerFooter a:hover {
	color: #F5F5F5;
	text-decoration: underline;
}
#contentOuter {
	clear:both;
}
#contentOuter #navColumn {
	float: left;
	width: 180px;
	padding-top: 35px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 30px;
}
#contentOuter #navColumn ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#contentOuter #navColumn ul li {
	font-weight: bold;
	color: #666666;
	background-image: url(../pics/backgrounds/nav-dotted-line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 4px;
}
#contentOuter #navColumn ul li a {
	color: #666666;
	text-decoration: none;
}
#contentOuter #navColumn ul li a:hover {
	color: #fff;
	background-color: #990000;
}
#contentOuter #navColumn ul li ul li {
	font-weight: normal;
	color: #666666;
	background-image: none;
	height: 1.2em;
	padding-bottom: 0px;
}
#contentOuter #navColumn ul li ul {
	margin-bottom: 1em;	
}
#contentOuter #contentColumn {
	float: right;
	width: 600px;
	padding-top: 35px;
	padding-right: 25px;
	padding-bottom: 25px;
}
#contentOuter #contentColumn h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #990000;	
}
#contentOuter #contentColumn h2 {
	font-size: 1.2em;
	color: #666666;
	font-weight: normal;
}
#contentOuter #contentColumn h3 {
	font-size: 1em;	
}
#contentOuter #contentColumn p {
	font-size: 0.8em;
	line-height: 150%;
}
#contentOuter #contentColumn ul,td {
	font-size: 0.8em;
}
#contentOuter #contentFooter {
	clear: both;
	background-image: url(../pics/backgrounds/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	border-top: 5px solid #b7b4b4;
	height: 46px;
	padding-top: 5px;
	padding-bottom: 2px;
}
#contentOuter #contentFooter ul {
	margin-left: 50px;
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contentOuter #contentFooter li {
	display: block;
	float: left;
	padding-right: 20px;
}
#contentOuter #contentFooter li.mainLogo {
	padding-right: 60px;
}
#contentOuter #contentFooter li.secLogo {
	padding-top: 12px;
}
#contentOuter #contentFooter li.collagen {
	padding-top: 6px;
}

/* Produktseitenstile */
div.produktContainer {
	clear: both;
	padding-top: 10px;
	background-image: url(../pics/punkt-linie-produkte.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	
}
img.produktRund {
	margin-right: 50px;
	float: left;
	display: inline;
	padding-bottom: 15px;
}
img.produktLang {
	clear: both;
	margin-bottom: 10px;	
}
span.produktBezeichnung {
	font-size: 0.7em;
	font-weight: normal;
	color: #990000;	
}
span.produktGroessen {
	font-size: 0.7em;
	font-weight: normal;	
}
p.produktInfo {
	display: inline;
}
/* Formaularstilanweisungen */
label {
	width: 9em;
	float: left;
	clear: left;
	line-height: 160%;
}
input.formInputLong {
	width: 20em;
	clear: right;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #880c14;
	font-size: 1em;
	padding-top: 0.2em;
}
input.formInputMedium {
	width: 15.1em;
	clear: right;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #880c14;
	font-size: 1em;
	padding-top: 0.2em;
	
}
input.formInputShort {
	width: 4em;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #880c14;
	font-size: 1em;
	padding-top: 0.2em;
}
textarea {
	border: 1px solid #880c14;
	width: 22em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.formButtonLeft {
	margin-left: 9em;
}
.formError {
	color: #880c14;
}


