html{
	height: 100%;
}
body {
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #C0CDDF;
	margin: 0px;
	height: 100.5%;
}
td{
	font-size: 12px
}
h1{
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
}
h2{
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}
p{
	margin-top: 0px;
	margin-bottom: 0.5em;
}
span.small{
	font-size: 11px
}
a:link, a:visited{
	color: #A6006B;
}
a:hover, a:active{
	color: #BF69A5;
}
td.container{
}
p.einleitung{
	font-weight: bold;
	color: #A6006B;
}
p.caption{
	font-weight: bold;
}
p.footer{
	background-image: url(../img/top.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 6px;
	margin: 0px;
	font-size: 11px;
	background-color: #C0CDDF;
}
a.footer:link, a.footer:visited{
	color: #000;
	text-decoration: none;
}
a.footer:hover, a.footer.active{
	text-decoration: underline;
}
a.navigation:link, a.navigation:visited{
	background-image: url(../img/navi_bg.gif);
	background-repeat: repeat-y;
	display: block;
	border-left: 12px solid #ADADAD;
	background-color: #DDD;
	border-bottom: 1px solid #FFF;
	color: #000;
	text-decoration: none;
	width: 153px;
	padding-left: 5px;
}
a.navigationmagenta:link, a.navigationmagenta:visited, a.navigationmagentaakt:link, a.navigationmagentaakt:visited{
	background-image: url(../img/navi_bg_magenta.gif);
	background-repeat: repeat-y;
	display: block;
	border-left: 12px solid #ADADAD;
	background-color: #DDD;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	width: 153px;
	padding-left: 5px;
}
a.navigation:hover, a.navigation:active{
	border-left: 12px solid #BF69A5;
}
a.navigationakt:link, a.navigationakt:visited{
	background-image: url(../img/navi_bg.gif);	
	display: block;
	border-left: 12px solid #A6006B;
	background-color: #DDD;
	border-bottom: 1px solid #FFF;
	color: #A6006B;
	text-decoration: none;
	width: 153px;
	padding-left: 5px;
}
a.navigation:hover, a.navigation:active{
}
a.search:link, a.search:visited{
	background-image: url(../img/navi_bg.gif);
	background-repeat: repeat-y;
	display: block;
	border-left: 12px solid #ADADAD;
	background-color: #DDD;
	color: #000;
	text-decoration: none;
	width: 100px;
	padding-left: 5px;
}
a.search:hover, a.search:active{
	border-left: 12px solid #BF69A5;
}
tr.carthead{
	font-weight: bold;
	background-color: #A6006B;
	color: #FFF;
}
td.carthead{
}
td.cartitem{
	padding: 2px 0px;
	border-bottom: 1px dotted #ADADAD;
}
input.cartmenge{
	width: 30px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ADADAD;
	text-align: center;
}
input.button{
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/navi_bg.gif);
	background-repeat: repeat-y;
	border-left: 12px solid #ADADAD;
	background-color: #DDD;
	color: #000;
	text-decoration: none;
	width: 100px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
}
input.input, textarea.input{
	font: 11px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ADADAD;
	padding: 1px 2px;
	width: 200px;
}
select.input{
	font: 11px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ADADAD;
}
td.formquestions{
	padding-bottom: 5px;
	width: 80px;
}
td.formanswers{
	padding-bottom: 5px;
}
p.error{
	color: #A6006B;
	font-weight: bold;
	background-color: #FF8;
}

