/*    Euroweb Internet GmbH   */
/*        euroweb.de          */
/*                            */
/*     created by A. Engel    */
/* pflegedienst-weber-rade.de */

*{
	margin: 0;
	padding: 0;
}
html, body {
	height:100%;
}
html {	
	overflow-x:hidden;
	overflow-y:scroll;
}
/*hr {
	border: solid 1px #646463;
	width: 510px;
	margin: 0 0 0 0;
}
* html hr {
	border: solid 1px #646463;
	width: 510px;
	margin: -8px 0 0 0;
}*/
img {
	border: 0;
}

p {
	padding: 10px 10px 0 0;
}

ul {
	padding:20px;
}

/*----------------------------------------------------------------------H-TAGS*/
h1#branding a {
	width: 300px;
	height: 96px;
 	background:url(../images/bg-logo.jpg);
 	text-indent:-9999px;
	float:left;
	position:absolute;
	top:125px;
	left:413px;
	outline:none;
}
h2{
	padding: 0 0 0;
	color:#791414;
	width:536px;
	background-color:#faf0dc;
	margin-top:35px;
	margin-bottom:35px;
	padding:10px;
}
h3{
	margin: 10px 0 0 0;
	font-weight:bold;
	color:#000;
}
/*-----------------------------------------------------------------------Link-Style*/
a:link, a:visited{
	color:#000;
	text-decoration:underline;
}	
a:hover, a:active{
	color:#003399;
	text-decoration: none;
}

/*-----------------------------------------------------------------------Body*/
body {
	margin: 0;
	font: 13px Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
	color:#470f05;
	background:url(../images/bg-body.jpg) #F6E6C5 repeat-x;
	}

/*-----------------------------------------------------------------------Boxen*/
div#container{
	width: 865px;
	margin:auto;
}

div#header{
	background:url(../images/bg-header.jpg) 0 0 no-repeat;
	width: 939px;
	height: 314px;
	float:left;
	position:relative;
}

a#startseite:link,
a#startseite:visited {
	display:block;
	width:187px;
	height:25px;
	position:absolute;
	top:0;
	left:676px;
	text-indent:-9999px;
}

a#startseite:hover,
a#startseite:active {
	background:url(../images/bg-startseite.jpg);
}

ul#navi {
	height: 74px;
	width: 865px;
	float:left;
	padding: 0;
	margin: 0;
	background:url(../images/bg-navi.jpg) 0 0 no-repeat;
	list-style:none;
	text-indent:-9999px;
	position:relative;
}

ul#navi li {
	float:left;
}

ul#navi li a {
	display:block;
}

li#li-kontakt a:link, 
li#li-kontakt a:visited {
	height:35px;
	width:118px;
	position:absolute;
	top:39px;
	left:62px;
}

li#li-kontakt a:hover, 
li#li-kontakt a:active{
	background:url(../images/bg-navi.jpg) -62px -113px no-repeat;
}

li#li-ueberuns a:link, 
li#li-ueberuns a:visited {
	height:33px;
	width:94px;
	position:absolute;
	top:39px;
	left:308px;
}

li#li-ueberuns a:hover, 
li#li-ueberuns a:active{
	background:url(../images/bg-navi.jpg) -308px -113px no-repeat;
}

li#li-pflegeleitbild a:link, 
li#li-pflegeleitbild a:visited {
	height:33px;
	width:94px;
	position:absolute;
	top:39px;
	left:447px;
}

li#li-pflegeleitbild a:hover, 
li#li-pflegeleitbild a:active{
	background:url(../images/bg-navi.jpg) -447px -113px no-repeat;
}

li#li-leistungen a:link, 
li#li-leistungen a:visited {
	height:33px;
	width:94px;
	position:absolute;
	top:39px;
	left:580px;
}

li#li-leistungen a:hover, 
li#li-leistungen a:active {
	background:url(../images/bg-navi.jpg) -580px -113px no-repeat;
}

li#li-stellenangebote a:link, 
li#li-stellenangebote a:visited {
	height:33px;
	width:120px;
	position:absolute;
	top:39px;
	left:716px;
	background:url(../images/bg-navi.jpg) -716pxpx -113px no-repeat;
}

li#li-stellenangebote a:hover, 
li#li-stellenangebote a:active{
	background:url(../images/bg-navi.jpg) -716px -113px no-repeat;
}


div.clear {
	clear:both;
	float:none;
}

div#sidebar {
	float:left;
	width:279px;
}

div#content {
	float:left;
	width:555px;
	padding-left:30px;
}

div#column1 {
	float:left;
	width:277px;
}

div#column2 {
	float:left;
	width:276px;
}

div#column3 {
	float:left;
	width:555px;
	margin-top: 30px;
}

div#footer {
	height:82px;
	width:865px;
	float:left;
	background:url(../images/bg-footer.jpg);
	margin-top:50px;
	position:relative;
}

a#impressum:link,
a#impressum:visited {
	display:block;
	width:105px;
	height:25px;
	position:absolute;
	top:54px;
	left:760px;
	text-indent:-9999px;
}

a#impressum:hover,
a#impressum:active {
	background:url(../images/bg-impressum.jpg);
}


div.imgbox {
	float:left;
	padding: 10px;
}

