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

body {
	margin: 0;
	padding: 0;
	color: #444;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #D5D5D5;
}


ul, ol, dl {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0;
	text-align: left;
	text-indent: 15px;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	font-family: Verdana, Geneva, sans-serif;
}

a img { 
	border: none;
}

a:link {
	color: #933;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #C41800;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:active {
	color: #666;
	text-decoration: none;
}

.container {
	width: 810px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 20px;
	text-align: right;
}


.header {
	background-color: #FFF;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 230px;
	width: 800px;
	text-align: right;
}

.header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: text-bottom;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.header h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}



.content {
	height: 410px;
	padding-bottom: 10px;
}

.content table {
	padding: 0px;
	margin-left: 0px;
	vertical-align: top;
	width: 700px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
h2 {
	font-size: 10px;
	font-weight: bold;
	padding-top: 16px;
	padding-bottom: -10px;
	color: #666;
}


.footer {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #BCBCBC;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	height: 16px;
}
.footer p {
	font-size: 10px;
	color: #555;
	text-align: right;
	vertical-align: top;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.abstand-vor-nav {
	height: 20px;
}
.CLASSfootercontent {
	height: 15px;
	width: 810px;
}
.container table tr td table {
	color: #666;
	background-color: #FFF;
	text-align: left;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
