@charset "utf-8";

/* ------ basics ------ */


* {
    margin: 0;
    padding: 0;
}

html, body {
	height: 100%;
}

a:focus {
	outline:none;
}

body {
	/*color: #535353;*/
	color: #737373;
	font: 12px/18px Tahoma, Geneva, sans-serif;
	background: #fbdfb7 url(main_bg.jpg) repeat-x top;
}


/* ----- CSS Sticky Footer ----- */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px;
}

.footer, .push {
	height: 130px;
	/*clear: both;*/
}


/* ------ struktur ------ */

#container {
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 86px;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	background: #6E0202;
}
#container #header h1 {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#mainContent {
	background: repeat-x;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#mainContent #mainContentInner {
	width: 930px;
	padding-left: 25px;
	min-height: 430px;
	height:  auto !important;
	height: 430px;
	padding-top: 57px;
	margin-right: auto;
	margin-left: auto;
}

#footerContainer {
	background: #6E0202 url(footer_top_bg.png) repeat-x top;
}

#footer {
	color: #d4b4b4;
	height: 130px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background: #6E0202 url(footer_top_bg.png) repeat-x top;
}

#footer .footercol {
	float: left;
	padding-top: 25px;
}
#footer #col1 {
	padding-left: 30px;
}
#footer #col2,
#footer #col3,
#footer #col4 {
	padding-left: 20px;
}
#container #mainContent #mainContentInner .floatsidebar {
	float: right;
	clear: both;
	width: 182px;
	padding-left: 50px;
}
#container #mainContent #mainContentInner .staticcontent {
	width: 620px;
}



/* ------ Foramte ------ */

#container #mainContent h1 {
	color: #660000;
	padding-bottom: 18px;
	font: italic normal 26px/normal "Times New Roman", Times, serif;
}

#container #mainContent h2 {
	color: #660000;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	padding-bottom: 14px;
}
#container #mainContent p {
	padding-bottom: 16px;
}
#container #mainContent #mainContentInner ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 16px;
	padding-bottom: 8px;
}
#container #mainContent #mainContentInner ul.big {
	font-weight: bold;
}
#container #mainContent #mainContentInner ul.big li {
	list-style-position: inside;
	list-style-image: url(list_bullet.gif);
	list-style-type: none;
}


#container #mainContent #mainContentInner ul li {
	list-style: outside;
	margin-left: 10px;

}
#container .navicontainer {
	background: #6E0202 url(navi_bg.gif) repeat-x;
}


/* ------ navigation ------ */

/* Level 1 */
#navigation {
	/*margin-bottom: 24px; nur wenn subnavigation !*/
	height: 24px;
	position: relative;
}

#navigation a {
	text-decoration: none;
	font: 18px Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	height: 24px;
}

#navigation ul {
	list-style-type: none;
	position: relative;
	margin: 0px auto;
	width: 955px;
}

#navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#navigation ul a,
#navigation ul a:link,
#navigation ul a:visited {
	background: #580203;
	color: #cdb4b4;
	width: 135px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0px;
}

#navigation ul a:hover,
#navigation ul a:focus {
	color: #FFF;
	background: #350201;
}

#navigation ul .first-child {
	margin-left: 30px;
}

#navigation ul .first-child a {
	margin-left: 30px;
}

/* Level 2 */
#navigation ul ul {
	position: absolute;
	top: 24px;
	left: 0px;
	width: 100%;
	background: #370101;
	height: 24px;
	margin-left: -30px;
	padding-left: 30px;
}

#navigation ul ul li {
	display: inline;
}

#navigation ul ul a,
#navigation ul ul a:link,
#navigation ul ul a:visited {
	background: #370101 url(files/subnav_trenner.gif) no-repeat right;
	font-size: 14px;
	padding-top: 4px;
	height: 20px;
	width: auto;
	padding-left: 25px;
	padding-right: 35px;
}

#navigation ul ul a:hover,
#navigation ul ul a:focus {
	font-size: 14px;
}

#navigation ul li ul .last-child a {
	background: url(none);
}

/* current Links */
#navigation a.rex-current:link,
#navigation a.rex-current:visited,
#navigation a.rex-active:link,
#navigation a.rex-active:visited {
	color: #FFFFFF;
	background: #370101;
}
/* Footer Links */
#footer #col4 a:link,
#footer #col4 a:visited,
#footer #col4 a:hover,
#footer #col4 a:active {
	color: #D4B4B4;
	text-decoration: underline;
}




/*#accordion {
	font-family: Verdana, sans-serif;
	background: silver repeat-y;
	position: relative;
	float: left;
	clear: both;
	display: block;
}

#accordion h3 {
	color: black;
	margin-top: 0;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: -1px;
	font-size: 13px;
	border-bottom: 1px solid #e5e5e5;
	background: gray repeat-y;
	border-top: 1px solid #e5e5e5;
	font-weight: normal;
	font-style: normal;
}

#accordion div.ui-accordion-content {
	text-align: left;
	padding-bottom: 10px;
	padding-top: 5px;
	padding: 5px;
}

#accordion div.ui-accordion-content img {
	margin-top: 10px;
	float: left;
	padding-bottom: 3px;
	clear: both;
}

p a.more {
	display: inline-block;
	float: right;
}*/

.katlistbox {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
}

ul.katlist {
	list-style: square url(none);

}

.katlistbox ul li {
	font-weight: normal;
}
.katlistbox .katlist .katlistitem a,
#accordion h3 a.accordion-header {
	font-size: 16px;
	color: #600;
	font-weight: bold;
	text-decoration: none;
	/*border-bottom: 1px dotted #600;*/
	border-bottom: 1px solid transparent;
}
#accordion {
	width: 80%;
	padding-bottom: 30px;
}

#accordion h3 a.accordion-header {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	background: url(item_plus.gif) no-repeat left 13px;
	padding-left: 16px;
}

.katlistbox .katlist .katlistitem a:hover,
#accordion h3 a.accordion-header:hover {
		border-bottom: 1px solid #600;
}

.katlistbox .katlist .katlistitem {
	padding-bottom: 10px;
}
.katlistbox .katlist .katlistitem .katlistlink .more {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #600;
}

#accordion div .more{
	font-weight: bold;
	text-decoration: none;
	color: #FFF;

	margin-left: 20px;
}

.projektteaser {
	width: 450px;
	border-bottom: 1px solid #6E0202;
	float: left;
	margin-bottom: 30px;
}
.projektrightcol {
	margin-left: 30px;
}
.magazine-container {
	float: left;
}
#container #mainContent .projektinfo h2 {
	font-size: 12px;
	padding-bottom: 4px;
}
#container #mainContent .projektinfo p {
	padding-bottom: 4px;
	line-height: 14px;
}
#container #mainContent .projektinfo p strong{
	font-weight: normal;
	color: #6E0202;
}
#container #mainContent #mainContentInner .floatcontent .projektteaser .projektinfo .projectlink {
	padding-top: 5px;
}
#container #mainContent #mainContentInner .floatcontent .projektteaser .projektinfo .projectlink a.details {
	font-weight: bold;
	color: #6E0202;
	text-decoration: none;
	border-bottom: 1px dotted #6E0202;
}
#container #mainContent #mainContentInner .floatcontent .projektteaser .projektinfo .projectlink a.details:hover {
	border-bottom: 1px solid  #6E0202;
}
#container #mainContent #mainContentInner .projectnavi {
	border-bottom: 1px solid #6E0202;
	margin-bottom: 15px;
	padding-bottom: 0px;
	text-align: right;
}
#container #mainContent #mainContentInner .projectnavi img{
	border:none;
	padding-right: 2px;
}
#container #mainContent #mainContentInner .floatsidebar .ref-image img {
	border-style: none;
	padding-bottom: 20px;
}
.floatLeft {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.floatLeft img {
	border-style: none;
}
.floatRight  {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}
.floatNone {
	float: none;
}

.back a {
	/*position: relative;
	top: -20px;*/
	color: #6E0202;
}

#accordion div {
	background: #6E0202;
	color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
}

blockquote {
	font-size: 14px;
	font-weight: bold;
	color: #6E0202;
	padding-bottom: 20px;
}

.txt-img hr {
	margin: 2px 0px;
	padding: 0px;
	display: block;
	height: 10px;
	width: 100%;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	visibility: hidden;
}

.floatsidebar .hide {
	display:none;
}
#map_canvas {
width: 100%;
height: 350px;
}
#googelmapsroutenplaner #routenplaner fieldset {
	margin: 10px;
	padding: 0px;
	background-color:none;
	border: none;
	color: #000;
	font-size:14px;
}
#googelmapsroutenplaner #routenplaner fieldset #start {
	width: 350px;
	margin-top: 15px;
	padding: 5px 0px;
}
#googelmapsroutenplaner fieldset .submit{

	margin-top: 15px;
	padding: 5px 5px;
}
#googelmapsroutenplaner .right .button-bar.small li,
.wrapper #container #mainContent #mainContentInner .staticcontent #googelmapsroutenplaner .right .button-bar.small li a {
	list-style: none;
	color: #6E0202;
}


.projektnavi {
	height: 20px;
	position: relative;
	top: -25px;
	font-weight:700;
	border-bottom: 1px solid #6E0202;
}

.projektnavi .pull-left {
	float: left;
}

.projektnavi .pull-right {
	float: right;
}
#projekthome {
	position:absolute;
	display:block;
	width: 220px;
	text-align:center;
	margin: 0 200px;
}

.projektnavi a {
	color: #6E0202;
	text-decoration: none;
}

.projektnavi a:hover {
	text-decoration: underline;
}