/*
=================================================================
layout.css HPK Häusliche Pflege Krastel
=================================================================
*/
body {
	scrollbar-base-color: #ffffff;
	}
html, body{
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
}

#wrapper{
	width: 952px;
	padding: 0px auto 0px auto;
	margin: 0px auto 0px auto;
	background: #ffffff;
}

#logoline{
	height: 150px;
	width:952px;
	background: #ffffff;
}

#logo{
	width: 952px;
	height: 180px;
	background-image: url("../images/allover/logo_rot.jpg");
	padding: 0px auto 0px auto;
	margin: 0px auto 0px auto;
}

#mainnaviline{
	width: 952px;
	height: 180px;
	background-image: url("../images/allover/logo_rot.jpg");
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	border-bottom: 4px solid #cc0033;
	overflow:hidden;
}

#FirstLevelNavi{
	width: 952px;
	height: 30px;
	margin-top: 150px;
}

#contentline{
	height: 500px;
	background: #ffffff;
	
}

#contentbox{
	background: #ffffff;
	padding: 10px 10px 0px 10px;
	height: 489px;
	width: 479px;
	overflow: auto;
	direction:rtl;
	float:left;
	/*border-left: 1px solid #cccccc;*/
	border-bottom: 1px solid #cccccc;
}

#content{
	width: 459px;
	direction:ltr;
	height: 489px;
}

#illustration{
	float: right;
	margin:0px;
	padding:0px;
	width: 300px;
	height: 500px;
	
	
}

#nojavanavi{
	float:left;
	width:150px;
	height:479px;
	padding-top:20px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#titleline{
	width: 950px;
	height: 100px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#navi{
	width:952px;
	padding: 0px auto 0px auto;
	margin: 0px auto 0px auto;
	background: #000099;
}

.naviElement{
	display:inline;
	
}

.naviSubElement{
}
