﻿/* Body */
#Container {
	position:absolute;
	padding: 0px;
	margin: 0px;
	top: 65px;
	left: 50%;
	width: 975px;
	margin-left: -488px; /*set to a negative number 1/2 of your width*/
}

body {
	margin: 0px;
	font-family: Verdana, sans-serif;
}

img {
	border: 0px;
}
/* Ende Body */

/* Titel */
.Titel {
	position: absolute;
	top: 0px;
	height: 132px;	
}

.Titel  h2 {
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 7px;
	padding: 0px;
	font-size: 16px;
	color: rgb(207,200,185);
	font-weight: normal;
}

.Titel  h1 {
	margin-left: 12px;
	margin-top: 0px;
	padding: 0px;
	line-height: 20px;
	font-size: 24px;
	font-weight: normal;
	color: rgb(255,255,255);
}

#Box {
	left: 0px;
	width: 340px;
	background-color: rgb(92,81,62);
}

#Platzhalter {
	left: 340px;
	width: 30px;
	background-color: rgb(0,0,100);
}

#Fotobox {
	left: 370px;
	width: 170px;
	background-color: rgb(255,255,255);
}

#Optional {
	left: 540px;
	width: 440px;
	background-color: rgb(255,255,255);
}
/* Ende Titel */


/* Menü */
.Menu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 140px;
	width: 170px;
	height: 128px;
	font-size:13px;
	background-color: rgb(220,220,190);
	z-index: 99;
}

#Allgemein {
	left: 0px;
	top: 132px;
	background-color: rgb(207,200,185);
}

#Rechtsart {
	left: 170px;
	top: 132px;
	background-color: rgb(210,210,210);
}

/* Menü-Listendesign */
.Menu ul {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 6px;	
	margin: 0px;
}

.Menu ul li {
	padding: 0px;
	margin-bottom: 4px;
	margin-top: 0px;
}

.Menu ul ul li {
	color: rgb(255,255,255);
	font-style: italic;
	line-height: 13px;	
}

.Menu ul ul {
	padding-left: 0px;
	padding-top: 5px;
	margin: 0px;
	font-size: 11px;
}

.Aktuelles {
	line-height: 18px;
}

.Menu ul ul li a {
	font-style: italic;
	color: rgb(90,100,170);
}

#Allgemein.Menu ul {
	background-color: rgb(207,200,185);
}

#Rechtsart.Menu ul {
	background-color: rgb(210,210,210);	
}

#Allgemein.Menu ul li a {
	text-decoration:none;
	color: rgb(100,90,70);
}

#Allgemein.Menu ul li a:hover {
	text-decoration:none;
	color: #242017;
}

#Rechtsart.Menu ul li a {
	text-decoration:none;
	color: rgb(100,100,100);
}

#Rechtsart.Menu ul ul li a {
	color: rgb(90,100,170);
}

#Rechtsart.Menu ul ul li a:hover {
	color: rgb(90,100,170);
	padding-bottom: 10px;
	text-decoration: underline;
}

#Rechtsart.Menu ul li a:hover {
	text-decoration: none;
	color: rgb(0,0,100);
}

.AktiviertAllgemein {
	color: #242017;
}

.AktiviertRechtsart {
	color: rgb(0,0,100);
}

.AktiviertSubmenu {
	text-decoration: underline;
}

/* Ende Menü-Listendesign */
/* Ende Menü */


/* Menü-Boden */
.MenuBoden {
	position: absolute;
	width: 170px;
	top: 260px;
	height: 8px;
}

#Links {
	left: 0px;
	background-color: rgb(92,81,62);
}

#Rechts {
	left: 170px;
	background-color: rgb(0,0,100);
}

/* Ende Menü-Boden */


/* Headline */
#Headline {
	position: absolute;
	left: 406px;
	top: 192px;
	width: 550px;
	height: 30px;
}

#Headline  h1 {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	font-size: 24px;
	font-weight: normal;
	color: rgb(92,81,62);
}
/* Ende Headline */


/* Content */
#Content {
	position: absolute;
	left: 406px;
	top: 252px;
	width: 550px;
	height: 60px;
}

#Content p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;	
	font-size: 14px;
	font-weight: normal;
	color: rgb(80,80,80);
	line-height: 18px;
}

#Content a {
	text-decoration: underline;
	color: rgb(50,50,50);
}

#Content a:hover {
	color: rgb(0,0,0);
}

ul {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	font-weight: normal;
	color: rgb(80,80,80);
	line-height: 18px;
	font-size: 14px;
}
/* Ende Content */
