body {
margin: 0px;
padding: 0px;
font-family:Verdana,Tahoma,Arial,sans-serif;
font-weight:normal;
color: #303030;
background-color:#F6F6F6;
}


#all {
background-color: #FFFFFF;
color: #303030;
position: relative;
width: 70%;
margin: 20px auto;
}

.hr-row-divider {
  margin: 35px 20px 35px 20px;
  color: #990202;
}

.inhalt {
  margin: 10px 0px 10px 0px;
  padding: 0;
  position: relative;
  overflow: hidden;
  padding: 9px;
  background-color: white;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 5px #eeeeee;
  -moz-box-shadow: 0 1px 5px #eeeeee;
  box-shadow: 0 1px 5px #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 0.8em;
  color: #303030;
  font-family: "Helvetica Neue", Helvetica, Verdana,Tahoma,Arial,sans-serif;
  line-height: 1.4em;  text-align:justify;
}


.hand {
  font-family: Georgia, Verdana,Tahoma,Arial,sans-serif;
  font-size: 1em;
  font-style: italic;
  color:#303030;
  margin: 0 0 0px 5px;
  text-align: center;

  }
  
#header {
clear: both;
margin: 0 0 0 0;
padding: 0;
height: 175px;
background-color:#990202;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
width:100%;
}

#header h1 {
width: 800px;
margin: 15px 0 0px 10px;
float:left;
color:#FFFFFF;
font-size: 24px;
}

#header p {
width: 800px;
float: right;
text-align:right;
color:#FFFFFF;
margin: 0px 10px 10px 0;
font-size: 12px;
line-height: 130%;
font-weight:bold;
}

#kopfzeile {
margin: 0 0 0 0;
line-height: 170%;
border-bottom: 5px solid #990202;

}

#kopfzeile p {
color:#4F4F4F;
margin: 5px 0px 5px 5px;
font-size: 10px;
line-height: 130%;
font-weight:normal;
}

#menu {
clear: left;
float: left;
width: 160px;
margin: 0 0 0 0;
padding: 0px;
background-color: #990202;
}

#menu ul {
list-style: none;
width: 160px;
margin: 0 0 0 0;
padding: 0;
}

#menu li {
margin-bottom:1px;
}


#menu li a {
font-family:Verdana,Tahoma,Arial,sans-serif;
font-size: 10px;
font-weight:bold;
height: 20px;
line-height:130%;
text-decoration: none;
color: #990202;
display: block;
padding: 5px 0px 0px 5px;
background:#ecc4c4;
border-bottom: 1px solid #BFBFBF;
}

#menu li a:hover {
background:#990202;
color:#FFFFFF;
border-bottom: 1px solid #990202;
}

.textbox {
font-size: 10px;
margin: 10px 0px 0px 0px;
padding: 0px;
width: 160px;
color: #505050;
background-color:#FAFAFA;
line-height: 1.3em;
}

.textbox p{
margin: 10px 10px 10px 10px;
padding: 0px;
width: 140px;
color: #505050;
font-size: 11px;
line-height: 1.3em;
}

#menu h3{
margin: 0px 0px 10px 10px;
padding: 0px;
width: 140px;
color:#990202;
font-size: 11px;
line-height: 1.3em;
}




#content {
margin: 0px 20px 20px 170px;
padding: 0 3px 0 10px;
line-height: 140%;
text-align: justify;
}

/*#content p {
color:#4F4F4F;
font-size: 0.8em;
line-height: 140%;
font-weight:normal;
}
*/

#content h2 {
  font-family: Georgia, Verdana,Tahoma,Arial,sans-serif;
  font-size: 1.1em;
  font-style: italic;
  margin: 15px 0 10px 0;
  color:#990202;
  }

#content h3 {
color:#990202;
font-size: 12px;
margin: 15px 0 10px 0;
}


#content hand {
  font-family: Georgia, Verdana,Tahoma,Arial,sans-serif;
  font-size: 1.2em;
  font-style: italic;
  color:#4F4F4F;
  margin: 0 20px 0px 0;
  text-align: center;

  }

#content hr-row-divider {
  margin: 35px 40px;
  clear: both;
}

h3 {
	
font-size: 1.3em;
margin: 0 0 10px 0;
color: #990202;
}

a {
text-decoration: none;
color: #990202;
}

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

a:hover {
text-decoration: underline;
color: #990202;
}



a img {
border: 0;
}

#fuss {
clear: both;
margin: 0 auto;
padding: 10px 0 10px 0;
/*border-top: 4px solid #990202;*/
border-top: 4px solid #f0f0f0;
text-align: center;
color: #808080;
font-size: 10px;


}

#fuss a {
color: #808080;
text-decoration: none;
}

#fuss a:hover {
color: #990202;
text-decoration: underline;
}

.links {
margin: 10px 10px 5px 0;
float: left;
}

.rechts {
margin: 10px 0 5px 10px;
float: right;
}

img {
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
}

.post-thumb {
  display: inline-block;
  max-width: 100%;
  position: relative;
  bottom: 0;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -ms-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
.post-thumb span {
  display: block;
  padding: 5px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.post-thumb img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.post-thumb:hover {
  bottom: 10px;
}
.post-thumb:hover span {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


