/* ------------------------- Main ------------------------- */

body {
	background: #fff url(bg.jpg) repeat-x bottom left fixed;
	font-family: arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #2f2f2f;
}

a {
	text-decoration: none;
	color: #1f5303;
}

a:hover {
	text-decoration: underline;
}

#bg {
	background: url(bg.png) no-repeat top center;
}

#main {
	width: 900px;
	margin: 0 auto;
}

#clear {
	clear: both;
}

#trenner {
	margin: 35px 100px;
	border-bottom: 1px dashed #2f2f2f;
	height: 1px;
}


/* ------------------------- Header + Menu ------------------------- */


#header {
	height: 350px;
}

#mainmenu {
	height: 70px;
	background: url(mainmenu.png) no-repeat;
}

#mainmenu ul {
	margin: 0;
	padding: 0 0 0 35px;
	display: block;
}

#mainmenu ul li {
	float: left;
	list-style: none;
	padding: 20px 30px 20px 55px;
	font-size: 15px;
	font-style: italic;
	background: url(menuspace.png) left 21px no-repeat;
}

#mainmenu ul li.item-101 {
	float: left;
	list-style: none;
	padding: 20px 30px 20px 25px;
	font-size: 15px;
	font-style: italic;
	background: none;
}

#mainmenu ul li a {
	font-family: arial;
	color: #fff;
	text-decoration: none;
}

#mainmenu ul li a:hover {
	color: #86b404;
	text-decoration: none;
}


/* ------------------------- Content ------------------------- */


#termintext {
	margin: 0;
}

#content {
	background: url(content.png) no-repeat;
}

#ctop {
	height: 316px;
	width: 900px;
}

#cmain {
	margin: 85px 0 0 0;
	padding: 0 20px;
}

#cmain p {
	margin: 0 0 12px 0;
}

#cmain h3 {
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 0 20px 20px;
	font-style: italic;
	margin: 0 0 25px 0;
	border-bottom: 1px dashed #2f2f2f;
}

#cmain h2 {
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 0 20px 20px;
	margin: 0 0 25px 0;
	font-style: italic;
	border-bottom: 1px dashed #2f2f2f;
}

#cmainleft {
	float: left;
	width: 150px;
}

#cmainright {
	float: right;
	width: 650px;
}

#ctop #left {
	width: 274px;
	float: left;
	margin: 13px 0 0 13px;
	color: #cae57e;
}

#ctop #right {
	width: 590px;
	margin: 13px 23px 0 0;
	float: right;
}

#leistungen {}

#leistungen p {
	margin: 0 20px 0 20px;
	line-height: 20px;
}

#leistungen ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#leistungen ul li {
	line-height: 20px;
}

#skoliose {
	margin: 50px 0 0 0;
}

#skoliose p {
	margin: 0 20px 0 20px;
	line-height: 20px;
}

#maincontent {
	margin: 50px 0 0 0;
}

#maincontent p {
	margin: 0 20px 0 20px;
	line-height: 20px;
}


/* ------------------------- Footer ------------------------- */


#footer {
	color: #cae57e;
	font-size: 12px;
	padding: 15px 25px 15px 25px;
	margin: 30px 0 0 0;
	background: url(	footerbg.png) no-repeat;
}

#footer a {
	color: #cae57e;
	text-decoration: none;
	font-size: 12px;
}