
a			{ color: #1041a9; text-decoration: none; }
a:link		{ color: #1041a9; text-decoration: none; }
a:visited	{ color: #1041a9; text-decoration: none; }
a:active	{ color: #ff0000; text-decoration: none; }
a:hover		{ color: #ff0000; text-decoration: none; }
a img		{ border: 0; }

body {
	text-align: center;
	margin-top: 0;
	padding: 0;
	color: #333;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #ffffff;
}

#total {
	margin : 20px auto 5px auto;
	width : 820px;
	background : #fff;
}

#header { 
	background: #fff;
	text-align: left;
	margin: 10px 0 0 0;
	padding-bottom: 5px;
}

#header img {
	margin-right: 0px;
}

#headerline {
	text-align:center;
	font-size:14px;
	font-weight:bold;	
}

h1      { 
	font-size: 20px;
	font-weight: bold;
} 

h2      { 
	font-size: 14px;
	font-weight: bold;
}
	
#content {
	width: 500px;
	margin: 20px auto 10px auto;
	float:left;
	background: #fff;
	padding: 10px;
	font-size: 11px;
	text-align: left;
}

#content img {
	padding: 7px;
	background: #eee;
	border: 1px outset #333;
	margin: 10px 0 10px 0;
}

#content ul li {
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
}

#impressum {
	margin-left: 60px;
	text-align: left;
}

#navi {
	margin: 27px 20px 0px 0;
	width: 220px;
	float: right;
	text-align: left;
}

#navi td {
	height: 40px;
	font-size: 18px;
	font-weight: bold;
}

#navi td p {
	font-size: 11px;
}


#footer {
	clear: both;
	border: none;
	margin: 10px 10px 0px 10px;
	padding: 20px;
	font-size: 11px;
	text-align: center;
}
