@charset "utf-8";
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #606060;
	background-image: url(http://www.dr-blecher.com/images/backgrounds/background.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top, left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link, a:visited, a:focus, a:active, a:hover {
	color:#959595;
	text-decoration:none;
	border:0px;
}
#container {
	width: 901px;
	margin: 10px auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	position:inherit;
}
#top_box {
	background-image: url(http://www.dr-blecher.com/images/backgrounds/Box_01.png);
	background-repeat: no-repeat;
	background-position:top;
	padding-left: 50px;
	padding-top:42px;
	font-size:14px;
}

	
#menu_box {
	background-image: url(http://www.dr-blecher.com/images/backgrounds/Box_02.png);
	background-repeat: repeat-y;
	padding-left:15px;
	padding-right: 14px;
	font-size:14px;
	font-weight: bold;
}
#menu {
	height: 18px;
	background-color: #D2D600;
	padding-left:50px;
	padding-top:3px;
}
.menu {
	margin-right:20px;
}
#mezzanine_box {
	background-image: url(http://www.dr-blecher.com/images/backgrounds/Box_02.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom:20px;
}
#bottom_box {
	height: 30px;
	background-image: url(http://www.dr-blecher.com/images/backgrounds/Box_05.png);
	background-repeat: no-repeat;
}
#logo_box {
	height: 30px;
	width: 220px;
	position:absolute;
	margin-left:720px;
	margin-top:20px;
}
#logo_box_mezzanine {
	padding: 7px;
	padding-left: 13px;
	background-repeat:repeat-y;
	background-image: url(http://www.dr-blecher.com/images/bilder/box.jpg);
	font-size: 10px;
}
#headline_box {
	margin-left: 70px;
	margin-top:20px;
	font-size: 32px;
}
h1 {
	font-size:28px;
	font-weight: bold;
	color:#959595;
	display: inline;
	margin-bottom: 0; 
}
#subheadline_box {
	margin-top: 15px;
	margin-left:100px;
	width: 500px;
	font-size:14px;
	font-weight: bold;
	color:#959595;
}
h2 {
	font-size:14px;
	font-weight: bold;
	color:#959595;
}
#content_box {
	margin-top: 55px;
	width: 450px;
	font-size:12px;
	margin-left: 150px;
	line-height: 17px;
	font-weight: normal;
	color:#555555;
}
h3 {
	display:inline;
	font-size:12px;

}

#bild_box {
	font-size:14px;
	position: absolute;
	top: 245px;
	margin-left: -60px;
}
#bild_box_big {
	font-size:14px;
	position: absolute;
	top: 280px;
	margin-left: -150px;
}
#bildbox3 {
	font-size:14px;
	position: absolute;
	top: 280px;
	margin-left: -60px;
}
#bild_mfeld {
	font-size:14px;
	position: absolute;
	top: 840px;
	margin-left: -55px;
}

#bild_wue {
	font-size:14px;
	position: absolute;
	top: 380px;
	margin-left: -55px;
}

#logo {
	margin-top: -5px;
	border: 0px;
}
/* Weiße Box als Filler für Kontaktseite*/
#whitebox {
	background: #FFF;
	padding: 15px;
	border:#ddd solid thin;
	font-size:12px;
	line-height: 17px;
	font-weight: normal;
	color:#555555;
}
/* Schatten um Boxen */

.wrap1 {
	float:left;
	background:url(http://www.dr-blecher.com/images/shadow.png) right bottom no-repeat;
}
.wrap2 {
	background:url(http://www.dr-blecher.com/images/bilder/corner_bl.gif) -14px 100% no-repeat;
}
.wrap3 {
	padding:0 8px 8px 0;
	background:url(http://www.dr-blecher.com/images/bilder/corner_tr.gif) 100% -14px no-repeat;
}
.wrap3 img {
	display:block;
	border:1px solid #ccc;
/*border-color:#efefef #ccc #ccc #efefef*/}
