/*
	Farben:
	#fbc764 rgb(251,199,100) yellow e.g. navi-background, navi-line
	#58585a rgb(88,88,90) darkgray e.g. font
	#c8c7c6 rgb(200,199,198) activegray e.g. active menu item
	#d9dadb rgb(217,218,219) outlinegray e.g. borders
	#f0f1f1 rgb(240,240,241) lightgray e.g. box background
	#a40001 rgb(164,0,0) agendared e.g. button background
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body,
input,
select,
textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 120%;
	background-color: #ffffff;
	color: #58585a;
}

input,
select,
textarea {
	border: 1px solid #d9dadb;
	font-family: Arial, sans-serif;
	font-size: 100%;
}
input.submit {
	font-size: 120%;
	font-weight: bold;
	background-color: #fbc764;
	border: 0;
	padding: 0px 3px;
}
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #58585a;
}
a {
    text-decoration: underline;
}

hr {
	border-bottom: 1px solid #FBC764;
	margin-top: 11px;
	margin-bottom: 11px;
}

.wrapper {
	width: 980px;
	margin: 0px auto;
}

.left-row {
	width: 204px;
	height: 100%;
	margin-right: 20px;
	background-color: #f0f1f1;
	float: left;
}
.middle-row {
	width: 530px;
	margin-right: 20px;
	height: 100%;
	float: left;
}
.right-row {
	width: 204px;
	height: 100%;
	margin-top: 30px;
	float: left;
}
.center {
	text-align: center;
}
.btn {
	padding: 5px 8px;
	text-decoration: none;
}
.btn-red {
	color: white;
	background-color: #a40001;
	border: 2px solid #ffffff;
	font-weight: bold;
}
.btn-yellow {
	color: #58585a;
	font-weight: bold;
	border: 2px solid #ffffff;
	background-color: #fbc764;
}
.list-heading {
	font-weight: bold;
}
.hide {
  display: none;
}
.clear {
	clear: both;
}
.blocklabel {
	display: block;
	margin-left: 11px;
	width: 140px;
	vertical-align: top;
    float: left;
}
.box_grau_tag_cloud {
	font-size:12px;
	font-weight:normal;
	margin-top: 0;
	margin-bottom: 1.5em;
}
.box_grau_tag_cloud a {
	text-decoration:none;
	display: block;
	float: left;
	margin: 0.1em 10px 0.1em 0;
}
.breadcrumb .arrow, .breadcrumb .arrow:link, .breadcrumb .arrow:visited, .breadcrumb .arrow:active, .breadcrumb .arrow:hover {
	margin-right: 10px;
	padding-left: 8px;
	background-image: url(/media/images/common/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/****************************/
/* Boxen auf der Startseite */
/****************************/
div.content-start {
	width: 1030px;
}
#content-start {
	border-spacing: 25px;
}
#content-start td {
	width: 310px;
	padding-top: 10px;
	padding-bottom: 20px;
	vertical-align: top;
}
.gray-box {
	background-color: #f0f1f1;
	border: 1px solid #d9dadb;
}
.box-start {}
#content .box-start h1 {
	font-size: 16px;
	font-weight: normal;
	padding: 5px 10px;
	margin-top: 0px;
	margin-bottom: 16px;
}
.box-start h1.two-cols {
	width: 313px;
}
#content .box-start p,
#content .box-start div {
	padding-left: 10px;
	padding-right: 10px;
}
#content .box-start ul {
	margin-left: 25px;
	list-style-type: square;
}
#content .box-start li {
	padding-right: 10px;
	line-height: 16px;
}
.box-start table {
	border-collapse: collapse;
}
#content-start .box-start table td {
	width: 322px;
	padding-bottom: 0px;
}
.box-start table td.left {
	border-right: 1px solid #d9dadb;
}
#bvz-search {
	vertical-align: top;
}
#bvz-search-phrase {
	font-size: 14px;
	width: 150px;
	border: 2px solid #d9dadb;
	margin-right: 20px;
}

/* Empfehlenbox */
#empfehlenForm label.error {
    display: block;
    color: #a40001;
    font-weight: bold;
}

/**********/
/* Layout */
/**********/
#header {
	height: 89px;
	position: relative;
}

#logo {}
#logo img,
#logo-start img {
	margin-left: 10px;
	margin-top: 15px;
}
#logo-start {
	background-color: #ffffff;
}

#sub-navi {
	padding-top: 15px;
	float: left;
}
#sub-navi ul {
	list-style-type: none;
}
#sub-navi li {
	display: block;
	float: left;
	padding: 0px 5px;
	border-right: 1px solid #d9dadb;
}
#sub-navi li:last-child {
	border-right: 0;
}
#sub-navi a {
	color: #58585a;
	text-decoration: underline;
}
#login-box-text {
  position: absolute;
  top: 16px;
  right: 0px;
  text-align: right;
}
#login-box {
	position: absolute;
	right: 2px;
	top: 40px;
	width: 300px;
	z-index: 50;
	display: none;
	border-left: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}
#login-box form {
	padding: 10px;
	text-align: left;
	background-color: #f0f1f1;
	border: 1px solid #d9dadb;
}
#login-box td {
  padding-right: 10px;
  padding-bottom: 5px;
}
#login-box p {
	font-size: 90%;
}
.login-feld {
	width: 120px;
	font-size: 100%;
	border: 1px solid #d9dadb;
}

/******************/
/* Breadcrumb Bar */
/******************/
#bar {
	height: 41px;
	background-repeat: repeat-x;
}
#breadcrumb {
	height: 29px;
	padding-left: 10px;
	padding-top: 12px;
	position: relative;
	background-repeat: repeat-x;
}
#breadcrumb a {
	color: #58585a;
	text-decoration: underline;
}
#search {
	width: 204px;
	position: absolute;
	top: 10px;
	right: 10px;
}
#search .submit {
	position: absolute;
	right: 0px;
}
#searchPhrase {
	width: 160px;
}

/*******************/
/* Content Bereich */
/*******************/
#content {}
#left-row-top {
	position: absolute;
	top: 32px;
	left: 5px;
}

#content h1 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 16px;
}
#content h2 {
	font-size: 100%;
	margin-top: 24px;
	margin-bottom: 11px;
}
#content h1 a,
#content h2 a {
	color: #58585a;
	text-decoration: none;
}
#content p {
	margin-bottom: 11px;
	line-height: 16px;
}
#content .middle-row p a {
	color: #58585a;
}

#content .middle-row .article-footer {
	height: 21px;
	background-repeat: repeat-x;
	padding-top: 3px;
	position: relative;
}
.article-footer .date {
	position: absolute;
	top: 3px;
	right: 0px;
}

#content .middle-row ul,
#content .right-row ul {
	list-style-type: square;
	margin-left: 20px;
}
#content .middle-row li,
#content .right-row li {
	margin-bottom: 11px;
	line-height: 16px;
}
#content .middle-row ul.registerFormError,
#content .middle-row ul.passwordresetFormError,
#content .middle-row ul.emailFormError,
#content .middle-row ul.contentLoginFormError {
    list-style-type: none;
    color: #a40001;
    font-weight: bold;
    margin-top: 20px;
}

#turn-over {
	height: 21px;
	margin-top: 30px;
	position: relative;
}
#turn-over a {
	color: #58585a;
}
#turn-over a img {
	text-decoration: none;
}
#turn-over .left {
	position: absolute;
	top: 3px;
	left: 0px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
}
#turn-over .middle {
  position: relative;
  top: 3px;
}
#turn-over .right {
	position: absolute;
	top: 3px;
	right: 0px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:20px;
}

.right-row .box {
	padding: 10px;
	margin-bottom: 20px;
}
#content .right-row .box h1 {
	margin-top: 0px;
	font-size: 110%;
	font-weight: bold;
}

.inputSucheStarten {
	border: 0;
}

/**********/
/* footer */
/**********/
#footer {
	clear: both;
	padding-top: 30px;
}
#footer table {
	margin: 0 auto;
}
#footer a {
	padding: 0px 5px;
	color: #58585a;
	text-decoration: underline;
}
#footer .navigationTable {
	border-collapse: collapse;
}
#footer .navigationTable td {
	border-left: 1px solid #58585a;
	border-right: 1px solid #58585a;
	padding: 0 5px;
}

/********************/
/* Haupt Navigation */
/********************/
#main-navi, 
#main-navi ul {
	list-style-type: none;
	line-height: 1em;
}

/* Hauptnavi 1. Ebene */
#main-navi li,
#content #main-navi li h1{
	margin-top: 30px;
	font-size: 110%
}
#content #main-navi li h1 {
	display: block;
	background-color: #fbc764;
	text-decoration: none;
	color: #58585a;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 10px;
}

/* Hauptnavi ab Ebene 2 */
#main-navi li ul {
	list-style-type: square;
	margin-left: 30px;
	font-size: 100%;
}
#main-navi li p {
  margin-left: 10px;
  margin-right: 10px;
}
#main-navi li p a {
  color: #58585a;
}
#main-navi li li a {
	color: #58585a;
}

/* tag-cloud */
#main-navi li div#tag-cloud {
	list-style-type: none;
	margin: 20px 10px 30px 10px;
}
#tag-cloud h1,
#tag-cloud h2,
#tag-cloud h3,
#tag-cloud h4,
#tag-cloud h5 {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}
#tag-cloud a {
	text-decoration: none;
	color: #58585a;
}
#tag-cloud h1 {font-size: 90%;}
#tag-cloud h2 {font-size: 100%;}
#tag-cloud h3 {font-size: 120%;}
#tag-cloud h4 {font-size: 150%;}
#tag-cloud h5 {font-size: 200%;}

/****************/
/* Navi seitbox */
/****************/
#main-navi a {
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: inherit;
	color: #58585a;
}
.ebene0-1, .ebene0-1:link, .ebene0-1:visited, .ebene0-1:active {
	padding-left: 0px;
}

.ebene0-1:hover {
	padding-left: 0px;
}

.ebene0-1_angewaehlt, .ebene0-1_angewaehlt:link, .ebene0-1_angewaehlt:visited, .ebene0-1_angewaehlt:active {
	padding-left: 0px;
}

.ebene0-1_angewaehlt:hover {
	font-weight: bold;
	padding-left: 0px;
}

.ebene1-1, .ebene1-1:link, .ebene1-1:visited, .ebene1-1:active {
	padding: 2px 5px 2px 20px;
	background: url(../images/common/liSquare.png);
	background-position: 10px 50%;
}

.ebene1-1:hover {
	padding: 2px 5px 2px 20px;
	background: url(../images/common/liSquare.png);
	background-position: 10px 50%;
}

.ebene1-1_angewaehlt, .ebene1-1_angewaehlt:link, .ebene1-1_angewaehlt:visited, .ebene1-1_angewaehlt:active {
	padding: 2px 5px 2px 20px;
	background: url(../images/common/liSquare.png);
	background-position: 10px 50%;
	font-weight: bold;
}

.ebene1-1_angewaehlt:hover {
	padding: 2px 5px 2px 20px;
	background: url(../images/common/liSquare.png);
	background-position: 10px 50%;
}

.ebene1-1_last, .ebene1-1_last:link, .ebene1-1_last:visited, .ebene1-1_last:active {
	padding: 2px 5px 2px 20px;
	background-position: 10px 50%;
}

.ebene1-1_last:hover {
	padding: 2px 5px 2px 20px;
	background:url(../images/common/liSquare.png);
	background-position: 10px 50%;
}


a.steckbrief, a.steckbrief:link, a.steckbrief:visited {
	color:#58585a;
	text-decoration:underline;
}
a.steckbrief:hover {
	color:#58585a;
}

.message {
	color:#a40001;
}

/****************/
/* jquery ui    */
/****************/
/* wichtig für richtige Einblendung des jquery.autocomplete beim Suchformular*/
#suche_ort {
    position: relative;
    z-index: 300;
}

