html, body {
	color: #555;
	background: url(images/body_bg.gif) repeat-y center top;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 12px 0;
}	

h1 {
	font-size: 182%;
	margin: 0 0 12px 0;
	color: #8cb1e2;
}	

#content-wrap {
	margin: 0 auto;
	width: 780px;
	background: url(images/wrap_shadow.gif) repeat-y ;
}

#head {
	height: 193px;
	background: url(images/head_gesundheitstrainer.jpg) ;
	width: 760px;
	margin: 0 10px 0 10px;
}

a.content-link:link {
	color: blue;
	text-decoration: none;
}

a.content-link:visited {
	color: blue;
	text-decoration: none;
}

a.content-link:active {
	color: blue;
	text-decoration: none;
}

a.content-link:hover {
	color: black;
	text-decoration: underline;
}
	
/*--------------------------------------------------navigation---------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------*/

#navi {
	height: 77px;
	background: url(images/navul_bg.gif) repeat-x ;
	width: 760px;
	margin: 0 10px 0 10px; 
}

#navUl {
	border: 0px solid white;
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#navUl li {
	display: block;
	float: left;
	width: 201px;
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 0;	
	margin-right: -8px;
	background: url(images/navli_bg.gif) no-repeat;
	background-position: 0 0;
}

#navUl li a {
	display: block;
	line-height: 87px;
	text-decoration: none;
	color: #555;
	font-size: 108%;
	}

#navUl li a:hover {
	color: #2066cf;
	font-weight: bold;
}

#navUl li a.navActive {
	color: #2066cf;
	font-weight: bold;
}
	
#navUl .left {
	width: 181px;
	background-position: -9px 0;
}

/*------------------------------------------------------------------Inhaltlinks--------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------*/

#content1 { 
	background: url(images/content_bg.gif) repeat-x left bottom;
	width: 760px;
	margin: 0 10px 0 10px;
	background-color: #fff;
}

.content1-left {
	width: 350px;
	padding: 20px 0 30px 20px;
	float: left;
}

.image-content1 { 
	border: 1px solid #ddd;
	float:right;
	margin: 5px 0 5px 5px;
	display: inline;
}	

.image-content1 img { 
	margin: 1px;
}

#bordermid { 
	background: url(images/border_mid.gif) repeat-x left bottom;
	width: 760px;
	margin: 0 10px 0 10px;
	height: 47px;
}

#bordermid2 { 
	background: url(images/border_mid2.gif) repeat-x left bottom;
	width: 760px;
	margin: 0 10px 0 10px;
	height: 47px;
}
	
#content2 { 
	background: url(images/content2_bg.gif) repeat-x left bottom;
	width: 760px;
	margin: 0 10px 0 10px;
	height: 178px;
	background-color: #f7f9fc;
	position: relative
}

.blue_shade { 
	margin: 0;
	background: url(images/blue_shade.jpg) no-repeat right top;
	width: 264px;
	height: 178px;
	float: left;
	position: relative
}

.blue_shademid { 
	margin: 0;
	background: url(images/blue_shade.jpg) no-repeat right top;
	width: 243px;
	height: 178px;
	float: left;
	position: relative
}

.blue_shaderight { 
	margin: 0;
	width: 250px;
	height: 178px;
	float: left;
	position: relative
}

.text_unten { 
	margin: 0 10px 0 30px;
	font-size: 85%;
}

.text_unten2 { 
	margin: 32px 10px 0 30px;
	font-size: 85%;
}

.weiterbutton a {
	padding-left: 25px;
 	background: url(images/weiterbutton.jpg) no-repeat;
	width: 105px;
	height: 35px;	
	line-height: 35px;
	color: #000;
	text-decoration: none;
	position: absolute;
	left: 25px;
	bottom: 12px
}

.weitere_kurse { 
	background: url(images/weitere_kurse.jpg) no-repeat;
	width: 254px;
	height: 32px;
	float: left;
	font-weight: bold;
	color: #7499cb;
	font-size: 108%;
	text-align: center;
}

#footer { 
	background: url(images/footer_bg.gif) repeat-x left bottom;
	width: 760px;
	margin: 0 10px 0 10px;
	height: 74px;
	text-align: center;
}

#footer a { 
	text-decoration: none;
	color: #555;
}

#footer a:hover { 
	text-decoration: underline;
	color: #2066cf;
}

#footer2 { 
	background: url(images/footer2_bg.gif) repeat-x left bottom;
	width: 760px;
	margin: 0 10px 0 10px;
	height: 74px;
	text-align: center;
}

#footer2 a { 
	text-decoration: none;
	color: #555;
}

#footer2 a:hover { 
	text-decoration: underline;
	color: #2066cf;
}

#footer_shadow { 
	margin: 0 auto;
	background: url(images/footer_shadow.png) no-repeat;
	width: 780px;
	height: 8px;
}

/*------------------------------------------------------------------clearfix--------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------*/

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
