*	{
	margin: 0;
	padding: 0;
}
 	
html { min-width: 500px; }

/*body, div, td, th, h3, h4 {  redundant rules for bad browsers  
	font-family: Arial, Helvetica, sans-serif;
	font-size:    small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #666666;
}  */
.clearhack { display: inline; } /*Clearen des Box Model Hack in IE5*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	}

a {
	font-size: 100%;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active { color: #000; }

td a {
	font-size: 85%;
	color: #666666;
	text-decoration: none;
}

p {
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 90%;
	color: #666666;
}


img {

}

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin-bottom:0px;
}
h1 {
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
	line-height: 1.2em;

}
h1 a { text-decoration: none; color: #333; }
h1 a:hover {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

h2 {
	font-size: 1.2em;
	padding-bottom: 2px;
	margin-right: 0;
	margin-bottom: 0.6em;
	margin-left: 0;
}

h3 {
	font-size: 1.2em;
	color: #000000;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
h4 {
	font-size: 1.2em;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h4 a {
	text-decoration: none;
}


.fuss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 120%;
	color: #CCCCCC;
	text-align: center;
}
.bilduntertitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-align: left;
	padding-left: 10px;
}
