/* Basisvorlage CSS
publish-service [Dank an: Modernes Webdesign]
www.oberhaid.de
Start: 19.12.2008
Letzte Aenderung: 06.01.2012
*/

/* Farbschema
--------------------------------------------------------------------------------------- */

/*
Blau (Linien, Rahmen, Üerschriften, Navigation): #006699
Hellblau (2. Menü): #dfecfa
Hellblau2 (Roll-over): #99ccff
Schwarz (Schrift): #000000
Weiß(Hintergrund füf-, Inhalts- und Navigationsbereich): #ffffff
*/


/* Reset
--------------------------------------------------------------------------------------- */
* {
  padding: 0;
  margin: 0;
  border: 0;
}


/* Globals und Typo
--------------------------------------------------------------------------------------- */

html {
  background: #fff;
}

body {
  background: #fff;
  font-size: 75%;
}

html>body {
  font-size: 12px;
}

a:link {
  color: #069;
  text-decoration: none;
  border-bottom: 1px dotted #069;
}

a:visited {
  color: #666;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* Macht die gepunktete Linie um geklickte Links unsichtbar
--------------------------------------------------------------------------------------- */
a:focus {
    outline: none;
}


/* Vertikaler Rhythmus basierend auf 12px Basisgröfü Fließext
--------------------------------------------------------------------------------------- */
p {
  font: 1em/1.33em Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h1, h2, h3, h4 {
  color: #069;
}

h1 {
  font: 1.83em/1.5em Georgia, "Times New Roman", Times, serif;
  margin-top: 2.5em;
  margin-bottom: 1.33em;
}

h2 {
  font: 1.5em/1.17em Georgia, "Times New Roman", Times, serif;
  margin-top: 2em;
  margin-bottom: 1.33em;
}

h3 {
  font: 1.33em/1em Georgia, "Times New Roman", Times, serif;
  margin-top: 1.83em;
  margin-bottom: 1.33em;
}

h4 {
  font: 1.17em/0.83em Georgia, "Times New Roman", Times, serif;
  margin-top: 1.67em;
  margin-bottom: 1.13em;
}

ul li {
  font: 1em/1.33em Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
  padding: 5px 0;
}


/* Bilder und verlinkte Bilder ohne Rahmen
--------------------------------------------------------------------------------------- */
img, a img {
  border: 0;
}


/* Links- bzw. Rechtsausrichtung fümente
--------------------------------------------------------------------------------------- */
.links {
  float: left;
  margin: 0 0.5em 0.5em 0;
}

.rechts {
  float: right;
  margin: 0 0 0.5em 0.5em;
}


/* Layoutelemente
Verwenden Sie overflow: hidden; um nöe Foats aufzulö.
--------------------------------------------------------------------------------------- */
#wrapper {
  position: relative;
  margin: 0 auto;  
  width: 80em;
  max-width: 100%;
  background-image: url(../images/navi_hgr.png);
  background-repeat: repeat-y;
  background-position: left;
}

* html #wrapper {
  margin: 0 50px;
}

/* ---------- Kopfbereich mit Logo und Teaser ---------- */
#header {
  clear: both;
  position: relative;
  left: 34px;
  background: url(../images/head/titel_bogen.png) bottom left no-repeat;
}

#header a {
  border: 0;
}

#logo {
  float: left;
}

* html #logo {
  position: absolute;
}

#teaser {
  position: relative;
  display: inline;
  margin-left: 36px;
}

* html #teaser {
  margin-left: 320px;
}

/* ---------- Navigation füviceelemente üund unterhalb des Inhaltsbereichs ---------- */
.nav_service{
  clear: both;
  background: #dfecfa;
}

#klickpfad {
  float: left;
  margin: 5px 10px 5px 16.5em;
  font: 1em/1em Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
}

#sitemap, #druck, #suche, #service {
  float: right;
  margin:5px 10px 5px 10px;
  font: 1em/1em Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
}

#sitemap a, #druck a {
  /*display: inline;*/
  padding-left: 5px;
  font: 1em/1em Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
  color: #069;
  border: 0;
}

.csc-sitemap ul {
  display: inline;
  list-style: none;
  font-size: 1em;
  margin: 10px 0;
}

.csc-sitemap ul li {
  font-size: 1.3em;
  padding: 3px 0;
}

.csc-sitemap ul ul li {
  font-size: 1em;
  padding-left: 20px;
}

#druck {
  
}

#suche {
  
}

#service ul {
  padding: 3px 0 3px 20px;
  border-bottom: 2px solid #069;
}

#service ul li {
  display: inline;
  list-style: none;
}

#service ul li a {
  padding: 3px 0.5em;
  margin-right: 5px;
  border: 0;
}

#service ul li.cur {
  background: #dfecfa;

}




/* ---------- Ummantelung fü 3 Inhaltsspalten ---------- */
#bodycontent {
  clear: both;
  width: 80em;
  background:#fff;
}

* html #bodycontent {
  background: #fff url(../images/navi_hgr.png) top left repeat-y;
}


/* ---------- Hauptnavigation (in der linken Spalte) ---------- */
#nav_spalte {
  clear: both;
  float: left;
  display: inline;
  width: 16.5em;
  max-width: 20%;
  background: #fff;
}

#navigation {
  padding: 1em 0;
}

#navigation ul li a:hover, #navigation ul li li a:hover {
  text-decoration: underline;
}

#navigation ul {
  font: 1.17em/1.33em Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
  list-style: none;
}

#navigation ul ul {
  font: 1em/1em Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
  margin-left: 20px;
}

#navigation ul li, #navigation ul li.cur {
  padding: 7px 0;
}

#navigation ul li {
  background: url(../images/navi_listItem_oben.png) top left no-repeat;
}

* html #navigation ul li {
  padding: 0;
  background: #fff;
  border-bottom: 1px dashed #069;
}

#navigation ul li.cur {
  
  background: url(../images/navi_listItem_cur_oben.png) top left no-repeat;
}

* html #navigation ul li.cur {
  padding: 0;
  background: #fff;
}

#navigation ul li a, #navigation ul li.cur a {
  display: block;
  margin: 3px 0;
  padding: 4px 0 12px 10px;
  text-decoration: none;
  border: 0;
}

* html #navigation ul li a {
  color: #069;
}

* html #navigation ul li.cur a {
  background: #dfecfa;
  color: #069;
}

* html #navigation ul li.cur ul li a {
  background: #fff;
}

#navigation ul li.cur > a {
  background: url(../images/navi_listItem_cur_unten.png) bottom left no-repeat;
  color: #fff;
}

#navigation ul li > a {
  background: url(../images/navi_listItem_unten.png) bottom left no-repeat;
}

.unsichtbar {
  display: none;
}



/* ---------- Inhaltsbereich ---------- */
#content {
float: left;
display: inline;
width: 46.5em;
max-width: 60%;  
background: #fff;
}

* html #content {
  width: 45em;
}

#inhalt {
padding-left: 30px;
}

* html #inhalt {
  padding-left: 10px;
}

/* ---------- Seitenleiste (rechts) füs und seitenbezogene bzw. allgemeine Informationen ---------- */
#sidebar {
float: right;  
display: inline;
width: 15em;
max-width: 20%;
background: url(../images/sidebar_hgr.png) top right repeat-y;
margin-bottom: 1em;
padding-right: 10px;
}

* html #sidebar {
  padding-right: 0;
}

#sidebar h1 {
  font: 1.33em/1em Georgia, "Times New Roman", Times, serif;
  margin-top: 1.83em;
  margin-bottom: 1em;
}

#sidebar h2 {
  font: 1.17em/0.83em Georgia, "Times New Roman", Times, serif;
  margin-top: 1.67em;
  margin-bottom: 1em;
}

#sidebar p.bodytext {
  font: 0.83em/1.33em Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
  margin-top: 1.17em;
  margin-bottom: 1em;
  padding-left: 10px;
}


#news {
}

#info_lokal {
}

#info_global {
padding-bottom: 10px;
padding-right: 10px;
margin-right: -10px;
background: url(../images/bogen_sidebar_hgr.png) bottom right no-repeat;
}

* html #info_global {
  margin-right: -3px;
}

/* ---------- Fusszeile ---------- */
#fuss {
clear: both;  
background: #fff;
padding-top: 10px;
}


/* ---------- CSS-Styled-Content ---------- */

/* ---------- Tabellen ---------- */
table.contenttable {
  width: 45em;
  text-align: left;
  margin: 10px 0;
  padding: 10px;
  border-spacing: 20px;
}

table.contenttable caption {
  font: 1.33em/1em Georgia, "Times New Roman", Times, serif;
  text-align: left;
  margin-top: 1.83em;
  margin-bottom: 1.33em;
  color: #069;
}

table.contenttable th, table.contenttable td {
  font-family: Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
  font-size: 1em;
}

table.contenttable td {
  padding: 5px 0;
}

table.contenttable td span {
  font-size: 0.83em;
  color: #999;
}

table.vereine, table.betriebe {
  width: 45em;
  font-size: 0.9em;
  padding: 2px;
  border-spacing: 5px;
}

* html table.contenttable caption {
  font: 1.33em/1em Georgia, "Times New Roman", Times, serif;
}

* html table.contenttable {
  width: auto;
}

* html table.contenttable td {
  font-size: 0.9em;
  padding: 5px 10px;
}

* html table.contenttable th {
  font-size: 0.9em;
  padding: 5px 10px;
}

* html table.vereine td {
  padding:  5px 0;
  margin: 0;
}

/* ---------- Navigation "Seiteninhalt ---------- */
ul.csc-menu-3 {
  font: 1em/1.5em Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;

}

ul.csc-menu-3 li {
  display: inline;
  list-style: none;
  border-right: 1px solid #069;
  padding: 0px 5px;

}


/* ---------- "Nach oben"-Link ---------- */
.csc-linkToTop {
  /*float: right;*/
  text-align: right;
  font-size: 0.83em;
}


/* ---------- Rahmen und Trennlinien ---------- */
/*.csc-frame {
  border: 1px solid #069;
}*/

.csc-frame-rulerAfter {
  border: none;
  border-bottom: 1px solid #069;
}

/* ---------- Bilder und Bildunterschriften ---------- */
.csc-textpic-caption {
  font-size: 0.83em;
  padding-top: 3px;
  color: #999;
}

.csc-textpic-image {
  padding: 5px 3px 10px 3px;
  border: 1px solid;
  border-color: #99ccff #006699 #006699 #99ccff;
}

/* ---------- Suchformular - macina_searchbox ---------- */
/*style="height:18; width:100px; font-size: 1em; border: 1 px solid #006699;*/
input.suchwort {
  font-family: Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
  font-size: 1em;
  width: 10em;
  height: 1.5em;
  border: 1px solid;
  border-color: #99ccff #006699 #006699 #99ccff;
  margin-right: 5px;
}

input.button {
  border: 1px solid;
  border-color: #99ccff #006699 #006699 #99ccff;
  background-color:#dfecfa;
  color: #006699;
  cursor: pointer;
}

p.erweiterte_suche {
  font: 0.83em Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
  margin: 0;
  padding: 5px 0 0 0;
}

/* ---------- Suchformular - indexedsearch ---------- */
div.tx-indexedsearch legend {
  display:none;
}

div.tx-indexedsearch label {
  font-family: Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
  font-size: 1em;
  color: #069;
}

input.tx-indexedsearch-searchbox-sword, select.tx-indexedsearch-selectbox-type, select.tx-indexedsearch-selectbox-defop, select.tx-indexedsearch-selectbox-order, select.tx-indexedsearch-selectbox-desc, select.tx-indexedsearch-selectbox-group {
  font-family: Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
  font-size: 1em;
  width: 15em;
  height: 2em;
  border: 1px solid;
  border-color: #99ccff #006699 #006699 #99ccff;
  padding: 2px;
  margin: 5px;
}

input.tx-indexedsearch-searchbox-button {
  border: 1px solid;
  border-color: #99ccff #006699 #006699 #99ccff;
  background-color:#dfecfa;
  color: #006699;
  cursor: pointer;
}


input#tx_indexedsearch_extResume {
  display: block;
  margin: 5px 5px 20px 10px;
}


/* ---------- Meldungen - tt_news ---------- */
div.news-latest-container h2, div.news-latest-gotoarchive, hr.clearer {
  display: none;
}

div.news-latest-item h3 {
  margin: 0;
}

div.news-latest-category, div.news-list-category {
  font-family: Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
}

div.news-catmenu-NO, div.news-catmenu-ACT {
  font-family: Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
  font-size: 1em;
  padding: 3px 0;
}

* html div.csc-frame-rulerAfter {
  margin-right: 10px;
}


/* ---------- Veranstaltungen - calendar base (cal)---------- */
div.tx-cal-controller h1 {
  font: 1.33em/1em Georgia, "Times New Roman", Times, serif;
  margin-top: 1.83em;
  margin-bottom: 1.33em;
}

div.tx-cal-controller dl, #calendar-event div {
  font: 1em/1.33em Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

div.tx-cal-controller dt {
  padding-top: 0.5em;
}

div.tx-cal-controller dd {
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #069;
}

#calendar-event div p {
  padding-left: 10px;
  margin-top: 0;
}

#sidebar dl {
  font: 0.83em/1.33em Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
  margin-top: 1.17em;
  margin-bottom: 1em;
  padding-left: 10px;
}

* html #sidebar dl {
  padding-right: 10px;
}

#sidebar p.found, #sidebar div.tx-cal-controller h1 {
  display:none;
}

p.pagebrowser span {
  border: 1px solid #069;
  color: #069;
}


/* ---------- E-Mailformular - mailform---------- */

.csc-frame-frame1 #mailform .csc-mailform-field {
  font: 1em/1.33em Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  color: #069;
}

.csc-mailform-field label {
display: block;
  margin: 0 0 5px 20px;
}

.csc-mailform-field input,textarea,select {
  display: block;
  margin: 0 0 5px 20px;
}

input.csc-mailform-check {
  display: block;
  margin: -20px 0 5px -5px;
}

.csc-mailform-field #mailformname,#mailformemail,#mailformaddress,#mailformDatum,#mailformSchadensort,#mailformBemerkung {
  background: #eee;
  font: 0.8em/1em Verdana, Helvetica, Geneva, Tahoma, Arial, sans-serif;
  padding: 3px 0 3px 0;
}

.csc-mailform-field #mailformformtype_mail {
  display: block;
  background: #dfecfa;
  border-top: #069;
  border-left: #069;
  border-bottom: #9cf;
  border-right: #9cf;
  overflow: hidden;
  color: #069;
}
