/* CSS */

a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
html, body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #FFE9A0;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 100%;
	height: 100%;
	background-color: #FFE9A0;
}

#header {
	background-color: #FFE9A0;
	color: #000;
	padding: 5px;
	margin-top: 3%;
}

/* Content-Bereich */
#content {
	color: #000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FC8334;
	margin: 0px;
	padding: 0px;
	background-color: #FC8334;
	background-image: url(../images/hg_content.jpg);
	background-position: left;
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC8334;
	height: 422px;
}

#content p, #content li {
font-size: 10px;
line-height: 15px;
margin: 10px 40px 10px 60px;
}

#content h1, #content h2 {
margin: 25px 0px 15px 50px;
}
#content h1 {
font-size: 18px;
letter-spacing: 1pt;
background-color: transparent;
color: #B79348;
}
#content h2 {
background-color: transparent;
color: #B79348;
font-size: 14px;
}

#content a {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}

/* Footer */
#footer {
	background-color: #FFE9A0;
	color: #999999;
	height: 30px;
	padding: 10px 0px 0px;
	font-size: 10px;
	clear: both;
	margin-bottom: 5px;
}
#footer p {
text-align: center;
}
#image1 {
	height: 422px;
	width: 757px;
	background-color: #FFE8A2;
	background-image: url(../images/physiotherapie_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	vertical-align: bottom;
	margin-top: 0px;
	margin-left: 1%;
}
#zertifikat {
	padding-top: 335px;
	width: 757px;
	text-decoration: none;
	font-size: 12px;
}
table {
	float: right;
	width: 730px;
	text-decoration: none;
}
#physiotherapie {
	color: #FF9900;
	font-weight: bold;
	line-height: 15px;
	margin-left: 681px;
	font-size: 12px;
}
#content a:hover {
	background-color: transparent;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
