<!--
/************************************************************************/
/*	Dies ist ein Cascading Stylesheet für das Kundenmenü.		*/
/*	Um die Richtigkeit eines CSS zu überprüfen kann diese URL	*/
/*	benutzt werden:    http://jigsaw.w3.org/css-validator/		*/
/************************************************************************/
body {
	color:#000000;
	background-color:#808080;
	scrollbar-arrow-color :#000000;
	scrollbar-highlight-color :#DCDCDC;
	scrollbar-shadow-color :#bbbbbb;
	scrollbar-face-color :#bbbbbb;
	scrollbar-3d-light-color :#FFFFFF;
}
a,td,p,h1,h2,h3,h4,h5,h6,small,font,.form,.select,.button{
	font-family :arial,sans-serif;
}
a:link{
	color:#12790B;
	text-decoration:none;
	font-size :10pt;
}
a:visited{
	color:#12790B;
	text-decoration:none;
	font-size :10pt;
}
a:active{
	color:#12790B;
	text-decoration:none;
	font-size :10pt;
}
a:hover{
	color:red;
	text-decoration:underline;
	font-size :10pt;
}
.asmall{
	font-size :8pt;
	font-weight :normal;
}
.title{
	color :#12790B;
	font-size :14pt;
	font-weight :normal;
	font-style :normal;
}
.text{
	color :Black;
	font-size :10pt;
	font-weight :normal;
}
.small{
	color :Black;
	font-size :8pt;
	font-weight :normal;
}
.error{
	color :red;
	font-size :10pt;
	font-weight :bold;
	font-style :normal;
}
.nav{
	background-color :#E5E5E5;
}
.blind{
	background-color :White;
}
.content{
	background-color :White;
}
.what{
	background-color :#DFEDDE;
}
.data{
	background-color :#F0F0F0;
}
.how{
	background-color :#DFEDDE;
}
.form{
	font-size :10pt;
	background-color :#f0f0f0;
	border-color :#777777;
	border-style :solid;
	border-width :1px;
}
.select{
	font-size :10pt;
	background-color :#f0f0f0;
}
.button{
	font-size :10pt;
	background-color :#bfbfbf;
	border-color :#888888;
	border-style :solid;
	border-width :1px;
}
//-->
