/* CSS */

/* bg */
/* LAYOUT */


* {
margin: 0; /* fuer sticky footer */
}

html, body { 
height: 100%; /* fuer sticky footer */
}

body {
font: 100.01% "Trebuchet MS", sans-serif;
background: #dddcda url(../_img/bg-container.gif) 0 0 repeat-y;
color:#1e1e1e;
text-align:left;
}

.invsbl { /* unsichtbare Inhalte */
position:absolute;
top:-5000em;
left:-5000em;
overflow:hidden;
text-indent:-5000em;
margin: 0;
}


/* CONTAINER */

#container {
/* fuer sticky footer */
min-height:100%;
height:auto !important;
height: 100%;
margin: 0 0 -50px 0;
/**/
width: 944px;
background: #fff;
}


/* Title 
**********************************************************/

div#branding {	
height:116px;
float: left;
width: 100%;
position: relative;
}

#branding a {
top: 8px;
left: 46px;
position: absolute;
display: block;
}


div#branding h1 {	
position:absolute;
top:70px;
right: 30px;
height: 25px;
width: 500px;
overflow:hidden;
text-indent:-5000em;
margin: 0;
}

body.lang0 div#branding h1 {
background: transparent url(../_img/strapline-de.gif) 0 0 no-repeat;
}

body.lang1 div#branding h1 {
background: transparent url(../_img/strapline-en.gif) 0 0 no-repeat;
}

#header {
position: relative;
float: left;
width: 100%;
}

/* Navigation
*******************************************************/

/* Hauptnavi mit Flyout */
#navigation {
font-size: 0.85em;
position: absolute;
top: 0;
right: 0;
background: transparent url(../_img/bg-navmain-left.gif) left bottom no-repeat;
padding-left: 28px;
width: 443px; /*471-28*/
text-align: right;
z-index: 99;
}
#navigation .nav-inner {
background: #b10035;
padding-right: 20px;
}
body.startseite #navigation,
body.startseite #navigation .nav-inner {
background: #ee7d11;
}

#navigation ul,
#navigation ul ul {/* flyout, all lists */
z-index: 99;
}

#navigation ul,
#navigation ul li {
padding:6px 0;
position:relative;
}
#navigation ul li {
margin:0;
list-style:none;
display: inline;
}

#navigation ul li a {
color:#fff;
text-decoration:none;
padding:6px 10px;
}
/* doch wieder weiss 20.07.09
#navigation ul li.active a {
color:#EE7D11; orange
}
body.startseite #navigation ul li.active a {
color:#b10034; rot
}*/

#navigation ul li a:hover,
#navigation ul li.hover a,
#navigation ul li.active a {
color:#b10034;
text-decoration:none;
background: transparent url(../_img/bg-navflyout-right.png) right top repeat-y;
}
#navigation ul li.active {
font-weight: bold;
}


/* Flyout Level 2 */
#navigation ul li ul { /* second-level lists */
position: absolute;
left: -999em;
width: 180px;
background: transparent url(../_img/bg-navflyout-bottom.png) right bottom no-repeat;
padding:7px 0 19px 0;
margin: 0;
top:30px; /* FF mac braucht 29px, Safari 28px */
/*top:2.25em;*/
text-align: left;
font-size: 0.95em;
}


#navigation ul li:hover ul ul, 
#navigation ul li.sfhover ul ul {
left: -999em;
}
	
#navigation ul li:hover ul, 
#navigation ul li li:hover ul, 
#navigation ul li.sfhover ul, 
#navigation ul li li.sfhover ul {
left: 0px;
width:auto;
}


#navigation ul li ul li {
min-width:180px;
top:0;
display:block;
float:none;
padding:0 0 1px 0;
margin:0;
line-height:0.9em;
}

#navigation ul li ul li a,
#navigation ul li.active ul li a,
#navigation ul li.hover ul li a {
font-weight: normal;
display: block;
padding: 4px 10px;
margin:0 3px 0 0;
line-height:0.9em;
color:#b10034;
background: #fff;
}
#navigation ul li ul li a:hover,
#navigation ul li ul li.active a,
#navigation ul li ul li.hover a,
#navigation ul li ul li.active a:hover,
#navigation ul li.active ul li a:hover,
#navigation ul li.active ul li.active a,
#navigation ul li.active ul li.hover a,
#navigation ul li.active ul li.active a:hover {
background:#b10035;
color: #fff;
}
body.startseite #navigation ul li ul li a:hover,
body.startseite #navigation ul li ul li.active a,
body.startseite #navigation ul li ul li.hover a,
body.startseite #navigation ul li ul li.active a:hover,
body.startseite #navigation ul li.active ul li a:hover,
body.startseite #navigation ul li.active ul li.active a,
body.startseite #navigation ul li.active ul li.hover a,
body.startseite #navigation ul li.active ul li.active a:hover {
background: #ee7d11;
}


/* Subnavigation Level 3 */
#subnavigation {
min-height: 28px;
background: transparent url(../_img/bg-navsub-right.gif) right bottom no-repeat;
padding-right: 28px;
float: left;
clear: left;
width: 916px;
font-size: 0.8em;
color:#fff;
}
#subnavigation .subnav-inner {
background: #ee7d11;
min-height: 28px;
padding-left:48px;
}
#subnavigation ul,
#subnavigation li {
padding:6px 0;
margin:0;
}
#subnavigation li {
display:inline;
margin-right: 1px;
line-height: 1.1em;
}
#subnavigation li a {
color:#fff;
text-decoration: none;
padding: 7px 11px 6px 11px;
}
#subnavigation li a:hover,
#subnavigation li.active a {
background: #b10035;
}

p.catname {
float:left;
display: inline;
padding:7px 14px 7px 0;
margin:0 3px 0 0;
line-height: 1.1em;
color:#b10035;
}
p.catname a {
text-decoration: none;
color:#b10035;
}
p.catname.sep {
background: transparent url(../_img/sep-navsub.gif) right center no-repeat;
}


/* Content 
**********************************************************/

#mainbody {
}

#content {
font-size: 0.8em;
float:left;
width: 866px;
padding: 25px 30px 0 48px;
}
body.startseite #content {
padding-top:45px;
}

.maincontent-left {
width:248px;
padding-right: 37px;
float:left;
}
.maincontent-right {
width:581px;
/*width: 540px; 19.07.09 Spalte rechts etwas schmaler (ca. 40 px) > 41px - Kommando zurueck 20.07.09 */
float: right;
}
.headline {
margin-left:285px;
/*margin-left: 326px; 19.07.09 Spalte rechts etwas schmaler (ca. 40 px) > 41px - Kommando zurueck 20.07.09 */
margin-bottom: 20px;
}

body.startseite .maincontent-left {
width:393px;
padding-right: 33px;
border-right: 1px solid #b10034;
}
body.startseite .maincontent-right {
width:390px;
padding: 0 14px 0 32px;
border-left: 1px solid #b10034;
position: relative;
left:-3px;
}





/* Sitemap 
*************/

#sitemap {
width: 944px;
float: left;
font-size:0.68em;
color: #6b6b6b;
background-color: #f0f0f0;
}

#sitemap h3 {
color:#fff;
background-color: #b6b6b6;
font-size: 1.2em;
margin-bottom: 15px;
width: 200px;
padding: 6px 0 4px 0;
}
#sitemap h4 {
color:#b10034;
margin-bottom: 5px;
font-size: 1.1em;
}
#sitemap a {
color:#6b6b6b;
text-decoration: none;
}
#sitemap a:hover {
color:#000;
text-decoration: underline;
}
#sitemap ul {
margin-bottom: 12px;
line-height: 1.65em;
}
#sitemap li {
list-style:none;
}

.sitemap.left {
width: 521px; /*569-48*/
padding:0 0 0 48px;
}
.sitemap.right {
width: 375px;
}
.sitemap-col1,
.sitemap-col2,
.sitemap-col3,
.sitemap-col4,
.sitemap-col5 {
width:153px;
padding-right: 20px;
float:left;
}

#sitemap-link {
display: none;
width: 944px;
float: left;
border-top: 5px solid #ee7d11;
text-align: right;
background: #ffffff;
margin: 0;
}

#sitemap-link a {
display: block;
width: 125px;
height: 20px;
overflow: hidden;
float: right;
margin-right: 32px;
}

body.lang0 #sitemap-link a {
background: transparent url(../_img/sitemap-link-de.gif) left top no-repeat;
}

body.lang1 #sitemap-link a {
background: transparent url(../_img/sitemap-link-en.gif) left top no-repeat;
}

#sitemap-link a span {
display: none;
}

#sitemap-content {
float: left;
width: 100%;
padding-bottom: 20px;
background: transparent url(../_img/bg-sitemap.gif) left top no-repeat;
} 



/* Footer 
**********************************************************/


/* fuer sticky footer */
#siteinfo-placeholder {
height: 50px;
clear: both;
}


#siteinfo {
/* fuer sticky footer */
height: 28px;
padding-top: 22px;
/**/
float:left;
clear:both;
position: relative;
font-size:0.68em;
color:#6b6b6b;
margin:0 30px 0 48px;
width:866px;
}

#siteinfo-content {
padding: 6px 0;
border-top: 1px solid #b10034;
}

#siteinfo li {
display: inline;
list-style: none;
}
#siteinfo a {
color:#6b6b6b;
text-decoration:none;
}
#siteinfo li.active a,
#siteinfo a:hover {
text-decoration:underline;
color: #b10034;
}

#metanavigation,
#toolnavigation {
float:left;
}
#metanavigation {
float:right;
text-align: right;
}
#siteinfo #metanavigation li {
margin: 0 0 0 12px;
}
#siteinfo #metanavigation a {
padding:0 0 0 12px;
background: transparent url(../_img/sep-navsiteinfo.gif) left center no-repeat;
}
#siteinfo #metanavigation li.first a {
background:none;
padding: 0;
}

#siteinfo #toolnavigation li {
margin: 0 12px 0 0;
}
#siteinfo #toolnavigation a {
padding:0 12px 0 0;
background: transparent url(../_img/sep-navsiteinfo.gif) right center no-repeat;
}
#siteinfo #toolnavigation li.last a {
background:none;
padding: 0;
}


/********************************************************* 
allgemeine Formate
**********************************************************/

h1, h2 {
font-size: 1.15em;
margin: 0 0 10px 0;
}
h3 {
font-size: 1em;
margin: 0 0 10px 0;
color:#b10034;
}
h4 {
font-size: 1em;
margin: 0 0 10px 0;
}
h5 {
font-size: 0.95em;
margin: 0 0 10px 0;
}
h6 {
font-size: 0.9em;
margin: 0 0 10px 0;
font-weight: normal;
}

p {
margin: 0 0 10px 0;
line-height: 1.45em;
}

ul, ol, li {
margin: 0;
padding: 0;
}
#content ul,
#content ol {
margin: 0 0 10px 0;
list-style-position: inside; 
padding: 0;
line-height: 1.45em;
}
#content li {
margin: 0;
}
#content ul {
}
#content ul li {
list-style: none;
list-style-position: outside; /* IE */
background: transparent url(../_img/arrow-small.gif) 0 6px no-repeat;
padding-left: 18px;
}
#content ul li a {
text-decoration: none;
}

a {
color: #1e1e1e;
text-decoration: underline;
}
a:hover {
border: none;
text-decoration: none;
color: #b10034;
}
a.anchor {
float:left;
clear: both;
visibility: hidden;
height: 0;
}


hr {
height: 1px;
background-color: #b10034;
color: #b10034;
border: none;
margin: 5px 0 18px 0;
width: 100%;
clear:both;
}


table {
border-collapse: collapse;
margin-bottom: 15px;
line-height: 1em;
font-size: 0.9em;
width: 100%;
}

th {
border-top: 1px solid #b10034; 
border-bottom: 1px solid #b10034;
padding: 4px 15px 4px 6px;
text-align: left;
vertical-align: top;
}
td {
border-bottom: 1px solid #b10034;
padding: 4px 15px 4px 6px;
text-align: left;
vertical-align: top;
}

td p,
th p {
margin: 0;
}

img {
border: none;
}

iframe {
z-index: 1;
}


.left {
float:left;
}
.right {
float:right;
}

.clear {
clear: both;
}


/********************************************************* 
MODUL-Formate
**********************************************************/


/* Abstand + Clear
*************************/

div.space {
height: 2.9em;
clear:both;
}

/* Ueberschrift mit Schriftersetzung
************************************/

.renderedhead {
float: left;
clear: both;
}
.headline .renderedhead {
float: none;
clear: none;
}
.renderedhead h2,
.renderedhead h3 {
}
.renderhead span {
left:-5000em;
margin:0;
overflow:hidden;
position:absolute;
text-indent:-5000em;
top:-5000em;
}
.renderhead img {
margin-left:-3px;
}

/* MODUL Text + Bild
**************************/

div.section-txtpic {
margin: 0 0 10px 0;
clear:both;
float:left;
width:100%;
}

div.section-txtpic div.sectiontext {
clear:both;
}
div.section-txtpic.re div.sectiontext,
div.section-txtpic.li div.sectiontext,
div.section-txtpic.li-box div.sectiontext {
clear:none;
}

div.section-txtpic div.sectiontext img {
margin: 3px 15px 15px 0;
float:left;
}


div.section-txtpic p.pic {
margin: 0 0 10px 0;
display:inline;
float:left;
}
div.section-txtpic.re p.pic {
margin: 3px 0 15px 20px;
float: right;
clear:both;
}
div.section-txtpic.li p.pic {
margin: 3px 20px 15px 0;
float: left;
clear:both;
}
span.picsub {
font-size: 0.85em;
line-height:1.2em;
margin:4px 0;
padding-bottom:4px;
display:block;
}



/* fuer 2-spaltige Darstellung */

div.section-txtpic.col-li,
div.section-txtpic.col-re,
div.section-txtpic.col-li-box,
div.section-txtpic.col-re-box {
float:left;
clear:none;
width:48%;
}

div.section-txtpic.col-re,
div.section-txtpic.col-re-box {
float:right;
margin-left:2%;  /*fuer FF3, Safari */
}

div.colclear {
clear: both;
height: 1px;
}


/* TEXT/BILD Startseite - Text groesser, Hintergrundbild */

div.section-txtpic.starttxt {
margin-top: 24px;
}
div.section-txtpic.starttxt .sectiontext {
font-size: 1.2em;
background: transparent url(../_img/bg-tivian.gif) center center no-repeat;
}
div.section-txtpic.starttxt .sectiontext p {
line-height: 1.55em;
margin-bottom: 0;
}
div.section-txtpic.starttxt .sectiontext img {
float:none;
margin:0;
}


/* MODUL Aktuelles Slideshow 
**********************************/

div.galerie-holder {
position:relative;
float:left;
clear: both;
margin:0 0 16px 0;
width:393px;
/*height: 70px;*/
height: 5.5em;
/*overflow: hidden;*/
}

div.galerie-container {
position:absolute;
top:0;
right:0;
/*width:190px;*/
width:150px;  /*19.07.09 Bild ein 4tel weniger breit, dafuer Text breiter*/
height: 60px;
overflow:hidden;
}

div.galerie-container div.galitem {
position:absolute; /* wird fuer den Slide-Effekt gebraucht */
top:0;
right:0;
}

div.galerie-holder p {
margin: 0;
/*width:195px;*/
width: 230px; /*19.07.09 Bild ein 4tel weniger breit, dafuer Text breiter*/
}

#content div.galerie-holder a {
text-decoration: none;
}


/* MODUL Ansprechpartner 
**********************************/

div.ansprechpartner {
border-top:1px solid #b10034;
border-bottom:1px solid #b10034;
padding-top:5px;
margin-top:4px;
margin-bottom: 16px;
}
div.ansprechpartner h4 {
color: #b10034;
font-weight: normal;
}
.subline {
font-size: 0.88em;
line-height: 1.4em;
margin-bottom: 8px;
}
.contact {
margin-bottom: 8px;
background: transparent url(../_img/arrow-big2.gif) right bottom no-repeat;
}
.contact a {
color: #b10034;
text-decoration: none;
display: block;
padding-right: 15px;
}


/* MODULE PopUp-Grafik + Download 
**********************************/
div.section-info {
border-top:1px solid #b10034;
border-bottom:1px solid #b10034;
margin-bottom: 16px;
/*min-height: 87px;*/
height: 6.8em;
position: relative;
width:284px;
/*width: 264px; 19.07.09 Spalte rechts etwas schmaler (ca. 40 px) > 41px - Kommando zurueck 20.07.09 */
}
div.section-info.full {
width:581px;
}
div.section-info.popup {
float:left;
}
div.section-info.todownload {
float:right;

}
div.section-info a {
color: #b10034;
text-decoration: none;
}
div.section-info .image {
float:left;
margin: 0 17px 0 0;
}
div.section-info .text {
font-size: 0.88em;
line-height: 1.1em;
margin:6px 0;
padding-right: 15px;
}
div.section-info .link {
margin:0 0 8px 0;
line-height: 1.3em;
background: transparent url(../_img/arrow-big2.gif) right bottom no-repeat;
}
div.section-info .link a {
display: block;
padding-right: 15px;
}
div.section-info.popup a {
float:left;
clear: both;
}
div.section-info.popup span {
display:block;
}
div.section-info.popup span.text {
color:#1e1e1e !important;
}
div.section-info.popup span.link {
background: transparent url(../_img/lupe.gif) right bottom no-repeat;
}
/* wenn Text unten ausgerichtet sein soll - Nachteil: feste Breite noetig */
div.section-info .wrp {
position: absolute;
right: 0;
bottom: 0;
width:215px;
/*width: 195px; 19.07.09 Spalte rechts etwas schmaler (ca. 40 px) > 41px - Kommando zurueck 20.07.09 */
}
div.section-info.full .wrp {
width:515px;
}
div.section-info.popup .wrp {
width:195px;
/*width: 175px; 19.07.09 Spalte rechts etwas schmaler (ca. 40 px) > 41px - Kommando zurueck 20.07.09 */
}

/* MODUL Paginierung 
  (BlŠttern zwischen Kategorien) 
**********************************/
.pager {
margin: 0 0 25px 0;
clear:both;
float:left;
background: transparent url(../_img/bg-navpager.gif) right bottom no-repeat;
padding-right: 30px;
width:551px;
/*width: 510px; 19.07.09 Spalte rechts etwas schmaler (ca. 40 px) > 41px - Kommando zurueck 20.07.09 */
font-size: 0.88em;
min-height: 28px;
}
.pager-inner {
background: #ebebeb;
padding-left: 15px;
clear:both;
float:left;
width: 538px;
min-height: 28px;
/*width: 497px; 19.07.09 Spalte rechts etwas schmaler (ca. 40 px) > 41px - Kommando zurueck 20.07.09 */
}
.pager p {
margin:6px 0;
}
.pager a {
color:#b10034;
}
.pager-back {
float:left;
}
.pager-next {
float:right;
width:485px;
/*width: 444px; 19.07.09 Spalte rechts etwas schmaler (ca. 40 px) > 41px - Kommando zurueck 20.07.09 */
text-align: right;
}
.pager-next a {
text-decoration: none;
}


/* google maps 
**********************************/
#tivianmap {
float: left;
clear: both;
border:8px solid #d0d0d0;
}


/* xform
**********************************/

form {	
margin: 0;
padding: 0;
font-size:1em;
float:left;
clear: both;
}

form p {
margin:0;
clear:both;
width:100%;
}

fieldset {	
border: none;
padding: 0;
margin: 0;
}

legend {	
font-weight: bold;
font-size: 1.05em;
padding: 0 5px 15px 0;
margin-left: -5px;
background-color: transparent;
}

label {	
margin:2px 6px 5px 0;
float:left;
font-size:1em;
line-height: 1.15em;
width:130px;
}
label.checkbox,
label.radio {
width:auto;
float:none;
}

input,
select, 
textarea {	
float:left;
margin: 0 0 6px 0;
border:1px solid #b10034;
background-color:#fff;
padding:0;
font-family: "Trebuchet MS", sans-serif;
font-size:1em;
}
input.text,
textarea {
width:250px;
padding: 1px 0;
}
input.submit {	
float:right;
margin: 0 0 6px 0;
padding: 0 13px;
border:1px solid #b10034;
background: #b10034;
font-weight: normal;
color:#fff;
width:auto;
}
input.checkbox, 
input.radio {
width:auto;
margin: 0 8px 10px 0;
border:none;
background: none;
padding: 0;
}


form h4 {
/*font-weight: normal;*/
clear: both;
}

p.req {
font-size: 0.85em;
margin-left:136px;
margin-bottom: 10px;
}
span.req {
color:#b10034;
font-weight: bold;
}
div.antispam {
display: none;
}

#content ul.form_warning {
list-style: none;
margin:0 0 15px 0;
color:#b10034;
}
#content li.error-first {
font-weight: bold;
background: none;
padding-left: 0;
}
p.answertext {
clear: both;
}


div.downloads,
div.form-info,
div.check,
div.title,
div.plzort,
div.form-sendselect {
float: left;
clear: both;
}
div.download {
width: 274px;
/*width: 47%;*/
float:left;
/*height: 123px;*/
height: 10em;
margin-bottom: 16px;
padding-right:16px;
}
div.download p.pic {
float:left;
width:76px;
height: 123px;
overflow: hidden;
}
div.download div {
float:right;
width:182px;
}
div.download div h3 {
/*height: 70px;*/
height: 5.8em;
margin-top: 20px;
font-weight: normal;
color: #1E1E1E;
}
div.download div label {
margin:0;
width: auto;
}


div.form-info {
margin-top:0;
width:388px;
}
p.docsend {
color:#b10034;
font-weight: bold;
margin-bottom: 10px;
}
div.check {
margin-bottom: 5px;
}
form p.formlabel-perpost,
form p.formlabel-permail {
float:left;
clear: none;
width: 136px;
}
form p.formlabel-permail {
width:auto;
}
p.note {
font-size: 0.85em;
line-height: 1.15em;
margin-bottom: 16px;
}
p.note span {
color:#b10034;
font-weight: bold;
}
p.note.size400 {
width:400px;
}


form p.formlabel-anrede,
form p.formlabel-titel,
form p.formlabel-plz,
form p.formlabel-ort,
form p.formlabel-befragung,
form div.time,
form p.formlabel-feedback,
form div.time p.formradio,
form div.time p.formdate,
form div.time p.formtext {
float: left;
clear: none;
}

form p.formlabel-anrede,
form p.formlabel-titel {
width:265px;
}
form p.formlabel-titel {
width: auto;
}
form p.formlabel-anrede select {
width: 123px;
}
form p.formlabel-titel input {
width: 121px;
}

form p.formlabel-titel label {
display:none;
}

form p.formlabel-wieaufmerksam label {
margin-bottom: 16px;
}
form p.formlabel-wieaufmerksam select {
width:252px;
}

form p.formlabel-plz,
form p.formlabel-ort {
width:202px;
}
form p.formlabel-plz input {
width:58px;
}
form p.formlabel-ort {
width:auto;
}
form p.formlabel-ort label {
display:none;
}
form p.formlabel-ort input {
width:184px;
}
form p.formlabel-getinfo {
margin-bottom: 16px;
width: 400px;
}

form p.formlabel-befragung,
form p.formlabel-feedback {
width:auto;
}
form p.formlabel-befragung {
margin-right: 16px;
}
form div.time {
padding-bottom: 10px;
padding-top:2px;
clear: both;
}
form div.time p.formradio,
form div.time p.formdate,
form div.time p.formtext,
form div.time p.formtext label {
width:auto;
}
form div.time p.formdate,
form div.time p.formtext {
margin-left: 9px;
margin-top:-2px;
}
form div.time p.formdate label {
display:none;
}
form div.time p.formdate select {
margin-right: 6px;
}
form div.time p.formtext input {
width:50px;
}