.imgRight
{
	float:right; padding:10px 0px 10px 10px;
}
	
.imgLeft
{
		float:left; padding:10px 10px 10px 0px;
}

.Bildunterschrift
{
	font-size:10px;font-style:italic;
}

.btnDark
{
	display:block;background-color:black;color:white;
}

.btnHell
{
	display:block;background-color:#f3f3f3;color:black;
}

.Infotext
{
	
	 background-color: #f3f3f3;
    border: 1px solid #ccc;
    color: #b00f0f;
    display: inline-block;    
    font-weight: bold;
    margin: 20px 0px 0px 0px;
    padding: 5px 10px;
    position: relative;
	
}



h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
h1 {
  font-size: 36px;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
  /* font-weight: 600; */
  line-height: 1.5;
  /* margin: 0 0 30px 0; */
  font-family: 'Droid Serif', serif;
  font-style: italic;
}
h1, .h1 {
  /* font-size: 36px; */
}
h1, .h1, h2, .h2, h3, .h3 {
  /* margin-top: 20px; */
  /* margin-bottom: 10px; */
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
  color: grey;
}

.btnDark {
  display: block;
  background-color: black;
  color: white;
}
.btnDark {
  display: block;
  background-color: black;
  color: white;
}

p {
  line-height: 1.8;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
  margin-bottom: 30px;
}
p {
  margin: 0 0 10px;
}
body {
  line-height: 1.5;
  color: #555;
  font-family: 'Droid Sans', sans-serif;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

h4 {
margin:20px 0px;
}

.imgRight {
float:right; padding:10px 0px 10px 10px;
}

.imgLeft {
float:left; padding:10px 10px 10px 0px;
}

.img-caption {
font-style:italic; 
}

.btnDark {
display:inline-block;background-color:black;color:white; padding:5px 10px; 
}

.btnHell {
display:inline-block;background-color:#f3f3f3;color:black; padding:5px 10px;
}

.Infotext {

}

