html {
      height: 100%;
}
body {
	color: #151616;
	background-color: #cc0000;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 0;
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	text-align: center;
}

#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
#langeseite {
	border: none;
	background-color: white;
	margin: auto;
	text-align: left;
	width: 1030px;
	height: 100%;
	font-size: 12px;
	position: relative;
}
a.linksmall {  font-family: Arial, Helvetica, sans-serif; color: #ff0000; text-decoration: none; font-weight: normal}
a.linksmall:hover {  font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #FFFFFF; text-decoration: none; background-color: #cc0000}

  h1 {
	 font-family:Arial, Helvetica, sans-serif;
	 margin: 0;
	 padding: 0;
	 clear: both;
	 width: 1030px;
	 
	 display: block;
  }
  ul#Navigation {
    font-size: 13px;
	 line-height: 18px;
	 font-weight: 800;
    float: left; 
	 width: 145px;
	 min-height: 410px;
	 height: 100%;
    margin: 50px 0 50px 10px;
	 padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; 
	 padding: 0em;
  }
  ul#Navigation a {
    display: block;
    padding-bottom: 0.3em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: black; 
	 background-color: white;
	 text-decoration: none;
  }
  ul#Navigation a:visited {
    color: black; 
	 background-color: white;
	 text-decoration: none;
  }
  ul#Navigation a:hover {
    color: black; 
	 background-color: white;
	 text-decoration: none;
  }
  ul#Navigation a:active {
    color: #cc0000;
	 background-color: white;
	 text-decoration: none;
  }
  ul#Navigation a:link.aktiv {
  	color: #cc0000;
  }
  ul#Navigation a:visited.aktiv {
  	color: #cc0000;
  }
  ul#Navigation a:hover.aktiv {
  	color: #cc0000;
  }
img.link {
	border: 1px black solid;
	width: 254px;
}

div#InfoBlog {
   font-size: 0.9em;
	float: right;
	width: 258px;
	min-height: 464px;
	height: 100%;
	background-image: url(../images/Dr-Berle2.jpg);
	background-color: white;
	background-position: right top;
	background-repeat: no-repeat;
}
div#InfoBlog p {
	margin-top: 444px;
	font-size: 11px;
	text-align: right;
	margin-right: 15px;
	}
.blog {
	width: 390px;
}


  div#Inhalt {
	margin: 50px 258px 0 150px;
	width: 591px; /*war 611*/
	min-height: none;
	height: 100%;
	padding-left: 10px;
	font-size: 12px;
	position: relative;
}
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
	font-size: 1.5em;
   letter-spacing: 0.2px;
	margin-top: 0px;
	font-weight: 500;
	}

  div#Inhalt h3 {
	font-size: 1.5em;
	letter-spacing: 0.2px;
	margin-top: 20px;
	font-weight: 500;
	color: #cc0000;
}
  div#Inhalt p {
	font-size: 1.1em;
	color: black; /*	height: 100%;*/
	margin: 0.5em 10px 0.1em 0;
	clear: none;
}
span.rot {
	color: #cc0000;
}
.right {
	text-align: right;
	margin-right: 40px;
  }
.petit {
	font-size: 1em;
}
.red12px {
	color: #cc0000;
	font-size: 12px;
	font-weight: 900;
}
.noborder {
	border: none;
}

a:link, a:active, a:visited, a:hover {
	color: #cc0000;
	text-decoration: none;
	font-size: 0.95em;
}
span.rechts {
	float: right;
	text-align: right;
	margin-right: 22px;
}

.nobflright {
	border: none;
	float: right;
	margin-left: -415px;
}
div#footer {
	margin-top: auto/*-29px*/;
	position: relative;
}
* html #footer {
	margin-top: -29px;
	} 
hr { clear:both; 
visibility:hidden;
}
