/* -- Layout                                                 -- */

* {/* set all to 0 */
	margin: 0;
	padding: 0;
}               

body {
	font-size : 80.01%;
	font-family: Verdana; 
	background: #FFF8DC url('../Bilder/all/bg.jpg') repeat top left; 
	color: #000000;
	text-align: center;
}

#all {
	margin: 0 auto;
    	padding: 0;
	width: 950px;
	height: 603px;
}

#header {
	width: 946px;
	height: 100px;
	float: left;
	background: transparent url('../Bilder/all/Header.jpg') no-repeat top left;
	border-left: 1px solid #8B0000;
	border-right: 3px solid #8B0000;
	border-bottom: 1px solid #8B0000;
}

#content {
	width:946px;
	height: 500px;
	float: right;
	background: #FFDEAD;
	border-left: 1px solid #8B0000;
	border-right: 3px solid #8B0000;
}

#wrapper {
	width: 95%;
	padding: 35px 10px 5px 15px;
	float: left;
}

#full{
	margin: 0 auto;
    	padding: 0;
	text-align: center;
	width: 85%;
	padding: 35px 10px 5px 10px;
}

#text{
	background: #FFF8DC;
	float: left;
	width: 568px;
	height:100%;
	border-right: 1px solid #8B0000;
	overflow: auto;
	border-left: 1px solid #8B0000;
	scrollbar-face-color: #FFF8DC; 
	scrollbar-track-color: #FFF8DC;
	scrollbar-arrow-color: #8B0000;
	scrollbar-base-color: #FFF8DC;
	scrollbar-shadow-color : #8B0000;
	scrollbar-3dlight-color: #FFF8DC;
	scrollbar-darkshadow-color: #FFF8DC;
	scrollbar-highlight-color: #FFF8DC;
}

#text-xl{
	background: #FFF8DC;
	float: left;
	width: 760px;
	height:100%;
	overflow: auto;
	border-left: 1px solid #8B0000;
	scrollbar-face-color: #FFF8DC; 
	scrollbar-track-color: #FFF8DC;
	scrollbar-arrow-color: #8B0000;
	scrollbar-base-color: #FFF8DC;
	scrollbar-shadow-color : #8B0000;
	scrollbar-3dlight-color: #FFF8DC;
	scrollbar-darkshadow-color: #FFF8DC;
	scrollbar-highlight-color: #FFF8DC;
}

#box{
	position: relative;
	float: left;
	margin-left: 755px;
	margin-top: -465px;
	padding: 5px;
	height: 350px;
	width: 210px;
	background: #FFF8DC;
	border: 3px solid #8B0000;
}

* html #box {  /* Korrekturen fuer IE 5.x */
	margin-left: 378px;
	margin-top: -465px;
}

#block {
	position: relative;
	float: left;
	margin-left: 768px;
	margin-top: -248px;
	height: auto;
	width: 200px;
	background: #FFF8DC;
	font-size : 1em;
	color: #000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

* html #block {  /* Korrekturen fuer IE 5.x */
	margin-left: 385px;
	margin-top: -248px;
}

#footer {
	width: 949px;
	height: 30px;
	float: left;
	background: #8B0000;
	border-left: 1px solid #8B0000;
}

#top {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
}

#Logo {
	position: relative;
	float: left;
	margin-left: 150px;
	margin-top: -600px;    
}

*+html #Logo {  /* Korrekturen fuer IE 7.x */
	position: relative;
	float: left;
	margin-left: 150px;
	margin-top: -600px;
}

* html #Logo {  /* Korrekturen fuer IE 6.x */
	position: relative;
	float: left;
	margin-left: 75px;
	margin-top: -600px;
}

#Left {
	position: relative;
	float: left;
	background: #FFF8DC;
	border: 3px solid #8B0000;
	padding: 3px 3px 0 3px;
	margin-left: 13px;
	margin-top: -200px;    
}

*+html #Left {  /* Korrekturen fuer IE 7.x */
	padding: 3px 3px 0 3px;
}

* html #Left {  /* Korrekturen fuer IE 6.x */
	position: relative;
	float: left;
	margin-left: 7px;
	margin-top: -200px;
	padding: 3px 3px 0 3px;
}

/* ------------------------------------------------------------ */
/* -- Text                                                    --*/

h1 {
	font-size: 1.2em;
        color: #8B0000;
	margin:	1em 0em .5em 0;
}

h2 {
	font-size: 1.2em;
        color: #8B0000;
	margin:	1em 0em .5em 0;
}

h3 {
	font-size: 1em;
	color: #8B0000;
	margin:	1em 0em .5em 0;
}

h3.left {
	font-size: 1em;
	color: #8B0000;
	text-align: left;
	padding: 10px 0 3px 0;
}

p {
	font-size : 1em;
	line-height : 1.3em;
	color: #000000;
}

p.left {
	font-size: 1em;
	text-align: left;
	padding: 15px 0 0 0;
}

p.right {
	font-size: 0.9em;
	text-align: center;
}

p.tab {
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	padding: 10px 0 10px 60px;
}

p.footer {
	font-size: 13px;
	color: #FFFFFF;
	padding: 6px 0 0 3px;
}

img {
	border: 0;
}

img.paddy {
	padding: 10px 0 0 0;
}

img.top {
	margin-top: 50px;
}

img.print {
	display: none;
}

img.border {
	border: 3px solid #8B0000;
	padding: 3px;
	margin: 3px;
}

span {
	font-size : 1em;
	color: #B80000;
}

hr {
	border: 0px;
 	border-top: dashed 1px #8B0000;
 	border-bottom: solid 1px #EFF7E7;
}

ul.text {
	list-style-image: url('../Icon/text_filled.gif');
	color: #000000;
	text-align: left;
	padding: 10px 0 0 20px;
}

.button {
	float: left;
	background-color: #8B0000;
	color: #FFFFFF;
	font-size: 13px;
	margin: 25px 3px 20px 0px;
	padding: 1px 5px 1px 5px;
	cursor: pointer;
}

/* ------------------------------------------------------------ */
/* -- Hauptmenue                                             -- */

#menue  {
	width: 185px;
	float: left;
	margin-top: 70px;
	margin-left: 0px;
	background: #FFF8DC;
	font-family: arial;
	font-size: 13px; 
	list-style-type: none;
	font-weight: normal;
	text-decoration: none;
	border-top: 1px solid #8B0000;
	padding: 0px 0px 0px 0px;
}

#menue a {
	display: block;
	color: #8B0000;
	height: 17px;
	text-decoration: none;
	background: transparent; 
	border-bottom: 1px solid #8B0000;
	padding:3px 0 3px 0;
}

#menue ul {
	list-style-type: none;
}

#menue ul li {
	display: inline;
}

#menue a:hover { 
	color: #FFFFFF;
	background: #8B0000;
}

#active a{
	color: #FFFFFF;
	background-color: #8B0000;
}

#topMargin a{
	margin-top: 18px;
	border-top: 1px solid #000000;
}

/* ------------------------------------------------------------ */
/* -- Rubrikmenue                                             -- */

#subnav {  
	font-family: arial;
	font-size: 1em; 
	list-style-type: none;
	text-align: left;
}

#subnav ul {
	list-style-type: none;
}

#subnav ul li {
	display: inline;
}

#subnav a {
	background: transparent url('../Icon/filled_sub.gif') no-repeat top left;
	color: #8B0000;
	padding: 3px 0 3px 30px;   
}

#active a.subnav {
	background: #8B0000 url('../Icon/empty_sub.gif') no-repeat top left;
	color: #FFFFFF; 
}

#subnav a:hover {
    	background: #8B0000 url('../Icon/empty_sub.gif') no-repeat top left;
	color: #FFFFFF; 
}

/* ------------------------------------------------------------ */
/* -- Links                                                   --*/

a {
 	height: 1%; /* damit der IE den ganzen Link aktiviert */	
	text-decoration: none;
	background-color: transparent; 
	color: #000080;
}

a.left {
	float: left;
	text-align: left;
}

a:hover {
	background-color: transparent;
	text-decoration: none; 
	color: #B80000;
}

a.footer {
	height: 1%; /* damit der IE den ganzen Link aktiviert */	
	text-decoration: none;
	background-color: transparent; 
	color: #FFFFFF;
	display: inline; 
}

a.footer:hover {
	background: transparent;
	text-decoration: underline; 
	color: #FFFFFF;
}

/* ------------------------------------------------------------ */
/* -- view                                                    --*/

#view {
	margin: 0 auto;
    	padding: 0;
}

#view ul {
	list-style-type: none;
}

#view ul li {
	display: inline;
}

/* ------------------------------------------------------------ */
/* -- Tabellen                                                --*/

table {
	width: 100%;
	border: 0;
	margin-top: 10px;
}

table.daten {
	width: 100%;
	border: 0;
	margin-top: 10px;
	background: transparent;
}

td.head {
	background: #8B0000;
	color: #FFFFFF;
	border: 1px solid #8B0000;
	height: 17px;
}

td.daten {
	border: 1px solid #8B0000;
	height: 17px;
}