/* CSS Document */

html, body, {
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color:#F3FBF3;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #404040;
}

p {
         padding:0px;
	/*background-color:#F3FBF3; sanftes hellgrün*/
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #404040;
         margin-top: 10px;
}

b {
	font-weight : bold;
         font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #404040;

}

ul {
   	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
         margin-left: 11px
	color : #404040;
}

a:link, a:active, a:visited {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #404040;
         text-decoration: none;
}


a:hover
 {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #666666;
}

h3 {
         font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #C0C0C0;
         text-decoration: none;
}
nobr {
         font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #404040;
}