/*######## Basis Style ########*/

body {
	font-family:Arial, Helvetica, Geneva, sans-serif; 
	background:#DAE6EC;
	}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre, form, fieldset,legend {
	margin:0;
	padding:0;
	}
p, li, div, h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:1em;
	}
td {vertical-align:top}
ul {list-style:none}
img,fieldset {border:0}

#header
{
	padding:40px 0 0 0;
	margin:auto;
	width:800px;
	height:40px;
}
#header h1{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
#inhalt {
	margin:auto;
	width:800px;
}
#inhalt p{
	padding:0 10px 0 10px;
	font-size:12px;
	text-align:center;
}
#inhalt h1{
	padding:12px 0 3px 0;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}	
#inhalt h2{
	padding:12px 0 3px 0;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}	
	a:link {color:#0C3338}
	a:visited {	color:#622229}
	a:active {color:#FFFFFF}
	a:hover{color: #000000;	text-decoration: underline;
	}
#footer {
	text-align:center;
	margin:auto;
	width:800px;
	height:40px;
}	