/* Style Sheet */

* {
  margin: 0;
  padding: 0;
  }

body { 
  font-family: "URW Gothic L", "Century Gothic", "Lucida Sans Regular", "Trebuchet MS", sans-serif;
  font-size: 10pt;
}
h1 { font-size: 140%; padding-left: 20px; }
h2 { font-size: 120%; }
h3 { font-size: 100%; }
h1,h2,h3 { margin: 0 0 5px 0; }
p {
  text-align: justify;
  margin: 5px 0;
  font-size: 80%;
}
img {
  border: none; 
}


#main { 
  width: 800px;
  height: 100%;
  background: #D7D7D7;
  margin: 0 auto;
  position: relative;
}

#branding { 
  position: relative;
  background: #d71d37;
}

#navigation {
  position: relative;
  background: #d71d37;
  margin-top: -20px; 
}

#menu      { text-align: center;
             width: 100%;
             padding: 0 0px; }
#menu li   { list-style-type: none;
             background: #d71d37; /* vorher #555555 */
             border: solid 1px #d71d37;
             width: 8em;
             padding: 1px;
             margin: 1px;
             text-align: center;
             display: inline-block; }
#menu li a { color: #FFFFFF;
             font-family: Arial;
             font-size: 0.8em;
             font-weight: bold;
             text-decoration: none;
             display:block; }
#menu li:hover { background-color: #999999; }
#menu li a:hover { color: #222222; }

#footer {
  border-top: 1px dotted gray;
  padding: 0 20px;
  font-size: 0.8em;
}
#footer .kontakt {
  float: right;
}

#content { 
  width: 100%; /* IE6 */
  overflow: auto;
  margin-bottom: 10px;
}

#content #content_main { 
  width: 740px;
  background: #FFF;
  padding: 20px;
  margin: -10px 10px 10px 10px;
  margin-top: -10px;
  float: left;
}
#content #content_main p { 
  font-size: 90%;
}

.spalte {
width: 740px;
float: left;
padding: 10px;
}

.platzhaltergrafik {
width: 320px;
height: 240px;
float: left;
display: inline;
padding: 10px 10px 10px 0;
margin-left: +10px;
margin-bottom: 15px;
text-align: center;
font-weight: bold;
}

.platzhaltergrafik2 {
width: 320px;
height: 520px;
float: left;
display: inline;
padding: 10px 10px 10px 0;
margin-left: +10px;
margin-bottom: 15px;
text-align: center;
font-weight: bold;
}

.platzhaltergrafik img {
	float: left;
}

.platzhaltergooglemap {
width: 550px;
height: 450px;
float: left;
display: inline;
padding: 10px 10px 10px 0;
margin-left: +10px;
text-align: center;
font-weight: bold;
}

.platzhalterjpg {
width: 450px;
height: 536px;
float: left;
display: inline;
padding: 10px 10px 10px 0;
margin-left: +10px;
text-align: center;
font-weight: bold;
}

h1#titel { 
  position: absolute;
  top: 50px;
  right:40px;
  font-size: 1.8em;
  color: #CCCCCC;
}



#naviblog {
  margin-left: 20px;
  margin-top: 8px;
}
#naviblog ul {
  padding:0;
  margin:0;
  list-style:none;
}

#naviblog li {
  display:inline-block;
  padding: 7px 0 0 0;
  margin: 0 5px 0 0;
  text-align: center;
}

#naviblog li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
  -moz-border-radius-topright:5px;
  -moz-border-radius-topleft:5px;
  -webkit-border-top-right-radius:5px;
  -webkit-border-top-left-radius:5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background:#3c3c3c;
  /* alte webkit-basierte Browser (Safari, Chrome, etc.) */
  background: -webkit-gradient(linear, left top, left bottom, from(#848487),to(#3c3c3c));
  /* neue webkit-basierte Browser (Safari, Chrome, etc.) */
  background: -webkit-linear-gradient(top, #848487, #3c3c3c);
  /* Mozill/Gecko (Firefox, Flock, etc.) */
  background: -moz-linear-gradient(top, #848487, #3c3c3c);
  /* Fuer Presto (Opera ab Version 11.1) */
  background: -o-linear-gradient(top, #848487, #3c3c3c);
  /* IE10 Pre-Beta */
  background: -ms-linear-gradient(top, #848487, #3c3c3c);
  /* aktueller W3C working draft */
  background: linear-gradient(top, #848487, #3c3c3c);
}

#naviblog li#active {
  padding: 7px 15px 0 15px;
  margin: 0 5px 0 0;
  color: #2c2c2c;
  background: #FFF;
  -moz-border-radius-topright:5px;
  -moz-border-radius-topleft:5px;
  -webkit-border-top-right-radius:5px;
  -webkit-border-top-left-radius:5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}


