/* HTML-Tags */

body
{
	background-color:#EFEFEF;
	margin:0;
	font-size:11px;
	font-family:Arial, Verdana, sans-serif;
	color:#333;
	background-image:url("../img/bg.gif");
	background-position:50%;
	background-repeat:repeat-y;
	text-align: center;
}

table, td
{
	font-size:11px;
	font-family:Arial, Verdana, sans-serif;
	color:#333;
}

img {
	border:0;
}

/* Schriftgrssen */

h1, h2 {
	background-color:#3399CC;
	background-image:URL("../img/h1.gif");
	background-repeat:no-repeat;
	background-position:right;
	padding:3px 14px 3px 14px;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	margin:0px 0 10px 0;
	
}

h1.folge, h2.folge {
	background-color:#B6D7DF;
	background-image:URL("../img/h1folge.gif");
	background-repeat:no-repeat;
	background-position:right;
	padding:3px 14px 3px 14px;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	margin:10px 0 10px 0;
}

h1.box, h1.special
{
	background-image:none;
	padding: 3px 3px 3px 13px;
	background-color:#3399CC;
	font-size: 1em;
	color: #fff;
	margin: 0;
	font-weight: bold;
	margin: 12px 0 0 0;
}
h3 
{
	font-size:1.1em;
}

h2.tabellenkopf
{
	background-color: #3399CC;
	background-image: none;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	margin: 0;
	padding: 0.1em 0em 0em 0em;
}


.font11 {
	font-size:1em;
}

/* Links etc. */

.link {
	display:block;
	background-image:URL("/_images/link.gif");
	background-repeat:no-repeat;
	background-position:0 4px;
	font-weight:normal;
	color:#333;
	padding-left:1.1em;
}


a {
	text-decoration:none;
	color:#3399CC;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

td a
{
	color: #333;
	font-weight: normal;
}

td a:hover
{
	color: #000;
}


#headernavigation a {
	color:#fff;
	font-weight:bold;
}

#headersuchetext a
{
	color: #000;
	font-weight: normal;
}



#breadcrumb a {
	color:#000;
	font-weight:normal;
}

#footer a {
	color:#363636;
	font-weight:normal;
}


/* Grundlayout IDs */

#frame {
	width:775px;
	border-top:10px #EFEFEF solid;
	margin:0 auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#content {
	width:767px;
	border-top:4px #fff solid;
	margin:0 auto 0 4px;
	clear:both;
}

#header
{
	background-image: url("../img/header_neu.jpg");
	height: 178px;
	position: relative;
	background-repeat: no-repeat;
}

#headernavigation {
	position:absolute;
	top:21px;
	left:11px;
	color:#fff;
	font-weight:bold;
}


#headersuchetext {
	position:absolute;
	top:115px;
	left:23px;
	color:#fff;
	font-size:1em;
	font-weight: bold;
}

#headersuche {
	position:absolute;
	top:130px;
	left:23px;
}

#breadcrumb {
display: none;
	position:absolute;
	top:161px;
	left:211px;
	color:#333;
	font-size:1em;
}

#contentleft {
	width:182px;
	background-color:#fff;
}

#contentleft #menue {
	padding-top:26px;

}

#contentright {
	float:right;
	width:523px;
	border-right:30px #fff solid;
	font-size:1em;
}

#maincontent {
	/*padding:21px 0 12px 12px;*/
width: 523px;
}

#footer {
	border-top:1px #A6A6A6 solid;
	text-align:center;
	padding-top:1em;
	clear: both;
}

#contentleft div.indexcms 
{
	border-color: #A6A6A6;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}

#contentleft div.indexcms div.special
{
	border-width: 0;
	border-style: none;
}

/* Navigation */

#contentleft div A
{

	margin: 0px;
	padding: 8px 18px 6px 18px;
	font-weight: bold;
	border-color: #FFF;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	display: block;
}

div.navi, div.subnavi
{
	background-color: #3399CC;
}

div.naviselected, div.subnaviselected, div.navi A:hover, div.naviselected A:hover, div.subnavi A:hover, div.subnaviselected A:hover
{
	background-color: #B6D7DF;
}


.navi A:link, .navi A:active, .navi A:visited
{
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
}

.naviselected A:link, .naviselected A:active, .naviselected A:visited, .naviselected A:hover, .navi A:hover
{
	font-size: 1em;
	color: #3399CC;
	text-decoration: none;
}

.subnavi A:link, .subnavi A:active, .subnavi A:visited, .subnavi A:hover
{
	font-size: 0.9em;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

.subnaviselected A:link, .subnaviselected A:active, .subnaviselected A:visited, .subnaviselected A:hover
{
	font-size: 0.9em;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}


/* Content */

.clearing, .spacer, .trennlinie
{
	clear: both;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

.paragraph
{
	font-size: 1em;
	padding:0px 0 12px 0px;
}

.indexcms
{
	font-size: 1em;
}

.trennlinie
{
	/*
	clear: both;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-color: #CCC;
	border-width: 1px 0px 0px 0px;
	border-style: solid;*/
}

.inlinecenter
{
	margin: 0px 10px 10px 10px;
	clear: both;
}

.inlineright
{
	text-align: left;
	float: right;
	margin: 0px 0px 10px 10px;
}

.inlineleft
{
	text-align: left;
	float: left;
	margin: 0px 10px 10px 0px;
}

div.box, div.box_legende
{
	border-color: #3399CC;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	background-color: #FFF;
}

div.box p, div.box table
{
	padding:10px 13px 10px 13px;
	margin: 0;
}

div.special
{
	border-color: #A6A6A6;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-size: 1em;
	background-color: #FFF;
}

div.special p
{
	padding:10px 10px 10px 10px;
	margin: 0;
}

div.special_bg_orange .spacer, div.special_bg_gruen .spacer
{
	clear: none;
}

div.special_bg_orange img, div.special_bg_gruen img
{
	display: none;
}

div.sitemap
{
	float: left;
	width: 45%;
}

/* Formulare */

form {
	display:inline;
	margin: 0;
}

fieldset
{
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 0.5em 1em 1em 1em;
	margin: 2em 1em 2em 0em;
}

legend
{
	font-weight: bold;
	color: #000;
}

.error
{
	color: #F00;
	font-weight: bold;
	text-transform: inherit;
	text-decoration: blink;
}

.formline { padding: 0.25em 0 0.25em 0; }

.buttonline
{
	padding: 0.25em 0 0.25em 0;
	text-align: right;
	text-transform: inherit;
}

hr
{
	color: #666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

label, .label
{
	display: block;
	width: 30%;
	float: left;
	margin-top: 0.2em;
}

label.label50
{
	display: block;
	width: 50%;
	float: left;
	margin-top: 0.2em;
}


div.box label, div.box .label
{
	display: block;
	width: 55px;
	float: left;
}

input.login, input.text, select.text, textarea.text, .benformular input, .benformular textarea, .bioformular input, .bioformular textarea
{
	border: 1px #CCCCCC solid; 
	width: 80px; 
	height: 1.4em;
	font-size: 1em;
	margin-bottom: 0.2em;
}

div.box input.text
{
	width: 110px;
}

div.box select.text
{
width: auto;
}


input.submit, input.button
{
	border: 1px #3399CC solid; 
	background-color: #3399CC;
	color: #FFF;
	font-size: 1.1em;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}

#contentright input.login
{
	width: 150px;
	text-align: left;
}

#contentright input.text, #contentright select.text, #contentright textarea.text, .benformular input,  .benformular textarea, .bioformular input,  .bioformular textarea
{
	width: 340px;
}

#contentright textarea.text, .benformular textarea, .bioformular textarea
{
	height: 100px;
}

/* Registrationsformular */
.registration
{
	width: 100%;
	float: left;
	padding: 0em;
	margin: 0em;
}


.registration label, .registration div.label
{
	width: 150px;
	display: block;
	float: left;
	font-size: 1em;
	margin: 0.6em 0em 0.1em 0em;
}

.registration label.required { font-weight: bold; }

.registration .text, .registration textarea
{
	border-color: #999;
	border-width: 1px;
	width: 300px;
	float: right;
	border-style: solid;
	font-size: 1em;
	margin: 0.5em 0em 0em 0em;
}

.registration .select
{
	border-color: #999;
	border-width: 1px;
	width: 300px;
	float: right;
	border-style: solid;
	font-size: 1em;
	margin: 0.5em 0em 0em 0em;
}

.registration input.checkbox
{
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	font-size: 1em;
}

.regfelder
{
	border: 1px #777777 solid;
	background-color: #F1F1F1;
	color: #777;
	padding: 1px;
	width: 150px;
	font-size: 1em;
}

.regbuttons
{
	padding: 2px;
	background-color: #FFF;
	border-color: #C2C2C2;
	border-width: 1px;
	border-style: solid;
	font-size: 7pt;
	color: #91704D;
}


div.agb
{
	border: 1px inset #c0c0c0;
	height: 100px;
	width: 300px;
	float: right;
	margin: 0.5em 0em 0em 0em;
	overflow: auto;
}



/* (noch) unbenutztes */

/*
h1 .folge {
	background-color:#A6A6A6;
	background-image:URL("images/h1folge.gif");
	background-repeat:no-repeat;
	background-position:right;
	padding:3px 0 3px 14px;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	margin:0 0 10px 0;
}
*/

/*
#startseite {
	padding:0px 0 12px 12px;
	font-size:1em;
}
*/

/*
#content-navigation {
	width:148px;
}

#content-navigation span {
	background-color:#82C621;
	color:#fff;
	text-transform:uppercase;
	display:block;
	padding:1px 2px;
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:6px;
}

#content-navigation a {
	display:block;
	color:#333;
	font-size:1em;
	line-height:16px;
}
*/
.linkpfeil {
	display:block;
	background-image:URL(images/li.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 0 15px;
	text-align: left;
	float: right;
	margin: 0px 0px 10px 10px;
}

.mailfooter
{
	text-align: left;
	padding-bottom: 1em;
}

td.weblogtext, .weblogdate, .weblogtitle
{
	text-align: left;
}

#maincontent table
{
	width: 100%;
	text-align: left;
}

.weblogtext blockquote
{
	margin: 0;
	padding: 0;
	text-align: left;
}

div#map
{
	width: 100%;
	height: 190px;
}

div#map span, div#map Fa
{
	font-size: 0.9em;
}

