	body {
		background-color:#ffffff;
		margin: 8px 0px 0px 8px;
	}

	body, p, td, li, blockquote, a {
		font-family: Arial, Verdana, Helvetica, Swiss, SunSans-Regular, Sans-Serif;
		font-size: 12px;		
		font-weight: 100;
		font-style: normal;
		text-decoration: none;		
		line-height: 1.5;			
		color: #333333;
	}

	hr {
		color: #CDDBEB;
		border: 1px;
	}

	b, strong {
		font-weight: bold;
	}

	a:link, a:visited{
  Font-Family : Arial, Helvetica;
	 text-decoration : none;
  font-weight : bold;
  color : #1C45A2;
 }

a:hover, a:active{
 Font-Family : Arial, Helvetica;
	text-decoration : underline;
	font-weight : bold;
 color : #FF1705;
}

ul {
 list-style-image: url(../bilder/listenpunkt.gif);
}

.inhalt {
/* Gecko-based, Mozilla */
-moz-user-select:none;
/* Safari */
-khtml-user-select: none;
}