
/*------------- Gestaltung allgemein -----------*/

html {background: #24211d;}


* {margin: 0px ; padding: 0px; border: 0px;}

	
a { 
	color: #f5fa75;
	text-decoration: none;
	}
a:link {}
a:visited {}
a:hover {
	color: #a56d00;
	text-decoration: underline;
	}
a:active {}

div#wrapper {
	width: 760px;
	margin: 50px auto; 
	}


div#menu_header  {
	text-align: center;
	font-size: 1.0em;
	word-spacing: 0.7em;
	color: #716f6e;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	}
div#menu_header  ul {
	padding: 5px 5px 15px 5px;
	}
div#menu_header  li {
	display: inline; 
	margin-right: 10px;
	}
div#menu_header a{
	color: #716f6e;
	text-decoration: none;
	}
div#menu_header a:hover{
	color: #f48000;
	border-bottom: solid 2px #f48000; 
	border-top: solid 2px #f48000;
	text-decoration: none;
	}


div#menu_footer  {
	text-align: right;
	font-size: 1.0em;
	color: #716f6e;
	font-family: Verdana, sans-serif;
	text-decoration: none;}
div#menu_footer   ul {
	padding: 4px 20px 6px 20px;
	}
div#menu_footer  li {
	display: inline; 
	margin-right: 10px;
	}
div#menu_footer  a{
	color: #716f6e;
	text-decoration: none;
	}
div#menu_footer  a:hover{
	color: #f48000;
	border-bottom: solid 2px #f48000; 
	border-top: solid 2px #f48000;
	text-decoration: none;
	}

div#wrapcontent1 {background: url(bilder/back1.jpg) no-repeat;	height: 525px;}
div#wrapcontent2 {background: url(bilder/back2.jpg) no-repeat;	height: 525px;}
div#wrapcontent3 {background: url(bilder/back3.jpg) no-repeat;	height: 525px;}
div#wrapcontent4 {background: url(bilder/back4.jpg) no-repeat;	height: 525px;}
div#wrapcontent5 {background: url(bilder/back5.jpg) no-repeat;	height: 525px;}
div#wrapcontent6 {background: url(bilder/back6.jpg) no-repeat;	height: 525px;}
div#wrapcontent7 {background: url(bilder/back7.jpg) no-repeat;	height: 525px;}
div#wrapcontent8 {background: url(bilder/back8.jpg) no-repeat;	height: 525px;}
div#wrapcontent9 {background: url(bilder/back9.jpg) no-repeat;	height: 525px;}
div#wrapcontent10 {background: url(bilder/back10.jpg) no-repeat;	height: 525px;}

div#maintext {
	background: url(bilder/back.png);
	border: 1px solid #CCCCCC;
	width: 200px;
	height: 475px;
	padding: 40px 10px 5px 10px; 
	margin-left: 25px;
	}
div#maintext li{
	font-size: 0.9em;
	padding-left: 15px;
	margin-bottom: 0.6em;
	list-style-type: none;
	}

	
div#maintext2 {
	float: right;
	background: url(bilder/back.png);
	border: 1px solid #CCCCCC;
	width: 430px;
	height: 475px;
	padding: 40px 10px 5px 10px; 
	margin-right: 25px;
	}
div#maintext2 img {
    float: right;
	margin: 0px 2px 2px 0px;
	border: 1px solid #FFFFFF;
	}
div#maintext2 li{
	padding-left: 15px;
	font-size: 0.9em;
	list-style-type: none;
	}
div#maintext2 ul{
	margin-bottom: 0.6em;
	}
div#maintext2_scrollen {
	float: right;
	width: 430px;
	height: 430px;
	overflow: auto;
	}
div#maintext2_scrollen li{
	padding-left: 15px;
	font-size: 0.9em;
	list-style-type: none;

	}
div#maintext2_scrollen ul{
	margin-bottom: 0.6em;
	}
	
div#logo {
	float: left;
	font-size: 0.7em;
	margin: -125px 0px 0px 5px;
	background: url(bilder/logo.png);
	width: 138px;
	height: 138px;
	}
	
/*------------- Schriften allgemein -----------*/
body {
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	}
	
h1, h2, h3, h4, h5, h6 {}

h1 {
	font-size: 1.0em;
	padding-bottom: 10px;
	}
h2 {
	font-size: 0.9em;
	padding-left: 15px;
	color: #f48000;
	margin-bottom: 0.1em;
	}
p {
	font-size: 0.8em;
	padding-left: 15px;
	margin-bottom: 0.6em;
	}
	
span.dates {
	color: #f48000;
	}
	
span.rechtshinweis {
	font-size: 0.8em;
	}
