body {
	font: 0.71em/1.1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #929292;
}

/* Anfang CONTAINER */
#zentrierer {
	position: absolute;
	top: 7px;
	left: 0px;
	width: 100%;
	margin: 0px auto;
}
#container {
	margin: 0px auto;
	width: 98.9%;
	min-width: 980px;
	max-width: 1200px;
	text-align: left;
}
#header {
	height: 120px;
	text-align: left;
	background: #D5D5D5 url(header-bg.png) repeat-x;
	border: 2px outset #A3A3A3;
	overflow: hidden;
	margin-bottom: 3px;
}

#navigation {
	float: left;
	width: 155px;
	height: 410px;
	margin-right: 3px;
	padding-top: 15px;
	background-color: #F8E3CE;
	border: 2px outset #A3A3A3;
	text-align: center;
}
#hauptteil {
	padding-left: 20px;
	text-align: justify;
	color: #800000;
	background-color: #F8E3CE;
	border: 2px outset #A3A3A3;
	height: 425px;
	overflow: auto;
}
#submenue {
	margin-right: 15px;
	height: 1.4em;
	border-bottom: 1px solid #12628D;
	padding: 0px;
}
#inhalt {
	padding-top: 15px; 
	padding-right: 10px;
	
}
#footer {
	clear: both;
	margin-top: 3px;
	height: 30px;
	text-align: left;
	line-height: 2.4em; 
	background: #D5D5D5 url(footer-bg.png) repeat-x;
	border: 2px outset #A3A3A3;
	color: #6A6A6A;
}
/* ENDE CONTAINER */

/* ANFANG HEADER */
#header #sprachen {
	width: 30px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#header #sprachen a{
	margin: 0px;
}
#header .ppd_img {
	width: 160px;
	margin-top: 15px;
	margin-left: 120px;
	float: left;
}
/* ENDE HEADER */

/* ANFANG NAVIGATIONEN */
#navigation ul {
	list-style: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	margin: 0px;
	margin-left: 9px;
	padding: 0px;
}
#navigation ul li a {
	width: 130px;
	margin: 0px 0px 15px 0px;
	display: block;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.6em;
	text-decoration: none;
	background: #ac9aa7 url(link-bg.png) repeat-x;
	border: 2px outset #A3A3A3;
}
#navigation ul li a:hover {
	color: #FFFFFF;
	background: #ac9aa7 url(linkhover-bg.png) repeat-x;
	border: 2px inset #A3A3A3;
}
#navigation ul li.aktiv a {
	color: #FFFFFF;
	background: #ac9aa7 url(linkhover-bg.png) repeat-x;
	border: 2px inset #A3A3A3;
	cursor: default;
}
#navigation ul li.menuBUCHEN a,#navigation ul li.menuBUCHUNG a {
	background: #ac9aa7 url(linkred-bg.png) repeat-x;
}
#navigation ul li.menuBUCHEN a:hover,#navigation ul li.menuBUCHUNG a:hover {
	background: #ac9aa7 url(linkredhover-bg.png) repeat-x;
}
#navigation ul li.menuBUCHEN.aktiv a,#navigation ul li.menuBUCHUNG.aktiv a {
	background: #ac9aa7 url(linkredhover-bg.png) repeat-x;
}
#navigation ul li.menuKundenbereich a {
	background: #ac9aa7 url(linkpink-bg.png) repeat-x;
}
#navigation ul li.menuKundenbereich a:hover {
	background: #ac9aa7 url(linkpinkhover-bg.png) repeat-x;
}
#navigation ul li.menuKundenbereich.aktiv a {
	background: #ac9aa7 url(linkpinkhover-bg.png) repeat-x;
}

#submenue ul {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
	list-style-position: outside;
}
#submenue ul li {
	display: inline;
	height: 1.4em;
	margin-right: 2px;
}
#submenue a{
	font-weight: bold;
	color: #ffffff;
	padding: 0px 10px 0px 5px;
	font-size: 1.1em;
	line-height: 1.4em;
	text-decoration: none;
	background-color: #b6a3bb;
}
#submenue .menuNderungen a {
	background-color: #cc0000;
}
#submenue a:hover{
	background-color: #800000;
}
#submenue ul li.aktiv a {
	background-color: #800000;
	cursor: default;
}

#footermenue {
	float: right;
	width: 50%;
	margin-right: 10px;
	text-align: right;
	
}
#footer ul {
	list-style: none;
	list-style-position: inside;
	display: inline;
}
#footer ul li {
	display: inline;
	margin-left: 10px;
}
#footer a{
	color: #6A6A6A;
	text-decoration: none;
}
#footer a:hover {
	color: #914D52;
}
#footer ul il.aktiv a {
	color: #914D52;
}
/* ENDE Navigationen */


/* ANFANG Spezielle Bereiche */
#leftframe{
	width: 47.5%;
	margin-right: 10px;
	float: left;
	text-align: justify;
}
#rightframe{
	width: 47.5%;
	float: left;
	margin-right: 10px;
	margin-left: 12px;
	text-align: justify;
}
#lowerframe {
	width: 37%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}
#counter{
	float: left;
	width: 30px;
	margin-left: 10px;
	margin-top: 6px;
	overflow: hidden;
}
#fooser {
	margin-left: 10px;
}
/* ENDE Spezielle Bereiche */

fieldset.kontakt {
	border: none;
	margin: 0px;
	padding: 0px;
}
label {
	display: block;
	width: 80px;
	margin-right: 15px;
	text-align: right;
	float: left;
}
input {
	width: 185px;
}
input.button {
	color: #FFFFFF;
	line-height: 15px;
	font-size: 12px;
	padding: 1px 0px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	background: #43339B url(link-bg.png) repeat-x;
	border: 2px outset #A3A3A3;
	cursor: pointer;
}
input.button:hover {
	background: #43339B url(linkhover-bg.png) repeat-x;
	border: 2px inset #A3A3A3;
}
textarea {
	height: 150px;
	width: 280px;
}
.captcha img{
	width: 185px;
	border: 1px solid #aaaaaa;
}
.captcha span {
	display: block;
	width: 80px;
	margin-right: 15px;
	text-align: right;
	float: left;
}
.captcha label {
	width: 85px;
	text-align: right;
	margin: 0px;
}
.captcha input {
	width: 84px;
	margin-left: 10px;
}
div.captcha {
	margin-bottom: 10px;
}
.captcha .tx-srfreecap-pi2-cant-read{
	text-align: right;
}
.error {
	color: #ff0000;
}
#header img {
	border: none;
}
a {
	color: #b90e1e;
	text-decoration: none;
}
a:hover {
	color: #12628D;
}
div.gb_wrapper {
	width: 90%;
	border: 2px ridge #b90e1e;
	margin-bottom: 10px;
}
div.gb_entry {
	border-left: 220px solid #ECECEC;
	background-color: #FFFFFF;
	padding: 10px;
}
div.gb_entry p {
	margin: 0px;
}
div.gb_data {
	width: 210px;
	margin-left: -220px;
	float: left;
}
div.gb_commentheader {
	font-weight: bold;
	font-style: italic;
}
div.gb_comment {
	font-style: italic;
}

div.gb_pagination {
	margin-bottom: 20px;
}

#inhalt a img.noborder {
	border: none;
}
#inhalt ul{
	list-style: square outside url(stars.gif);
}
#inhalt ul li{
	margin: 3px 0px;
	line-height: 1.3em;
	text-align: left;
}
#inhalt table {	
	border-collapse: collapse;
	border: 2px ridge #C0C0C0;
	text-align: left;
}
#inhalt td {
	padding: 2px;
	border: 1px solid #C0C0C0;
	vertical-align: top;
}
#inhalt th {
	padding: 2px;
	border: 1px solid #C0C0C0;
	vertical-align: top;
}
#inhalt .mitgliedertable td {
	background-color: #FAEEE0;
	vertical-align: middle;
}
#inhalt .mitgliedertable th {
	font-weight: bold;
	text-align: center;
	background-color: #F7D393;
}
.noborder {
	border: none;
}
.spaltelinks {
	text-align: right;
}
#inhalt table.noborder {
	border: none;
}
#inhalt table.noborder td{
	border: none;
}
#inhalt td.spaltelinks {
	width: 47.5%;
	padding-right: 15px;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	text-align: left;
}
h1 .underline {
	padding: 0px 20px;
	border-bottom: 2px dotted #962C34;
}
h2 {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 15px;
	margin: 0px;
	margin-top: 2px;
}
h2 .underline {
	padding: 0px 10px;
	border-bottom: 2px dotted #962C34;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: left;
}
br.clear {
	clear: both;
}
a img {
	border: none;
}

.psdbutton {
	float: left; 
	margin: 3px 5px 5px 0px;
	border: 3px outset #d8d6d4;
}
.psdbutton:hover {
	border: 3px outset #B1ABA8;
}

.floatright{
	float: right;
	margin: 10px;
	margin-right: 0px;
}
.floatleft{
	float: left;
	margin: 10px;
	margin-left: 0px;
}
.lizenzfrei {
	background-color: #FAEEE0;
}
.lizenzbeantragt {
	background-color: #F7D393;
}
.lizenzvergeben {
	background-color: #EFEDAB;
}
.csc-textpic {
	clear: both;
}
.hgabgesetzt {
	padding: 10px;
	color: #5B5B5B;
}
div.hgabgesetzt{
	padding: 10px;
	color: #5B5B5B;
}
.align-left {
	text-align: left;
}
.indent {
	margin-left: 25px;
}
