/* Palette color codes */
/* Thanks to : Color Palette by Color Scheme Designer (http://colorschemedesigner.com) */

.primary-1 { background-color: #9CCC5A }
.primary-2 { background-color: #8EB35B }
.primary-3 { background-color: #79A938 }
.primary-4 { background-color: #ACD96F }
.primary-5 { background-color: #B1D97B }

.complement-1 { background-color: #BD5381 }
.complement-2 { background-color: #A55478 }
.complement-3 { background-color: #9C3361 }
.complement-4 { background-color: #CD6995 }
.complement-5 { background-color: #CD749B }

/* end */


.bold{
  font-weight: bold;
}   

body{
  font-family: Verdana,Arial,sans-serif; 
  font-size: 100.01%; 
  color:      black;
  margin:     0 0 0 0;
  padding:    10px;
}
a{
  color: #79A938; 
  text-decoration:none;
}

div#header{
  background:     url("../img/Lotus.gif") no-repeat;
  height: 150px;
  text-align:     left;
  padding-left:   250px;
  border-bottom:  4px solid #B1D97B;
}

div#header > h1{
	margin-top: 0px;
	padding-top: 50px;
}


div#navigation{
  width: 220px;
  text-align: left;
  padding: 10px 0 10px 0;
  float: left;
  font-size: normal;
}

div#content{
  width:      auto;
  padding: 0;
  margin-left: 250px;
  margin-bottom: 10px;
  text-align: left;
}

div#footer{
  clear: both;
  background: #b1d97b;
  font-size: small;
  width:      100%;
  text-align: center;
}

.flow_right{
	float: right;
}
.flow_left{
	float: left;
	margin-right: 50px;
}

.clear{
	clear:both;
}

div.center{
	padding-top: 2ex;
	padding-bottom: 2ex;
	text-align: center;
}

h1{
	color: #BD5381;

}

h1.center{
  color: #BD5381;
  text-align: center
}


li#navi_item{
  border-bottom: 2px #B1D97B solid;
  padding-left: 2px;
  list-style: none;
}

.claim{
	padding-top: 2ex;
	padding-bottom: 2ex;
	text-align: center;
	font-weight: bold;
}

div.therapieKombinationen{
	/* float: right; */
	display: inline-block;
	width: 33%;
	padding-right: 2ex;
	padding-left: 2ex;
	margin-left: 4ex;
	margin-right: 4ex;
	vertical-align: top;
	text-align: left;
}

div.break{
	display: block;
}

div.fr_content{
	width: 50%;
	float: left;
	text-align: left;
}

div.fr_cont{
	padding-top: 2px;
}

div.fr_cont_lbl_bold{
	font-weight: bold;
	float: left;
	width: 30ex;
}

div.fr_lay_25{
	float: left;
	width: 25%;
}

div.contact_info_item{
  font-weight:bold;
  float:left;
}

div.contact_info_value{
  margin-left: 200px;
}

