html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Arial, Verdana, Geneva, sans-serif;
/*	font-family: Verdana, Arial, Geneva, sans-serif;*/
/*	font-size: 11px;*/
	font-size: 12px;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	background-color: rgb(255,255,255);
}

a img {
	border-style: none;
}

.teaser_img {
	padding: 5px 5px 5px 0px;
	float:left;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	min-height: 100%;
	height: 100%;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 1000px;
	
	z-index:20;
}

#header_left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 150px;
	background-color: rgb(196,234,251);
}

#header_left img {
	display: block;
}

#header_middle {
	position: absolute;
	top: 0px;
	left: 150px;
	height: 150px;
	width: 580px;
	color:  rgb(255,255,255);
}

#header_middle img {
	display: block;
}

#header_middle .greeting {
	margin: 10px 0px;
	padding-left: 20px;

	font-size: 12px;
	font-weight: bold;
}

#header_middle p {
	margin: 10px 0px;
	padding: 0px 20px;
}


#header_middle_color {
	position: absolute;
	top: 0px;
	left: 730px;
	height: 150px;
	width: 52px;
}

#header_right {
	position: absolute;
	top: 0px;
	left: 782px;
	height: 150px;
	width: 218px;
	background-color: rgb(255,255,255);
}

#header_right img {
	display: block;
}


#page_content {
	position: absolute;
	left: 0px;
	min-height: 100%;
	height: 100%;
	width: 1000px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
}

#navigation ul li {
	position: relative;
	padding: 0px;
}

#navigation li ul {
	position: absolute;
	top: 0;
	width: 290px;
	margin-top: -1px;
}

.navigation ul li a {
	display: block;
	padding: 3px 10px 3px 3px;
	height: auto !important;
	height: 1%;

	text-decoration: none;
	background-repeat: no-repeat;
/*	background-position: 139px 7px;*/
	cursor: pointer;
}

#navigation {
	position: absolute;
	left: 0px;
	top: 150px;
	height: 400px;
	width: 150px;
	color: rgb(255,255,255);
	background-color: rgb(79,162,50);
	z-index: 40;

}

#topnav {
	position: absolute;
	top: 1px;
	width: 150px;
	z-index: 40;
}

#bottomnav {
	position: absolute;
	bottom: 22px;
	width: 150px;
	z-index: 40;
}

.topnav
{
	display: block;

	background-image: url(../upload/layout/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: 139px 7px;
	background-color: transparent;

	color: white;
	cursor: pointer;

	z-index: 40;
}

.topnav:hover {
	background-color: rgb(49,129,49);
}

.subnav {
	left: 150px;
	display: none;
	z-index: 40;
}

.trans {
	color: rgb(49,100,49);
	background-color: rgb(167,209,153);
	filter: alpha(opacity=90);
	-moz-opacity: .90;
}

.subnav1 {
	left: 150px;
	display: none;
	z-index: 40;
	border-width: 1px 0px;
	border-style: solid;
	border-color: rgb(49,129,49);
}

.subnav2 {
	left: 290px;
	display: none;
	z-index: 40;
	border-width: 1px 0px;
	border-style: solid;
	border-color: rgb(49,129,49);
}

.subnav {
	background-image: url(../upload/layout/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: 279px 7px;
}

.final,
.final:hover,
.final:active {
	background-image: none;
}

.last_item {
	border-width: 0px;
	border-style: none;
}

.navi_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.bc_traeger {
	border-color: rgb(247,96,19);
}
.bc_ambulant {
	border-color: rgb(227,9,22);
}
.bc_tagespflege {
	border-color: rgb(112,18,47);
}
.bc_kurzzeit {
	border-color: rgb(0,79,52);
}
.bc_betreut {
	border-color: rgb(255,241,0);
}
.bc_dauerpflege {
	border-color: rgb(0,114,186);
}
.bc_hospiz {
	border-color: rgb(0,51,105);
}
.bc_kindergarten {
	border-color: rgb(77,52,120);
}
.bc_stiftung {
	border-color: rgb(235,157,32);
}
.bc_sub {
	border-color: rgb(255,255,255);
}


.bg_start_right {
	background-color: rgb(167,209,153);
}
.bg_start_header {
	background-color: rgb(247,96,19);
}
.bg_traeger {
	background-color: rgb(247,96,19);
}
.bg_ambulant {
	background-color: rgb(227,9,22);
}
.bg_tagespflege {
	background-color: rgb(112,18,47);
	color: rgb(255,255,255)
}
.bg_kurzzeit {
	background-color: rgb(0,79,52);
}
.bg_betreut {
	background-color: rgb(255,241,0);
}
.bg_dauer {
	background-color: rgb(0,114,186);
}
.bg_hospiz {
	background-color: rgb(0,51,105);
}
.bg_kindergarten {
	background-color: rgb(77,52,120);
}
.bg_stiftung {
	background-color: rgb(235,157,32);
}
.bg_active {
	background-color: rgb(49,129,49);
}



#content {
	position: absolute;
	top: 0px;
	left: 150px;
	min-height: 100%;
	height: 100%;
	width: 632px;
	
	background-color: rgb(220,237,214);
	
	z-index: 0;
}

#content_table {
	min-height: 593px;
	height: 593px;
	background-color: rgb(220,237,214);
}

.content_table_left {
	background-color: rgb(220,237,214);
	padding-top: 150px;
	vertical-align:top;
	width: 290px;
		
	z-index: 0;
}

.content_table_left img {
	display: block;
}

.content_table_right {
	background-color: rgb(220,237,214);
	padding-top: 150px;
	vertical-align:top;
	width: 342px;
	font-size: 14px;
	z-index: 0;	
}

.content_table_right h1 {
	margin: 15px 0px 10px 0px;
	padding: 1px 35px 1px 40px;

	font-size: 14px;
/*	font-size: 16px;*/
	color: rgb(0,51,105);

	border-width: 1px 0px;
	border-style: solid;
}

.content_table_right h2 {
	margin: 0px;
	padding: 0px 35px 0px 40px;

/*	font-size:12px;*/
	font-size:14px;
	color: rgb(0,51,105);
}

.content_table_right ul, .content_table_right ol {
	margin: 10px;
	padding-left: 30px;
}

.content_table_right li ul, .content_table_right li ol {
	padding-left: 5px;
}

.content_table_right ul {
	list-style-type: disc;
}

.content_table_right p,
.content_table_right .back_forward {
	margin: 10px 0px;
	padding: 0px 35px 0px 40px;
}

.content_table_right a {
	text-decoration:none;
}

.content_table_right a:hover,
.content_table_right a:link,
.content_table_right a:active,
.content_table_right a:focus {
	color: rgb(0,51,105);
}

.content_table_right a:visited {
	color: rgb(112,18,47);
}

.content_table_right table {
	margin: 10px 15px;
}

.content_table_right table tr td {
	vertical-align: top;
}

.standalone {
	width: 632px;
}

#loginform {
	width: 225px;
}

#loginform .row {
	clear: both;
	padding: 2px 0px;
}

#loginform label {
	float: left;
	width: 65px;
	text-align: right;
	padding-top: 3px;
	padding-right: 0px;
}

#loginform .input_text {
	float: right;
	width: 150px;
	text-align: left;
} 

#loginform .input_submit {
	float: right;
} 

#loginform input {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
}





#page_content_right {
	position: absolute;
	top: 150px;
	left: 782px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	width: 218px;
	z-index: 0;
	color: rgb(255,255,255);
}

#page_content_right img {
	display: block;
}

#page_content_right a {
	color: rgb(255,255,255);
}

#page_content_right p {
	margin: 0;
	padding: 10px;
}


/*
 Kontaktformular
*/
#contactform {
	padding: 10px 10px 10px 60px;
}

#contactform .reihe {
	clear: both;
	padding: 2px 0px;
	width: 320px;
}

#contactform .label {
	float: left;
	width: 65px;
	text-align: right;
	padding-top: 3px;
	padding-right: 0px;
}

#contactform .feld {
	float: right;
	width: 250px;
	text-align: left;
} 

#contactform .knopf {
	clear: both;
	text-align: center;
	padding-top: 5px;
}

#contactform .defbreite {
	width: 240px;
}

#contactform input, #contactform select, #contactform textarea {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.error {
	font-weight:bold;
	color: red;
}

#dhtmltooltip {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;

	padding: 2px;
	
	border: 1px solid black;

	visibility: hidden;

	z-index: 100;
}
