body {
/*    background-color: #97989d; */
    background-color: #a8a9ad;
}
dfn,
.hidden {
    display: none;
}

#container {
    width: 960px;
    margin: 0 auto 0 3%;
    background: url('../img/bg_content.gif') repeat-y top left;
}

#header {
    padding: 0 10px 0 0;
    display: none;
}

#header h1 {
    float: left;
    font-weight: normal;
    padding-bottom: 5px;
    line-height: 100%;
    background-color: #97989C;
    width: 660px;
    padding-left: 10px;
}
#header h1 a {
    color: #fff;
}
#fS {
    float: right;
    text-align: right;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
#fS ul {
    display: inline;
    list-style-type: none;
}
#fS ul li {
    display: inline;
    margin: 0 0 0 5px;
}
#fS ul li.larger {
    font-size: 1.2em;
}
#fS ul li.largest {
    font-size: 1.4em;
    margin-right: 5px;
}

#image {
    clear: both;
    height: 205px;
}
#mainnav h1 a,
#mainnav h1 a:hover {
    color: #fff;
    margin-left: 10px;
    font-weight: normal;
    text-decoration: none;
}

#mainnav ul {
    margin-top: 141px;
    background: url('../img/bg_mainnav.png') no-repeat 0 0.2em;
    height: 1.9em;
}
#mainnav ul li {
    list-style-type: none;
    float: left;
    margin: 0;
    text-transform: uppercase;
    background: url('../img/line_white.gif') repeat-x 0 0.2em;
}
#mainnav ul li a {
    display: block;
    color: #babec1;
    color: #666;
    text-decoration: none;
    padding: 0.4em 20px 0.2em 20px;
    background: url('../img/line_grey.gif') no-repeat 100% 0.2em;
}
#mainnav ul li a:hover,
#mainnav ul li a.focus,
#mainnav ul li a.active {
    background: #8d9eb2 url('../img/line_grey.gif') no-repeat 100% 0.2em;
    color: #fff;
}
#mainnav ul li.active {
    background: #8d9eb2 url('../img/line_grey.gif') no-repeat 100% 0.2em;
    color: #fff;
    padding: 0.4em 20px 0.2em 20px;
    text-shadow: 0 0 5px #000; /* hor., vert., blur, color */
}
#mainnav ul li a.active {
    text-shadow: 0 0 5px #000; /* hor., vert., blur, color */
}

#subnav {
    clear: both;
    background-color: #8d9eb2;
    color: #fff;
    height: 1.6em;
}
#subnav ul {
    list-style-type: none;
    padding-left: 10px;
}
#subnav ul li {
    display: inline;
    float: left;
    margin: 0;
}
#subnav ul li.active {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.17em 15px;
    font-size: 0.85em;
    line-height: 1.5em;
    background: url('../img/dreieck.gif') no-repeat 7px 0.62em;
}
#subnav ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.17em 15px;
    font-size: 0.85em;
    line-height: 1.5em;
}
#subnav ul li a:hover,
#subnav ul li a.focus {
    background: url('../img/dreieck.gif') no-repeat 7px 0.62em;
}
#subnav ul li.active a {
    padding: 0;
    font-size: 100%;
}
#subnav ul li.active a:hover,
#subnav ul li.active a.active:focus {
    background: none;
}

#content {
    clear: both;
    width: 660px;
    float: left;
}
#content_inner {
    margin: 10px 15px;
}
#content_inner .rahmen {
    background: #fff url('../img/rahmenverlauf.gif') repeat-x bottom left;
    border: 1px solid #8d9eb3;
    padding: 0 10px 10px 10px;
}
#sidebar {
    float: right;
    background-color: #748190;
    width: 300px;
    color: #fff;
}
#sidebar h2 {
    background: #409dd1 url('../img/bg_sidebar_header.png') no-repeat top left;
    text-transform: uppercase;
    font-weight: normal;
    padding: 2px 10px;
    margin-right: -3px;
    font-size: 15px;
    position: relative;
    left: -3px;
    color: #fff;
    text-shadow: 0 0 5px #000; /* hor., vert., blur, color */
}
#sidebar h2 a,
#sidebar h2 a:hover,
#sidebar h2 a:focus {
    color: #fff;
    text-decoration: none;
}
#sidebar .csc-textpic-image {
    margin-bottom: 0;
}
#sidebar p {
    padding: 10px;
}
#sidebar a,
#sidebar a:hover {
  color: #48cefe;
}

#footer {
    clear: both;
    width: 660px;
    padding-bottom: 35px;
/*    background-color: #97989C; */
    background-color: #a8a9ad;
}
#footer_inner {
    background-color: #ffffff;
    padding: 10px 15px;
}
#footer_lower {
    color: #fff;
    font-size: 85%;
    padding: 10px 15px;
}
#footer_lower p {
    float: left;
}
#footer_nav {
    float: right;
    text-align: right;
    list-style-type: none;
}
#footer_nav li {
    display: inline;
    margin: 0 8px;
}

/* --- special content: tt_news --- */
.news-latest-container hr, .news-list-container hr {
    visibility: hidden;
}

.clearer {
	clear:both;
}

.news-latest-container {
  border-bottom:1px solid #CCCCCC;
  padding-bottom: 15px;
}

.news-latest-item, 
.news-list-item {
	border-bottom:1px solid #ccc;
	padding:10px 0;
}
.news-latest-item img,
.news-list-item img {
	margin-bottom:5px;
	margin-left:5px;
	float:right;
}
.news-latest-date,
.news-list-date {
  font-size: 0.85em;
}
.news-latest-morelink img,
.news-list-morelink img {
  float: none;
  margin: 10px 0 0 0;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	border-bottom:1px solid #ccc;
	padding:10px 0;
}
.news-single-img {
	float: right;
	margin: 0 0 5px 5px;
}
.news-single-imgcaption {
	padding:3px;
	clear:both;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 0.85em;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	margin-left:5px;
}

.news-list-browse {
  margin-top: 10px;
} 
/* Mailform */

#mailform label,
#mailform span.csc-mailform-label {
    display: block;
    float: left;
    width: 25%;
}
#mailform fieldset {
    border: 1px solid #ccc;
    padding: 10px;
}
#mailform .csc-mailform-field {
  margin: 10px 0;
}
#mailform .csc-mailform-submit {
	background-color:#dfdfdf;
	border-top:1px solid #f9f9f9;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #f9f9f9;
  margin-left: 25%;
  margin-top: 5px;
}

.csc-textpic-imagerow {
  padding: 5px 0;
}

.tx-timtabsociable-pi1 {
    padding: 5px 0;
}
.tx-timtabsociable-pi1 a {
    margin: 0 3px;
}

/* rgsmoothgallery */
.tx-rgsmoothgallery-pi1 {
  float: right;
  margin-right: 30px;
}
#externalthumbs {
  float: left;
  width: 220px;
}
#externalthumbs .label {
  display:none;
}
.carouselInner div {
  float: left;
  margin-bottom: 10px;
}

/* wec_map */
/*.markerdescription {
  width: 270px;
  max-height: 250px;
  overflow: auto;
}*/
.marker {
  width: 400px;
  padding-bottom: 20px;
  height: 250px;
  overflow: auto;
}
.tx-ha75wahlkreiskarte-pi1 .marker td {
  padding: 2px;
}

/* sk_calendar */
.tx-skcalendar-pi1 ul {
  list-style-type: none;
}

.tx-skcalendar-pi1 ul li {
  margin: 10px;
}

#content_inner .tx-skcalendar-pi1 ul li {
  margin-left: 0;
}

#content_inner .sk_calendar_pagebrowser {
  line-height: 150%;
	border-top:1px solid #ccc;
	padding: 10px 0;
	margin-top: 5px;
}

.tx_tipafriend_formfield {
  clear: both;
  margin: 5px 0;
}

.tx_tipafriend_formfield label {
  float: left;
  width: 120px;
}

#tx_tipafriend_button {
  margin-left: 120px;
}

.tx_tipafriend_error_box {
  color: #ff0000;
  padding: 5px 0 10px 0;
}

.wttwitter li {
	margin: 0;
	padding: 5px;
}

.wttwitter li img {
	position: relative;
	top: -5px;
	left: -5px;
}