/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.15;
    font-size: 1.25em;
	background-color: #FFF;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}

#page_container{
	position: relative;
	font-size: 1.0em;
    line-height: 1.2em;
	color: #4d5350;
	
	margin: 60px auto 0 auto;
	width: 875px;
}

#header {
	font-size: 32px;
	color: #558228;
	/*margin-top: absolute;*/
	left: 80px;
	top: 35px;
	position: relative;
}

.wrapper {
    width: 120%;
    height: 50px;
    background : #BBA27D;
    position: relative;  
    margin-bottom: 30px;  
	margin-left: -10%;
	
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: -5px 3px 10px #000;
	-webkit-box-shadow: -5px 3px 10px #000;
	-moz-box-shadow: -5px 3px 10px #000;
}

/* Menu-Items */
ul {
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-size: 14px;
}

ul.menu {
	font-family: Helvetica, Arial, sans-serif;
    height: 50px;
    border-right: 1px solid rgba(255,255,255,0.3);
    float:left;
}

ul.menu li {
    list-style: none;
    float: left;
    height: 49px;
    text-align: center;
}

ul.menu li a {
	font-weight: bold;
    display: block;
    padding: 0 20px;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    line-height: 49px;
    -webkit-transition-property: background;
    -webkit-transition-duration: 700ms;
    -moz-transition-property: background;
    -moz-transition-duration: 700ms;
	color: #4C4337;
	text-decoration: none;
}

ul.menu li div {
	display: block;
    padding: 0 228px;
    border-left: 1px solid rgba(255,255,255,0.1);
    text-align: right;
    line-height: 49px;
    -webkit-transition-property: background;
    -webkit-transition-duration: 700ms;
    -moz-transition-property: background;
    -moz-transition-duration: 700ms;
}

ul.menu li a:hover {
    background: transparent none;
	color: #4C4337;
	text-decoration: none;
	background-color: #FFF;
}

ul.menu li.active a{
	color: #4C4337;
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

b {
	font-weight: bold;
}

#main {
	margin-top: 90px;
	background-color: #FFF;
	
	position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
	
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.infobox {
    width: 820px;
    padding: 20px 20px 20px 20px;
    margin: 10px;
    position: relative;
    z-index: 90;	
    background: #fff;
    color: #4C4337;
    font-size: 90%;
	
	
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px 6px 6px 6px;
	box-shadow: -5px 3px 10px #000;
	-webkit-box-shadow: -5px 3px 10px #000;
	-moz-box-shadow: -5px 3px 10px #000;
}

.infobox h3 {
    position: relative;
    width: 270px;
    color: #4C4337;
    padding: 10px 20px;
    margin: 0;
	margin-bottom: 20px;
    left: -30px;
    z-index: 100;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px 6px 6px 6px;
    background: #DDCFD0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DDCFD0), to(#C098A6));
    background-image: -moz-linear-gradient(top,#DDCFD0,#C098A6);
    font-size: 160%;
    font-weight: bold;
}
 
.infobox-container .triangle-l {
    border-color: transparent #2083c2 transparent transparent;
    border-style: solid;
    border-width: 13px;
    height: 0;
    width: 0;
    position: absolute;
    left: -12px;
    top: 45px;
    z-index: 0; /* displayed under infobox */
}

.infobox-container .triangle-r {
    border-color: transparent transparent transparent #2083c2;
    border-style: solid;
    border-width: 13px;
    height: 0;
    width: 0;
    position: absolute;
    left: 266px;
    top: 45px;
    z-index: 0; /* displayed under infobox */
}

.infobox a {
    color: #4C4337;
    text-decoration: none;
    border-bottom: 1px dotted #4C4337;
}

.infobox a:hover, .infobox a:focus {
    text-decoration: none;
    border-bottom: 1px dotted #4C4337;
}

.tableTitle {
	font-weight: bold;
	color: #4C4337;
}

table.tableData th {
	text-align: left;
	font-weight: bold;
	padding: 10px;
}

table.tableData td {
	color: #777777;
	padding: 10px;
}

.footer {
	width: 820px;
	height: 70px;
	font-weight: bold;
    padding: 20px 20px 20px 20px;
    margin: 10px;
    position: relative;
    z-index: 90;	
    background: #fff;
    color: #4C4337;
    font-size: 90%;
	text-align: center;
	
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px 6px 6px 6px;
	box-shadow: -5px 3px 10px #000;
	-webkit-box-shadow: -5px 3px 10px #000;
	-moz-box-shadow: -5px 3px 10px #000;
}

.clear {
	clear: both;
	line-height: 0px;
}

.about1 {
	float: left;
    display: block;
}

.theraimg {
	border: 1px solid #000;
	padding: 0px;
	margin-top: 50px;
}

.about2 {
	float: left;
	margin-left: 0px;
}
.timepic {
	float: left;
	height: 300px;
	width: 299px;
	border: 1px solid #000;
	margin-right: 20px;
}

.contact1 {
	float: left;
}

.contact2 {
	margin-top: 10px;
	float: left;
	margin-left: 20px;
}

.contact2 p { padding-top: 10px; }

.therapie1 {
	background : #BBA27D;
	float: left;
}

.rightTextContent {
	width: 70%;
	float: left;
	padding: 5px 5px 5px 20px;
	min-height: 300px;
}

.rightTextContent ul {
	list-style-type: circle;
	margin-left: 30px;
}

.rightTextContent li {
	margin-bottom: 15px;
}

.therapie-nav a {
	text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.therapie-nav a:hover, .infobox a:focus {
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


.ribbon {
    position: relative;  
    width: 50%;  
    font-size: 1.35em;
    font-weight: bold;  
    padding: 6px 20px 6px 40px;  
    margin: 30px 10px 30px -40px;  
    color: #4C4337;  
    background-color: #BBA27D;  
    text-shadow: 0px 1px 2px #bbb;  
    -webkit-box-shadow: 0px 2px 4px #888;  
    -moz-box-shadow: 0px 2px 4px #888;  
    box-shadow: 0px 2px 4px #888;
	
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.ribbon:after  {  
    content: ' ';  
    position: absolute;  
    width: 0;  
    height: 0;  
    left: 0px;  
    top: -10px;  
    border-width: 5px 10px;  
    border-style: solid;  
    border-color: transparent #4C4337 #4C4337 transparent;
}

.ribbon:before  {  
    content: ' ';  
    position: absolute;  
    width: 30px;  
    height: 0;  
    left: -30px;  
    top: -12px;  
    border-width: 20px 10px;  
    border-style: solid;  
    border-color: #BBA27D #BBA27D #BBA27D transparent; 
}


.subnavi {
    position: relative;
	width: 180px;
    font-size: 1em;
    font-weight: bold;
    padding: 6px 20px 6px 40px;
    margin: 0px 10px 10px -40px;
    color: #555;
    background-color: #BBA27D;  
    text-shadow: 0px 1px 2px #bbb;  
    -webkit-box-shadow: 0px 2px 4px #888;  
    -moz-box-shadow: 0px 2px 4px #888;  
    box-shadow: 0px 2px 4px #888;
	
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.subnavi:after  {
    content: ' ';  
    position: absolute;  
    width: 0;  
    height: 0;  
    left: 0px;  
    top: -10px;  
    border-width: 5px 10px;  
    border-style: solid;  
    border-color: transparent #4C4337 #4C4337 transparent;
}

.left {
	float: left;
}

.rightTextContent {
	float: left;
	width: 70%;
}

.subnavi li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.topic-list {
    margin-left: 10%;
    list-style-type: circle;
}

.offer-list {
    font-size: 1em;
    padding: 0 1em;
    line-height: 1.25em;
}

.offer-list li {
    line-height: 2em;
}