﻿/* ######################### Allgemein ######################### */
html {
  height			: 100.01%; 	
  margin			: 0; 
  padding			: 0;
}

* {
  margin			: 0;
  padding			: 0;
  border			: none;
}

body {
  text-align			: center; 
  height			: 100.01%;
  font-family			: Verdana, Arial, sans-serif;
  background			: #B2509D;
  color				: #5049B9;  
}

h1, h2, h3, h4, h5, h6 {
  font-size			: 1.3em;
  font-weight			: normal;
  margin			: 20px 25px 3px;
  padding			: 1px 5px 2px 0;
  color				: #5049B9;

}

h2 {font-size			: 1.3em;}
h3 {font-size			: 1.1em;}
h4 {font-size			: 0.9em;}
h5 {font-size			: 0.85em;}
h6 {font-size			: 0.8em;}

p {
  font-size			: 0.885em;
  line-height			: 1.5;
  margin			: 0 25px 8px;
}

small {
  font-size			: 0.7em;
  margin			: 0 25px 8px;
}

a {
  color				: #5049B9;
  text-decoration		: none;
}

a:hover {
  color				: #5049B9;
  text-decoration		: underline;

}


/* ######################### Hintergrund ########################## */
#hintergrund {
  width				: 750px;
  text-align			: left;
  margin			: 0 auto;
  background			: #DDC293 url(images/logo.jpg) no-repeat;
}


/* ######################### Header ######################### */
#head {
  width				: 750px;
  height			: 210px;
}

#head h1 {
  padding			: 90px 0 0 20px;
  margin			: 0;
  font-weight			: normal;
}

#head h1 a  {
  font-size			: 1.3em;
  color				: white;

}

#head h1 a:hover {
  color				: white;
}

#head p {
  font-size			: 1.0em;
  padding			: 0 0 0 25px;
  margin			: 0;
  color				: #fff;
  font-weight			: normal;
}


/* ######################### Inhalt ######################### */
#inhalt {
  width				: 530px;
  float				: left;
  padding			: 55px 0 10px 0;
}

#inhalt .meta {
  font-size			: 0.7em;
  line-height			: 1.3;
  text-align			: right;
  padding			: 10px 0 4px;
}

#inhalt .dlft {
  width				: 230px;
  float				: left;
  margin			: 10px 0 0 25px;
  text-align			: left;
  font-size			: 0.8em;
}

#inhalt .drgt {
  width				: 230px;
  float				: right;
  margin			: 10px 25px 0 0;
  text-align			: right;
  font-size			: 0.8em;
}

#inhalt .navigation {
  width				: 530px;
  margin			: 15px 0 0;
  height			: 2.5em;
  line-height			: 1.1;
}

#inhalt .lft {
  float				: left;
  margin			: 7px 15px 8px 0;
  background			: #fff;
  padding			: 3px;
  border			: 1px solid #000; 
}

#inhalt .rgt {
  float				: right;
  margin			: 7px 0 8px 15px;
  background			: #fff;
  padding			: 3px;
  border			: 1px solid #000; 
}

#inhalt ol,
#inhalt ul {
  font-size			: 0.8em;
  margin			: 10px 25px 10px 50px;
}

#inhalt ol {
  margin-left			: 55px;
}

#inhalt ol li,
#inhalt ul li {
  line-height			: 1.2;
  padding-bottom		: 4px;
}

#inhalt ol li code {
  font-size			: 1.2em;
  background			: #ccc;
}

#inhalt table {
  border-collapse		: collapse;
  border-top			: 1px solid #000;
  border-left			: 1px solid #000;
  font-size			: 0.8em;
  margin			: 10px 25px 15px;
}

#inhalt table th,
#inhalt table td {
  border-right			: 1px solid #000;
  border-bottom			: 1px solid #000;
  padding			: 0 5px;
}
 
#inhalt img {
  float				: left;	
  margin			: 6px 10px 3px 0;
  border			: none;
} 

#suchfeld {
  padding			: 1px 5px 3px;
  margin			: 0 0 5px 25px;
}











/* ####################### Comment #################### */
#commentform input {
  font				: normal 1.1em "Lucida Sans Unicode", "Lucida Grande", "Trebutchet MS", Arial, Helvetica, sans-serif;
  border			: 1px inset #000;
  background		: #DDC293;
  color				: #000;
  padding			: 1px 5px 3px;
  margin			: 5px 0 5px 5px;
}

#commentform input#submit {
  font				: normal 1.1em "Lucida Sans Unicode", "Lucida Grande", "Trebutchet MS", Arial, Helvetica, sans-serif;
  border			: 1px outset #000;
  background		: #DDC293;
  color				: #000;
  padding			: 0px 3px 2px;
  margin			: 0px 0 10px 5px;
}

#commentform input#submit:hover {
  background		: #DDC293;
  color				: #fff;
}

#commentform textarea {
  font				: normal 1.1em "Lucida Sans Unicode", "Lucida Grande", "Trebutchet MS", Arial, Helvetica, sans-serif;
  border			: 1px inset #000;
  background		: #fff;
  color				: #000;
  padding			: 1px 5px 3px;
  margin			: 5px 0 5px 5px;
}

#commentform label {
  font-size			: 0.9em;
}

#commentform small {
  font-size			: 0.8em;
}

ol.commentlist p {
  font-size			: 1.0em;
}

ol.commentlist li {
  padding			: 5px 5px 3px;
  margin			: 0px 0 10px 0;
  border			: 1px solid #000;
}

ol.commentlist li.alt {
  border			: 1px solid #000;
}

ol.commentlist .commentmetadata {
  font-size			: 0.9em;
  margin			: 0;
  padding			: 0;
}

/* ####################### Comment Formular #################### */
#inhalt div.contactform {
  margin			: 20px 0 10px 25px;
  font-size			: 0.8em;
}
  
#inhalt div.contactform label {
  width				: 15em;
}

#inhalt div.contactform input,
#inhalt div.contactform textarea {
  font				: normal 1.0em/1.5 "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
  margin-bottom		: 2px;
  width				: 220px;
  padding			: 2px 3px;
  border			: 1px inset #000;
  background		: #fff;
  color				: #000;
}
  
#inhalt div.contactkopie {
  width				: 18em;
  float				: left;
}

#inhalt div.inputkopie {
  width				: 13em;
  float				: left;
}

#inhalt div.inputkopie input {
  width				: 2em;
  margin-top		: 5px;
}
  
#inhalt div.contactform textarea {
  width				: 420px;
}

#inhalt .contactsubmitl {
  clear				: both;
}

#inhalt #contactsubmit {
  width				: auto;
  margin			: 40px 0 0 0;
  border			: 1px outset #000;
  background		: #2d4324;
  color				: #fff;
}
  
#inhalt #contactsubmit:hover {
  background		: #4d6344;
  color				: #fff;
}

/* ####################### Sidebar #################### */
#navi {
  width				: 220px;
  float				: right;
  padding			: 75px 0 10px 0;
}

#navi h2 {
  font				: normal 1.0em/1.6 "Lucida Sans Unicode", "Lucida Grande", "Trebutchet MS", Arial, Helvetica, sans-serif;
  margin			: 0;
  padding			: 10px 5px 2px;
  color				: #5049B9;
  border-bottom		: 1px solid #000;
  zoom				: 1;
}

#navi ul {
  font-size			: 1.0em;
  list-style-type	: none;
  padding			: 0;
  margin			: 0 25px 0 0;
  zoom				: 1;
}

#navi ul li ul {
  font-size			: 0.8em;
  padding			: 0;
  margin			: 0;
  zoom				: 1;
}

#navi ul li ul li ul {
  padding			: 0;
  margin			: 0;
  zoom				: 1;
  font-size			: 1.0em;
}

#navi ul li.cal {
  padding			: 0;
  margin			: 0;
  zoom				: 1;
}


#navi ul li ul li a {
  padding			: 1px 5px 2px;
  display			: block;
  border-bottom		: 1px solid #000;
}


#navi #suche {
  margin			: 8px 0px 0 0;
  padding			: 0;
  border-bottom		: 1px solid #000;
}

#navi #suche h2#suchhead {
  border-bottom		: none;
}

#navi #search br {
  display			: none;
}



/* ####################### Kalender #################### */
#wp-calendar { 
  width				: 190px; 
  line-height		: 1.0em;
  margin			: 5px 0 5px 5px;
  font-size			: 0.8em;
  border-collapse	: collapse;
  border-top		: 1px solid #000;
  border-left		: 1px solid #000;
  font-family		:verdana, sans-serif;
}

#wp-calendar caption {
  line-height		: 16px; 
  text-transform	: uppercase; 
  letter-spacing	: 1px;
  margin			: 5px auto;
}

#wp-calendar #today {
  background		: #2d4324;
  color				: #fff;
  font-weight		: bold;
}

#wp-calendar th,
#wp-calendar td {
  font-weight		: normal;
  padding  			: 2px;
  text-transform	: uppercase; 
  border-right		: 1px solid #000;
  border-bottom		: 1px solid #000;
  text-align		: center;
}

#wp-calendar .pad {
  background		: #0d2304;
}

#wp-calendar a {
  font-weight		: bold;
}

#wp-calendar a:hover {
  color				: #afa;
}













/* ######################### Footer ######################### */
#foot {
  clear				: both;
  background			: #B2509D;
  color				: #DDC293;  
  width				: 750px;
  text-align			: center;
  font-size			: 0.8em;
}
