@charset "UTF-8";
/* CSS Document */


body {
	font: 75%/1.1 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link {
	color: #f26938;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
}
a:visited {
	color: #f26938;
	font-size: 100%;
	font-weight: bold;	
	line-height: 1.4;
	text-decoration: none
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #000;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #7c98a6;
}


.header {
	background: #ADB96E;
}



.content {
	padding: 10px 0;
	alignment-adjust: middle;
	position: relative;
	height: 500px;
	width: 960px;
}

/* ~~ Fußzeile ~~ */
.footer {
	padding: 10px 0;
	background: #7c98a6;
	position: fixed;
	top: 700px;
}


	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#space {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #7c98a6;
}
