/* general stuff */

html {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	}

p {
	margin: 0; padding: 0; 
	}

a:link, a:visited, a:active {
	text-decoration: none;
	font-size: 12px; 
	color: #0D6EB5;
	border: none;
	}

a:hover {
	text-decoration: none; 
	color: #000; 
	border: none;
	}
 
/* Schriften */

#content h1 {
	margin-bottom: 15px; 
	font-size: 18px;
	font-weight: bold;
	color: #000;
	}

#content h2 {
	margin-top: 15px; margin-bottom: 10px; 
	font-size: 16px;
	font-weight: bold;
	color: #0D6EB5;
	}

#content p, #content ul, #content dl {
	font-size: 12px;
	line-height: 18px; 
	color: #000;
	}

#content ul, #content dl {
	margin: 0; padding: 0;
	list-style-type: square;
	}

#content ul li, #content ol li, #content dl dd {
	margin-left: 14px; padding-bottom: 8px; 
	line-height: 16px;
	} 

#content dt {
	float: left; 
	}

#content ul li img {
	margin: 0; padding: 0;
	margin-left: -22px; padding-bottom: 3px; 
	} 

input.txt {
	height: 18px;
	margin-right: 5px; margin-bottom: 5px;
	font-size: 11px;
	border: 1px solid #DEDEDE;
	background: #f8fafc;
	}

textarea.txt {
	font-size: 11px;
	border: 1px solid #DEDEDE;
	background: #f8fafc;
	}	