@charset "utf-8";
/* Stylesheet für die Startseite "Home" von Tuina-Therapie*/
* { padding: 0; margin: 0; }
body {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(images/muster.jpg);
}		
#wrapper {
	color: black;
	width: 900px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 450px;
}
#sidebar {
	float: left;
	background-image: url(images/logo%20cranioplus.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	height: 410px;
	width: 180px;
	padding: 20px;
	background-color: #FFF;
	background-repeat: no-repeat;
}
#navigation {
	background-color: #F93;
	height: 200px;
	width: 210px;
	float: left;
	font-size: 95%;
	line-height: 135%;
	color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #535353;
	border-top-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 365px;
	border-bottom-width: 0px;
	clear: none;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	height: 430px;
	color: #FFF;
}
a {
	color: #F90;
	list-style-type: none;
	text-decoration: none;
}

#footer {
	font-size: xx-small;
	float: left;
	height: 15px;
	width: 300px;
	color: #666;
	margin-left: 60px;
}

#image {
	color: black;
	border: 0px;
	background-image: url(images/Verlauf%20Aussenseite.jpg);
	width: 275px;
	height: 450px;
	padding-top: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	float: left;
}
h1 {
	font-size: 130%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
p {
	font-size: 95%;
	line-height: 135%;
}
address {
	text-align: left;
	font-size: 85%;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}
.skiplink {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
li {
	margin-left: 1em;
	font-size: 95%;
	line-height: 135%;
}
img {
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 12px;
	float: left;
	padding-top: 0px;
}
h2 {
	font-size: 95%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	padding: 0;
	line-height: 135%;
}
h3 {
	font-size: 95%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	padding: 0;
	font-style: oblique;
	line-height: 135%;
}
form {
	width: 400px;
	display: block;
}
label {
	display: block;
}
input#absender, 
textarea {
	width: 350px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}
textarea { 
   height: 7em; 
}
input#absender:focus, 
textarea:focus {
   background-color: #d9d9d9; 
}

