/*******************************************************************************	
Project		:	Pflegestützpunkt-hamm.de	
Copyright	:	WEB-X IT GmbH - Varmego Design - www.varmego.com
*******************************************************************************/

body {
	font-family: Arial, helvetica, sans-serif;
	border-width: 0px;
	padding: 0px;
	margin: 116px 0px;
	font-size: 90%;
   	background-image: url(bg_main_blue.png);
	background-repeat: repeat-x;
	background-position: -50px 0px;
	background-color: #ffffff
}

.header{
	position: relative;
	float: left;
	left: 142px;
	width: 987px;
	height: 2px;
      	background-image: url(bg_header_blue.png);
	background-repeat: repeat-y;
	background-position: top left;
}
.wrapper{
   position: relative;
   float: left;
   left: 142px;
   width: 987px;
   background-color: #ffffff
}
.left{
   	position: relative;
   	float: left;
   	left: 0px;
   	width: 267px;
   	height: 550px;
   	background-image: url(bg_left_blue.png);
	background-repeat: repeat-y;
	background-position: top left;
	}

.left_inlay {
   	position: relative;
   	float: left;
   	left: 2px;
	top:
   	width: 100%;
   	height: 100%;
}

.left_inlay_text {
	margin: 35px 20px;
	}

.left_inlay h2 {	
	color:#0067AB;	
	background: inherit;	
	font-size:1.0em;	
	font-weight:semibold;	
	line-height:1.1em;
	}

.left_inlay_text a { 
	color:#0067AB;	
	background: inherit;	
	font-size:1.0em;	
	font-weight:semibold;	
	line-height:1.1em;
	text-decoration: none;
  }

.left_inlay_text a:link {
	color:#0067AB;	
	background: inherit;	
	font-size:1.0em;	
	font-weight:semibold;	
	line-height:1.1em;
	text-decoration: none;
	}

.left_inlay_text a:visited {
	color:#0067AB;	
	background: inherit;	
	font-size:1.0em;	
	font-weight:semibold;	
	line-height:1.1em;
	text-decoration: none;
	}

.left_inlay_text a:hover {
	color:#FFCC00;	
	background: inherit;	
	font-size:1.0em;	
	font-weight:semibold;	
	line-height:1.1em;
	text-decoration: none;
	}

.left_inlay_text h2 a:active {
	color:#0067AB;	
	background: inherit;	
	font-size:1.0em;	
	font-weight:semibold;	
	line-height:1.1em;
	text-decoration: none;
	}

.middle{
	position: relative;
	float: left;
	left: 0px;
	width: 635px;
	height: 550px;
   	background-image: url(bg_middle_blue.png);
	background-repeat: repeat-x;
	background-position: top left;
}

.middle h1 {	
	color:#0067AB;	
	background: inherit;	
	font-size:1.2em;	
	font-weight:semibold;	
	line-height:1.1em;
	}

.right{
	position: relative;
	float: right;
	right: 0px;
	width: 85px;
	height: 550px;
   	background-image: url(bg_right_blue.png);
	background-repeat: repeat-y;
	background-position: top left;
}
.footer{
   	position: relative;
   	float: left;
   	left: 142px;
   	width: 987px;
   	height: 300px;
	color:#000;		
	font-size:0.7em;	
	font-weight:normal;	
	line-height:1.0em;
}
