/*
Theme Name: Platane 19
Theme URI: http://www.platane19.de
Description: 
Version: 
Author: Susann Qubeck
Author URI: www.qubeck.net
Tags: 
Text Domain: 
*/

body {
  color: #000;
  background: #fff;
  font-family: Garamond, 'Times New Roman', Times, Arial, serif;
  font-size: 12pt;
  text-align: left;
}

*{padding: 0;
  margin: 0;
  }

html, body {
height : 100%;
}

/*Ausblenden*/
#kopfbereich, #navilinks, #navirechts, #head, #topnavi {
display: none;
}

.breadcrumb {
display: none;
}

img {
display: none;
}

/*Überschriften*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: .75em 0 .2em 0;
  text-align: left;
  page-break-after: avoid;
}

h2 {
font-variant: small-caps;
}



a, a:visited, a:hover, a:visited:hover {
  color: darkolivegreen;
  background: transparent;
  text-decoration: none;
}

/*a[href]:after {
    content:" (Link zu: < "attr(href)">) ";
    color: lightgrey;
    background-color:inherit;
    font-style:italic;
    font-size: 9pt;
} */


h2 a {
background: #fff;
color: #000;
}



.treffer {
font-weight: normal;
background: #fff;
color: #0A562F;
font-size: 110%;
padding-bottom: 15px;
}



/*weitere Textformatierungen*/

.post ul {
list-style-type: circle;
padding-left: 0.5em;
margin-left: 0.5em;
padding-bottom: 0.75em;
}

.post ul li{
font-size: 75%;
}



.gruen {
background: fff;
color: #0A562F;
font-weight: bold;
padding-bottom: 0;
margin-bottom: 0;
}
    
.post table {
 padding-bottom: 10px;
margin-bottom: 10px;
}

p {
font-size: 1em;
line-height: 1.5em;
padding-bottom: 15px;
}

table {
 font-size: 100%;
}

table td {
border-bottom: 1px solid grey;
padding: 2px 5px 2px 0px;
}
/*Struktur*/
#rahmen {
width: 990px;
min-height: 760px;
}

#head {
width: 990px;
height: 118px;
position: relative;
}

#topnavi {
position: absolute;
top: 10px;
right: 250px;
padding: 0 10px 0 50px;
}

#navilinks {
width: 288px;
float: left;
/*padding: 0 0 0 50px;*/
border-top: 1px solid #C3C3C3;
}

#pfad {
font-size: 69%;
background: #fff;
color: #0A562F;
margin-bottom: 6px;
}

.breadcrumb {
font-size: 69%;
background: #fff;
color: #0A562F;
margin-bottom: 6px;
}

.breadcrumb a {
text-decoration: none;
background: #fff;
color: #0A562F;
}

.breadcrumb a:hover, breadcrumb a:active {
text-decoration: underline;
}

#content {
width: 600px; /*416px; */
min-height: 650px;
float: left;
/*border-right: 1px solid #C3C3C3;
border-left: 1px solid #C3C3C3; */
padding: 0 16px 0 16px;
margin: 0 16px 0 16px;
}

#navirechts {
width: 210px;
float: right;
border-top: 1px solid #C3C3C3;

}

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

#footer {
text-align: center;
border-top: 1px solid #C3C3C3;
margin-top: 10px;
font-size: 70%;
padding-left: 60px;
}



/*Navigation */

ul {
list-style-type:none;
}

#topnavi ul li{
font-family: 'Trebuchet MS', verdana, arial, sans-serif;
margin-right: 6px;
}

#topnavi ul li a{
color: #666666;
text-decoration: none;
font-size: 70%;
}

#topnavi ul li a:hover, a:active {
color: #990530;
text-decoration: underline;
}


#head ul li{
display: inline;
font-family: verdana, arial, sans-serif;
}

#navilinks ul li, #navirechts ul li{
line-height: 1.1em;
}

#navirechts ul {
border-bottom: 1px solid #C3C3C3;
padding: 0 0 10px 0;
}

#navirechts ul.krisendienst {
padding-top: 10px;
background: url(images/logo_krisendienst.jpg) #fff 120px 5px no-repeat;
color: #666666; ;         
}
#navilinks ul {
padding-left: 50px;
}

#navilinks ul li a, #navirechts ul li a {
color: #666666;
text-decoration: none;
font-size: 75%;
font-weight: normal;
}

li.current_page_item {
color: #990530;
background: #fff;
text-decoration: underline;
}

#navilinks ul li a:hover, a:active, #navirechts ul li a:hover, #navirechts ul li a:active {
color: #990530;
text-decoration: underline;
}



/*Bilder*/

#navilinks img {
border: 0;
width: 281px;
height: 181px;
}

#bilder {
background: #fff url(images/bild1.jpg) top left no-repeat; 
width: 281px;
height: 181px;
margin: 25px 0 25px 0;
}

/*Suchformular*/

.search {
font-size:0.9em;
position:absolute;
right:20px;
top:10px;
}

#topnavi ul li.search input#searchsubmit {
background:none repeat scroll 0 0 #c6c6c6;
border:1px solid #999999;
color:#666;
font-size:75%;
margin:0 0 0 2px;
padding:2px;
}

#searchsubmit {
background:none repeat scroll 0 0 #DEE7DE;
border:1px solid #999999;
color:#666;
font-size:75%;
margin:0 0 0 2px;
padding:2px;
}


