
/* Allgemein
**********************************/

* {
  margin:     0;
  padding:    0;
}

img {
  border:     0;
}

p {
  margin:     .25em 0;
  padding:    .25em 0;
}

a {
  color:      #990000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

html {
  background: url(images/bg.jpg) top center;
}

html, body {
  width:      100%;
}

html, body, table, td, th {
  font:       normal 12px/1.5em Verdana, Arial, Helvetica, "Sans-Serif", "Lucida Sans Unicode";
  color:      #5b4a37;
  text-align: left;
} 

td, th {
  padding:    0;
  vertical-align: top;
}

ol, 
ul {
  margin:     .5em 2.5em;
  line-height:1.25em;
  list-style-type: disc;
}


ul li {
  padding:    .25em;
}

.clear {
  clear:      both;
}

hr {
  clear:      both;
  margin:     2em 0 1em 0;
  color:      #EEE;
}

table {
  margin:     15px 0;
}






/* Content
**********************************/

#container {
  position: relative;
  width: 960px;
  padding: 25px 0 0 0;
  margin: 0 auto;
}

#box {
  background: #FFF;
}

#fauxcolumn {
  background: url(images/fauxcolumn.jpg) left repeat-y;
  /*border-bottom: 1px solid #757f77;*/
}





/* Header
**********************************/

#header {
  padding: 6px 6px 16px 6px;
  background: url(images/header_bg.jpg) bottom left repeat-x;
}

#logo {
  position: absolute;
  top: 32px;
  left: 550px;
  width: 400px;
  height: 80px;
}

#logo span {
  display: none;
}

#media {
  width: 945px;
}

/* Header Mini Navigation
**********************************/

#header_mini_nav {
  position: absolute;
  top: 3px;
  left: 5px;
  color: #EEE;
}

#header_mini_nav a {
  color: #EEE;
  font-weight: normal;
  text-decoration: none;
}

#header_mini_nav a:hover {
  text-decoration: underline;
}

/* Header Haupt Navigation 
**********************************/

#header_navigation {
  height: 20px;
  padding: 10px 0 0 0;
}

#header_navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#header_navigation ul li {
  float: left;
  margin: 0;
  padding: 0 7px;
  border-left: 1px solid #8e8b81;
}

#header_navigation ul li#navigation_first_item  {
  border-left: 0;
}

#header_navigation ul li a {
  color: #8e8b81;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}


#header_navigation ul li a:hover,
#header_navigation ul li a.level1current,
#header_navigation ul li a.level1highlight,
#header_navigation ul li a.level2current
 {
  color: #90514c;
}



/* Content
**********************************/

#header_newsticker {
  position: absolute;
  top: 260px;
  right: 12px;
  width: 270px;
  height: 22px;
  color: #990000;
  overflow: hidden;
}

#header_newsticker .label {
  float: left;
  padding-right: 10px;
  font-size: 20px;
}

#header_newsticker_text {
  width: 270px;
  margin: 0 0 0 30px;
  padding: 3px 5px 0 0;
}

#header_newsticker_text a {
  font-weight: normal;
  text-decoration: none;
}

#header_newsticker_text a:hover {
  text-decoration: underline;
}



/* Content
**********************************/

#content {
  float: left;
  width: 626px;
  min-height: 800px;
  padding: 15px 20px 15px 15px;
}


/* Content Title
**********************************/

#content_title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 18px;
  color: #888;
  border-bottom: 1px solid #8e8b81;
}


/* Breadcrumb Navigation
**********************************/

#breadcrumbnav {
  margin-bottom: 20px;
  color: #888;
}

#breadcrumbnav a {
  color: #888;
  text-decoration: none;
}



/* Content Navigation
**********************************/


#header_navigation ul ul {
  display: none;
  position: absolute;
  top: 390px;
  left: 15px;
}

#header_navigation ul li.level1active ul {
  display: block;
  display: none;
}

#header_navigation ul ul.level2 {
  width: 150px;
}

#header_navigation ul ul li {
  float: none;
  border: 0;
  padding: 2px 0 2px 16px;
  background: url(images/listitem.jpg) 4px 8px no-repeat;
}

#header_navigation ul ul li a {
  padding: 4px 0;
  font-size: 12px;
  text-transform: none;
}



/* Languages
**********************************/

#header_lang {
  position: absolute;
  top: 3px;
  right: 180px;
  padding: 4px 0 0 4px;
  font-size: 10px;
  background: #FFF;
  border: 1px solid #babdc1;
}

#header_lang .label {
  float: left;
  display: block;
  margin: -4px 0 0 0;
}

#header_lang ul {
  float: left;
  margin: 0;
  padding: 0px 0 0 5px;
  list-style: none;
}

#header_lang ul li {
  float: left;
  margin: 0;
  padding: 0 1px;
}

#header_lang ul li a span {
  display: none;
}



/* Header Searchform
**********************************/

#header_search {
  position: absolute;
  top: 3px;
  right: 0;
}

#header_search input {
  height: 18px;
  border: 1px solid #babdc1;
}

#header_search input#header_search_input {
  position: absolute;
  top: 0;
  right: 22px;
  width: 123px;
  padding: 0 5px 0 23px;
  background: #FFF url(images/search_input_bg.jpg) left center no-repeat;
}

#header_search input#header_search_submit {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0 2px;
  text-indent: -999px;
  letter-spacing: -9999px;
  background: #FFF url(images/search_submit.jpg) center center no-repeat;
}




/* Navigation
**********************************/

#content_box {
  /*margin-left: 150px;*/
  font-family: Arial;
}



/* Rightbar
**********************************/

#rightbar {
  float: left;
  width: 275px;
  margin-left: 12px;
  padding: 5px 5px 20px 5px;
}

#rightbar .widgets {
  margin: 0;
  padding: 0;
  list-style: none;
}

#rightbar h2 {
  margin: 0;
  padding: 4px 5px 7px 40px;
  font-size: 18px;
  line-height: 22px;
  text-transform: lowercase;
  color: #990000;
  background-repeat: no-repeat;
}

#rightbar h2 span.highlight {
}

#rightbar .textwidget {
  padding: 0;
}

#rightbar .textwidget p,
#rightbar .textwidget table {
  padding: 7px;
}



/* Sidebar headlines
**********************************/

#rightbar h2.sidebar_hotline {
  background-image: url(images/sidebar_headline_hotline.jpg);
}

#rightbar h2.sidebar_kontakt {
  background-image: url(images/sidebar_headline_kontakt.jpg);
}

#rightbar h2.sidebar_lexikon {
  background-image: url(images/sidebar_headline_lexikon.jpg);
}

#rightbar h2.sidebar_oeffnung {
  background-image: url(images/sidebar_headline_oeffnung.jpg);
}

#rightbar h2.sidebar_veranstaltungen {
  background-image: url(images/sidebar_headline_veranstaltungen.jpg);
}

#rightbar h2.sidebar_tipps {
  background-image: url(images/sidebar_headline_tipps.jpg);
}


/* Sidebar speacials
**********************************/

#rightbar .textwidget p.sidebar_phone {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  color: #777;
}

#rightbar .sidebar_hotline_table {
  margin: 0;
}




/* Ausrichtungen
**********************************/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
  float:           right;
  margin:          .5em .5em 1em 1em;
}

.alignleft {
  float:           left;
  margin:          .5em 1em 1em 0;
}


/* Headlines
**********************************/

h1,h2,h3,h4,h5,h6 {
  margin:          0;
  padding:         .25em 0 .25em 0;
  font-weight:     normal;
  color:           #999;
}

h1 {
  font-size:       22px;
  line-height:     30px;
}

h2 {
  font-size:       22px;
  line-height:     20px;
}

h3 {
  font-size:       20px;
  line-height:     18px;
  color:           #777;
}

h4 {
  font-size:       14px;
  line-height:     15px;
}

h5 {
  font-size:       14px;
}

h6 {
  font-size:       14px;
}


#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-family:     "Lucida Bright", Arial;
}



/* Headlines Links
**********************************/

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
}




/* Footer
**********************************/

#footer {
  clear: both;
  padding: 10px 5px 20px 5px;
}

#footer,
#footer a {
  color: #EEE;
}

#footer a {
  font-weight: normal;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}



/* Broken Link Checker
**********************************/

.broken_link, a.broken_link {
	text-decoration: line-through;
}



/* liScroll
**********************************/

.tickercontainer { /* the outer div with the black border */
  background: #fff; 
  width: 270px; 
  height: 20px; 
  margin: 0; 
  padding: 0
  overflow: hidden; 
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 0;
  top: 0;
  width: 270px; 
  overflow: hidden;
}

ul.newsticker { /* that's your list */
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;

}

ul.newsticker li {
  float: left; /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding: 0 5px;
  background: #fff;
}

ul.newsticker a {
  white-space: nowrap;
  padding: 0;
} 

ul.newsticker span {
  margin: 0;
} 


/* Lexikon List
**********************************/

.tabs ul.initials {
  clear: both;
  height: 25px;
}

#lexikonlist.ui-tabs .ui-tabs-nav {
  padding-left: 10px;
}

#lexikonlist.ui-tabs .ui-tabs-nav li a {
  width: 11px;
  padding: 1px 2px 0 2px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #CCC;
}

#lexikonlist.ui-tabs .ui-tabs-nav li a:hover {
  color: #FFF;
  background: #990000;
  border-color: #990000;
}

#lexikonlist.ui-tabs .ui-tabs-panel {
  padding: 5px 4px 10px 2px;
}

#lexikonlist.ui-tabs .ui-tabs-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#lexikonlist.ui-tabs .ui-tabs-panel ul li {
  display: inline;
  padding: 0;
  margin: 0;
}

#lexikonlist.ui-tabs .ui-tabs-panel ul li a {
  display: block;
  margin: 0;
  padding: 2px 10px;
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #DDD;
}

#lexikonlist.ui-tabs .ui-tabs-panel ul li a:hover {
  color: #FFF;
  background: #990000;
}


/* Lexikon - Scrolling List
**********************************/

.scrolllist {
  height: 400px;
  overflow: scroll;
  overflow-x: hidden;
  border: 1px solid #DDD;
}

.scrolllist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scrolllist ul li a {
  display: block;
  margin: 0;
  padding: 2px 10px;
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #DDD;
}

.scrolllist ul li a:hover {
  color: #FFF;
  background: #990000;
}




/* Startseite Presse
**********************************/

#startseite_presse {
  width: 500px;
}



/* Tables
**********************************/


table td,
table th {
  padding: 5px 20px 5px 10px;
  vertical-align: top;
  text-align: left;
}

table th {
  width: 110px;
  background: #ebf0ee;
}

#rightbar table td,
#rightbar table th {
  padding: 0 10px 0 0;
}

 
 
/* Filterform / list filter
**********************************/

#lexikonlist .header {
  margin: 2px 0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #DDD;
}

#lexikonlist .header .small {
  padding-left: 5px;
  font-size: 10px;
  font-weight: normal;
}

#lexikonlist .header .filterform {
  margin-top: 5px;
}

.filterform input {
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-border-radius:5px;
}


/* qTranslate Sprachen
**********************************/

.qtrans_flag span { display:none }
.qtrans_flag { height:12px; width:18px; display:block }
.qtrans_flag_and_text { padding-left:20px }
.qtrans_flag_de { background:url(/wp-content/plugins/qtranslate/flags/de.png) no-repeat }
.qtrans_flag_en { background:url(/wp-content/plugins/qtranslate/flags/gb.png) no-repeat }


/* Kommentare
**********************************/

#respond {
  margin-top: 30px;
}


/* 
**********************************/



/* 
**********************************/



/* 
**********************************/







