/*-------------------------------------------------------
	
	styles.css - Schriftgrößen, -farben, Formatierung
	sontiger HTML-Elemente (soweit dies keine DIVs
	betrifft, die für das Layout der Seite verwendet
	werden)
	
-------------------------------------------------------*/
/*-------------------------------------------------------
	
	Allgemeines
	
-------------------------------------------------------*/
html, body {
	width: 100%;
	height: 100%; 
	margin: 0px;
	padding: 0px;
	background-color: white;
}
.clearFloat {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
a:active { 
text-decoration:expression(hideFocus='true'); 
}
:focus { -moz-outline-style: none; }
/*-------------------------------------------------------
	
	Los geht's
	
-------------------------------------------------------*/
body {
	background:  url("../_img/bg/bg01.png") repeat-x;
	padding-top: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
}
table {
	width: 100%;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
img {
	border: 0px;
}
a, a:hover {
	color: #AD0013;
}
h1, h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	color: #AD0013;
	margin: 30px 0px 20px 0px;
}
h2.first-header {
	margin: 0px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
