/* Elmar Hochaus - Sport- und Physiotherapie Styles */
* {   margin: 0;   padding: 0;}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#474848;
	background:#d7d7d7;
	text-align:center;
}

h1 { 
	font-size: 16px;
	color:#a7b736;
	font-weight:normal;
	line-height: 36px;
}

h2 { 
	font-size: 11px;
	color:#fff;
	font-weight:bold;
}

h3 { 
	font-size: 11px;
	font-weight:bold;
	margin-bottom: 15px; 
}

h4 { 
	font-size: 11px;
	font-weight:bold;
	color:#a7b736;
	margin-bottom: 15px; 
}

p { 
	margin-bottom: 10px;
	line-height:160%;
}

.hidden {
	display: none;
}

.small {
	font-size:10px;
}

a {
	color:#a7b736;
}

img {
	margin-left: 40px;
}

/* Main- und Headbereich */

#wrap_all {
	width:763px;
	margin:auto;
	text-align:left;
	margin-top:50px;
}

#header {
	width:763px;
	height:106px;
	background-image:url(../gfx/Elmar_hochhaus.gif);
}

/* Content */

#content_wrap {
	width:763px;
	overflow:auto;
}

#content_left {
	width:205px;
	height: 339px;
	float:left;
	background-image:url(../gfx/bg_left.gif);
}

#content_right {
	width:558px;
	height: 339px;
	float:left;
	background-image:url(../gfx/bg_right.gif);

}

#content_left_inhalt {
	width:165px;
	margin-top:7px;
	margin-left:20px;
}


#content_right_inhalt {
	width:520px;
	margin-top:7px;
	margin-left:20px;
}



