/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #3399cc;
	font-family: Verdana;
	font-size: 12px;
}
p{
color: #3399cc;
font-family: Verdana;
font-size: 12px;
}
a:link { color : #000000; text-decoration: none }
a:visited {color : #000000; text-decoration: none }
a:hover {color: #000000; text-decoration: underline }
a:active {color: #666666; text-decoration: none }
.subnavipunkte {
	font-family: Verdana;
	font-size: 12px;
	font-weight: regular;
}
.produkttitel {
	font-size: 15px;
}
.produktuntertitel {
	font-size: 9px;
}
.headline {
	font-weight: bold;
}
#subnavi {
	 vertical-align:middle;
}
.seitentitel {
	font-size: 18px;
	letter-spacing: 2px;
}
ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.eingabefehler {
	background-color:#A9BDE2;
}
.meldetext {
	font-weight: bold;
}

