@import "news.css";

* {
  padding: 0;
  margin: 0;
}

/*html, body {
  padding-right: 1px;
}*/

p.align-right {
  text-align: right;
}

body, div, p, th, td, span, a, ol, li, input, textarea {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

div.rechts div.csc-frame {
  width: 190px;
  float: right;
}

#body_header, #body_main, #body_footer {
  width: 100%;  
}

#body_header {
  overflow:hidden;
}

#body_all {
  overflow: hidden;
  width: 100%;
  min-width: 770px;
  max-width: 1280px;
}

* html #body_all {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div#body_footer a:hover, div#body_footer a {
  text-decoration: none;
}

div.hidden {
}

/*----------------------------------------------------------------------------------*/

#body_header {
  height: 155px;
  background: #fff url(../gfx/header/001.jpg) no-repeat;
  border-right: 1px solid #80160f;
}

#body_header img {
  border: 0px;
}

/* Klassen für die Header */
#body_header.aktuelles {
  background: #fff url(../gfx/header/aktuelles/aktuelles.jpg) no-repeat !important;
}

#body_header.kultur {
  background: #fff url(../gfx/header/kultur/kultur_1.jpg) no-repeat !important;
}

#body_header.stadt {
  background: #fff url(../gfx/header/stadt/stadt.jpg) no-repeat !important;
}

#body_header.tourismus {
  background: #fff url(../gfx/header/tourismus/tourismus_a3.jpg) no-repeat !important;
}

#body_header.wirtschaft {
  background: #fff url(../gfx/header/wirtschaft/wirtschaft.jpg) no-repeat !important;
}

#body_header.wohnen {
  background: #fff url(../gfx/header/wohnen/wohnen2.jpg) no-repeat !important;
}


* html #body_header {
  margin-right: -1px;
}

#body_header p.logo {
  width: 23%;
  text-align: center;
  padding-top: 20px;
}

/*----------------------------------------------------------------------------------*/

#body_all {
  background: #fff url(../gfx/1x1_red.gif) repeat-y 23%;
  min-height: 400px;
}

#nav_vert {
  float: left;
  width: 23%;
  overflow: hidden;
}

#main {
  float: left;
  width: 77%;
}

* html #main {
  overflow: hidden;
}

/*----------------------------------------------------------------------------------*/

#nav_hori {
  border-right: 1px solid #80160f;
  border-bottom: 1px solid #80160f;
  border-top: 1px solid #80160f;
  width: 98%;
  padding-left: 2%;
  height: 26px;
  overflow: hidden;
}

#nav_hori li {
  float: left;
  list-style-type: none;
  height: 25px;
}

#nav_hori a {
  display: block;
  font-weight: bold;
  color: #80160f;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .03em;
}

#nav_hori a:hover, #nav_hori a.aktiv {
  background-color: #a30500;
  color: #fff;
}

/*----------------------------------------------------------------------------------*/

#nav_hori2 {
  width: 98%;
  padding-left: 2%;
}

.breadcrumb {
  float: left;
  width: 80%;
  font-size: 11px;
  padding: 5px 0px;
}

.breadcrumb p { 
  padding-left: 12px;
}

.breadcrumb a {
  color: #000;
  background: url(../gfx/arrow_red.gif) no-repeat 0px 4px;
  padding-left: 9px;
  margin-left: 4px;
}

.fontsizing {
  float: left;
  width: 20%;
  text-align: right;
}

.fontsizing img {
  border: 0px;
  margin-top: 3px;
}

/*----------------------------------------------------------------------------------*/

#nav_vert li {
  list-style-type: none;
  border-bottom: 1px solid #80160f;
}

#nav_vert a {
  display: block;
  color: #000;
  padding: 6px 12px;
  margin: 0;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
}

#nav_vert a:hover {
  background-color: #7f170c;
  color: #fff;
}

#nav_vert a.aktiv {
  background: #7f170c url(../gfx/arrow_nav_vert.gif) no-repeat 97% 11px;
  color: #fff;
}

/*Untermenüpunkte*/
/*Ebene2*/
#nav_vert ul ul li {
  font-size: 11px;
  line-height: 11px;
  border: 0px;
  border-bottom: 1px solid #FFFFFF;
}

#nav_vert ul ul a {
  font-size: 11px;
  padding: 4px 20px;
}

#nav_vert ul ul a.aktiv, #nav_vert ul ul a:hover {
  background: url(../gfx/arrow_red.gif) no-repeat 12px 6px;
  color: #000;
}

/*Ebene3*/
#nav_vert ul ul ul a {
  font-size: 11px;
  padding: 4px 28px;
}

#nav_vert ul ul ul a.aktiv, #nav_vert ul ul ul a:hover {
  background: none;
  font-style: italic;
  color: #000;
}

/* Ebene4 */
#nav_vert ul ul ul ul a { padding-left:35px; }

/*----------------------------------------------------------------------------------*/

.tab_header1 {
  background: #80160f url(../gfx/header_tab1.gif) repeat-x;
  height: 26px;
  border-bottom: 1px solid #480402;
  border-top: 1px solid #470302;
  text-align: center;
}

.tab_header1 img {
  margin-top: 5px;
}

.tab_header2 {
  background: #80160f url(../gfx/header_tab2.gif) repeat-x bottom;
  height: 39px;
  color: #fff;
  font-size: 12px;
}

.tab_header2 label {
  float: left;
  padding: 3px 6px 0px 0px;
}

.tab_header2 img {
  border: 0px;
  float: left;
  margin-top: -4px;
}

.tab_header2 input {
  width: 46%;
  float: left;
  border-top: 1px solid #480402;
  border-left: 1px solid #480402;
}

.tab_header2 a:hover {
  background: none;
}

.tab_header2 div {
  padding-top: 10px;
  padding-left: 5px;
  width: 99%;
  overflow: hidden;
}

.nav-logo {
  width: 100%;
  text-align: center;
  margin: 80px 0px 40px 0px;
}

.nav-logo img {
  border-width: 0px !important;
}

.nav-logo a:hover, .nav-logo a:hover img { 
  background-color: #FFFFFF !important;
  border-width: 0px !important;
}

/*----------------------------------------------------------------------------------*/

.content_spacer {
  padding-left: 2%;
}

.content {
  padding-left: 12px;
  font-size: 12px;
}

.content a {
  color: #80160f;
}


.content h1 {
  font-size: 14px;
  color: #80160f;
  border-bottom: 1px solid #80160f;
  margin: 18px 0px 6px 0px;
}

.content h2, h3, h4, h5, h6 {
  color: #80160f;
  width: 75%;
  border-bottom: 1px solid #80160f;
  margin: 10px 0px 10px 0px;
  padding-top: 16px;
  font-size: 12px;
}

.content p {
  margin: 12px 0px;
}

.content img.bild-links {
  margin: 0px 5px 5px 0px;
  float: left;
}

.content img.bild-rechts {
  margin: 0px 0px 5px 5px;
  float: right;
}

.clear {
  clear: both;
}

/*----------------------------------------------------------------------------------*/

#body_footer {
  padding: 30px 0px 30px 0px;
  float: right;
  margin-left: 0%;
  width: 77%;
  font-size: 11px;
  color: #80160f;
}

#body_footer_left {
  width: 300px;
  padding-left: 30px;
  float: left;
}

#body_footer p {
  text-align: right;
}

#body_footer .icons img{
  border: 0px;
}

#body_footer .copyright {
  border-top: 1px solid #80160f;
  padding: 4px 0px;
}

#body_footer .copyright a {
  color: #80160f;
}

dl.csc-textpic-image  {
  padding-top: 5px;
}




/*----------------------------------------------------------------------------------*/

a:hover {
  text-decoration: none;
}

div.content ul {
  padding-left: 25px;
}





/*------------------------------Gallery2----------------------------------------------------*/

div#gallery {
  padding: 0px;
  font-size: 12px;
}

div#gallery a {
  color: #A30500;
}

div#gallery span.current {
  color: #999999 !important;
}

div.block-core-PeerList {
  padding-left: 0px;
}

div.block-core-PeerList a, div#gallery span.current {
  padding-left: 10px !important;
}

div.block-core-PeerList a:hover, div#gallery span.current {
  background: url(../gfx/arrow_red.gif) no-repeat 0px 7px;
}

div#gsNavBar div.gbBreadCrumb {
  padding-left: 2px;
  border-bottom: 1px solid #A30500;
  padding-bottom: 6px;
}

div.gcBackground1 {
  background-color: #F3C7C5 !important;
}

td.giAlbumCell {
  background-color: #E9E9E9 !important;
}

p.giTitle {
  color: #000000;
}

div.gcBorder1 {
  border: 0px;
}

div.block-search-SearchBlock, div.block-core-ItemLinks {
  padding: 0px;
  margin: 0px;
}

div.block-search-SearchBlock input {
  border: 1px solid #A30500;
  width: 130px;
  padding: 2px;
  margin-bottom: 5px;
  margin-top: 5px;
}

/*-----------------------------Random Images-----------------------------------*/

div.rand {
  width: 120px;
  float: left;
  text-align:center;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

div.rand_image {
  width: 100%;
  text-align: center;
}

div.rand_text {
  color: #A30500;
}

div.rand_left {
  width: 50%;
  float: left;
  text-align: left;
  padding-bottom: 5px;
}

div.rand_right {
  width: 50%;
  float: right;
  text-align: right;
  padding-bottom: 5px;
}

div.rand_left a, div.rand_right a {
  text-decoration: none;
  color: #A30500; 
}

/*----------------------------------------------Topmenu--------------------------------------------------*/

div.topmenu {
  padding-top: 5px;
  margin-left: 12px;  
  height: 25px;
  border-top: 1px solid #A30500;
}

div.zeitachse_titel {
  width: 100px;
  float: left;
  font-size: 10px;
  height: 25px;
  padding-top: 10px;
  font-weight: bold;
}


ul.topmenu {
  border-bottom: 1px solid #A30500;
  list-style: none;
  font-size: 10px;
  height: 25px;
}

ul.topmenu li {
  float: left;
  width: 35px;
  height: 25px;
}

ul.topmenu li a {
  text-decoration: none;
  color: #000000;
  height: 25px;
  display: block;
  width: 35px;
  background: url(../gfx/arrow_up_line.gif) no-repeat;
  background-position: 5px 15px;
}

ul.topmenu li a.aktiv {
  background: url(../gfx/arrow_up.gif) no-repeat;
  background-position: 5px 15px;
  font-weight: bold;
}

/*----------------------------------------------------------------------------------*/

div.csc-sitemap ul {
  margin-left: 15px;
}
div.csc-sitemap ul a {
  color:#A30500;
}

/*----------------------------------------------------------------------------------*/

* html div.tx-macinasearchbox-pi1 {
  margin-right: 2px;
}

div.tx-wecmap-map {
  width: auto !important;
}

/*----------------------------------------------------------------------------------*/


/* ---------------- Tabellen --------------------*/

table.contenttable {
  border-spacing: 0px;
  border: 1px solid #A30500;
  width: auto !important;
}

table.contenttable td {
  padding-left: 4px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}

table.contenttable td.td-0 {
  /*padding-right: 100px;*/
}

table.contenttable tr.tr-0 td {
  background-color: #A30500 !important;
  font-weight: bold;
  color: #FFFFFF;
}

table.contenttable tr.tr-even {
  background-color: #E89B96;
}

div.drei_spalter333333 {
  clear: both;
}

div.drei_spalter333333_1 {
  width: 33%;
  float: left;
}

div.drei_spalter333333_2 {
  width: 33%;
  float: left;
}
 
div.drei_spalter333333_3 {
  width: 33%;
  float: left;
}

div.Zweispalter6633 {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

div.Zweispalter6633 div.links {
  float: left;
  width: 66%;
  padding: 0px;
  margin: 0px;
  padding-right: 1%;
  padding-bottom: 10px;
}

div.Zweispalter6633 div.rechts {
  float: left;
  width: 32%;
  padding: 0px;
  margin: 0px;  
  overflow: visible !important;
}

div.Zweispalter6633 div.rechts table, div.Zweispalter6633 div.rechts table td {
  width: auto !important;
}

/* ----------------------- Download Links ------------------------ */

a.pdf, a.zip, a.doc, a.xls {
  padding: 0px 0px 2px 20px !important;
}

a.pdf {
  background: url(/fileadmin/templates/gfx/icon_pdf.gif) no-repeat;
}

a.zip {
  background: url(/fileadmin/templates/gfx/icon_zip.gif) no-repeat;
}

a.doc {
  background: url(/fileadmin/templates/gfx/icon_doc.gif) no-repeat;
}

a.xls {
  background: url(/fileadmin/templates/gfx/icon_xls.gif) no-repeat;
}

/* ---------------------- Kontakt Form ----------------------------- */
div.tx-thmailformplus-pi1 input, div.tx-thmailformplus-pi1 textarea {
  border: 1px solid #A30500;
  font-size: 12px;
}

div.form-row label {
  clear: both;
  display: block;
  float: left;
  width: 10em;
}

div.form-row {
  clear: both;
  width: 100%;
  display: block;
  padding: 0.5em 0;
}

form#mailform input.button {
  padding: 2px;
  border-color: #999999;
}

.tx-guestbook-field-hp { position:absolute; left:-1000px; }

.tx-wecmap-pi1 h2 { padding-top:0px !important; }

.tx-guestbook-pagination { font-size:100% !important; }
.tx-guestbook-pagination a { margin-left:5px; font-size:100% !important; }
.tx-guestbook-pagination strong { margin-left:5px; }

#lightboxImage { position:relative; }

.filelinks { margin-top:15px; }
.filelinks .filecount { display:none !important; }
.filelinks .odd, .filelinks .even { height:25px; line-height:25px; padding-left:25px; }

.Zweispalter6633 .rechts .csc-textpic-imagewrap { float:right; width:190px; }
