/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000 !important;
}

body {
	padding-bottom: 0px;
}

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
	h1 a {
		text-decoration: none;
	}

h2 {
	margin-bottom: 20px;
	padding: 12px 0px 12px 1px;
	background-image: url(../_img/bg-horizontalline.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #58aef7;
}

img {
	float: left;
	margin: 0px 5px 5px 0px;
}

p, ul, td {
	margin-bottom: 20px;
	padding-bottom: 0px;
	background-image: none;
	font-size: 12px;
}
	ul {
		list-style-type: square;
	}
	li {
		margin: 0px 0px 5px 20px;
	}
	td {
		padding-top: 10px;
		padding-bottom: 10px;
		background-image: url(../_img/bg-horizontalline.gif);
		background-position: bottom;
		background-repeat: no-repeat;
	}

table {
	margin-bottom: 20px;
	background-image: none;
}

a {
	text-decoration: underline;
}

#container {
	margin: auto;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

#header {
	margin-bottom: 10px;
	padding: 35px 0px 0px 0px;
	height: 65px;
	background-color: #FFFFFF;
}
	#header p {
		background-image: none;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		color: #FFFFFF;
	}
		#header p a {
			text-decoration: none;
		}

#navigation {
	display: none;
}

#content {
	float: none;
	margin-bottom: 10px;
	padding: 0px 0px 0px 5px;
	width: 100%;
	background-image: none;
}
	#meta {
		display: none;
	}

#footer {
	clear: both;
	margin-bottom: 20px;
	padding: 3px 25px 5px 25px;
	background-color: #FFFFFF;
	background-image: url(../_img/bg-horizontalline.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFFFFF;
}
	#footer span {
		float: right;
	}
	#footer a.imprint {
		display: none;
	}
	#footer a {
		text-decoration: none;
	}
