/* =============================================================================
   CSS Styles 
   
   designed by: www.scheel-service.de
   ========================================================================== */
/* =============================================================================
   Reset Pattern
   ========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
abel,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
b,
strong {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* =============================================================================
   from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  display: inline;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
/* ===== Primary Styles ========================================================
   
   ========================================================================== */

#header {
background:linear-gradient(to bottom, rgba(177,201,3,1) 79%,rgba(232,232,232,1) 80%,rgba(177,201,3,1) 80%,rgba(255,255,255,1) 80%,rgba(232,232,232,1) 80%,rgba(255,255,255,1) 88%,rgba(165,201,86,1) 88%,rgba(229,229,229,1) 88%,rgba(177,201,3,1) 91%);
height: 150px;
}

#headercontainer {
background: url(../png/logo.png) 0px 10px no-repeat;
height: 150px;
width: 720px;
margin: 0px auto;
}

#headercontainer h1 {
text-align: right;
font-family: Segoe UI, Arial;
font-size: 2.2em;
padding-top: 45px; 
}

#headercontainer h2 {
text-align: right;
font-family: Segoe UI, Arial;
font-size: 1.3em; 
}      

#container {
width: 720px;
margin: 12px auto;
border-radius: 5px;
padding-bottom: 120px;
}

#footer {
background: #B1C903;
height: 80px;
margin: 0px auto;
width:100%;
position:fixed;
bottom: 0px;
}

#footer h1 {
font-family: Segoe UI, Arial;
font-size: 0.9em;
text-decoration: none;
text-align: center;
padding-top: 5px;
}

#pictureframe {
background: url(../png/zeichnung_s.jpg) top center no-repeat;
width: 100%;
height:300px;
}

#Impressum {
width: 100%;
height: 100%;
padding: 5px;
}

.spalte {
width: 320px;
float: left;
background: #ffffff;
margin: 20px;
padding-bottom: 40px;
}

.spalte img {
float: right;
}


.clear {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

p {
font-size: 0.9em;
font-family: Segoe UI, Arial;
line-height: 1.2em;
}

p.zitat {
font-size: 1.1em;
font-family: Segoe UI, Arial;
line-height: 1.3em;
font-style:italic;
}
p.unten {
font-size: 0.8em;
font-family: Segoe UI, Arial;
line-height: 1.4em;
}