@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
// ----> Basics
/----------------------------------------------------*/

body {color:#5a5c5b;}

.back {display:none;}

/*----------------------------------------------------
// ----> Seite
/----------------------------------------------------*/

#seite {width:780px;}

/*----------------------------------------------------
// ----> Header
/----------------------------------------------------*/

#header {
	height:325px;
	background:url(../images/start/bg-header.jpg);
	position:relative;}
	
/*----------------------------------------------------
// ----> Navi
/----------------------------------------------------*/

#navi ul {list-style:none;}

#navi ul li {text-indent:-999em;}

#navi ul ul ul{ display:none;}

#navi li.pflege-und-beratungs-team a:link, #navi li.pflege-und-beratungs-team a:visited, #navi li.pflege-und-beratungs-team a:hover, #navi li.pflege-und-beratungs-team a:active {
	width:187px;
	height:193px;
	display:block;
	background:url(../images/start/brand.gif) 0 0 no-repeat;
	position:absolute;
	left:61px;
	top:44px;
	overflow:auto;}

#navi li.heinzelmaennchen a:link, #navi li.heinzelmaennchen a:visited, #navi li.heinzelmaennchen a:hover, #navi li.heinzelmaennchen a:active {
	width:187px;
	height:193px;
	display:block;
	background:url(../images/start/brand.gif) -187px 0 no-repeat;
	position:absolute;
	left:533px;
	top:44px;
	overflow:auto;}

/*----------------------------------------------------
// ----> content-container
/----------------------------------------------------*/

#content-container {
	width: 570px;
	padding:0 0 0 110px;
	background:url(../images/start/bg-content.gif) 100px 0 repeat-y;}
	
	div.content-column {
		float:left;
		width:240px;
		padding:0 20px;}
		
		h1 {font-size:1.6em; font-weight:bold; padding:1em 0 .5em 0;}
		
		div.content-column p {
			line-height:1.5em;
			font-size:1.4em;
			padding: 0 0 1.5em 0;}
			
/*----------------------------------------------------
// ----> Footer
/----------------------------------------------------*/

#footer {
	width: 580px;
	background:url(../images/start/bg-footer.gif) 100px 0 no-repeat;
	padding: 0 0 0 100px;
	height:37px;
	}
	
	#footer ul {list-style-type: none;}
	
	#footer li {
		width: 290px;
		float:left;}
		
		#footer li a:link, #footer li a:visited {
			display:block;
			font-size:1.1em;
			height:37px;
			line-height:34px;
			text-indent:45px;
			color:#fff;}
		
		#footer li a:hover, #footer li a:active {
			text-decoration:none;}
