@charset "utf-8";
/* Pflege Partner style.css */
@import "base.css";


body {
	margin: 0 auto;
	width: 960px;
	background: #d0f8d0 url(images/bg_main.jpg) repeat-x;
	font: normal 0.85em/1.35em Helvetica, Arial;
	color: #041117;
}

h1 { font-size: 1.6em; color: #014890; font-weight: lighter; margin: 1.4em 0 0 0; }
h2 { font-size: 1.3em; color: #2e8dc6; font-weight: lighter; margin: 0.6em 0 0.6em 0; line-height: 1.2em; } 
h3 { font-size: 1.2em; color: #014890; font-weight: lighter; margin: 0.9em 0 0.3em 0; }

p { margin: 0 0 0.8em 0; }
blockquote { font-style: italic; color: #2e8dc6; border-left: 1px solid #eee; padding: 0 0 0 10px; margin: 20px 0; }
blockquote span { color: #014890; display: block; }

a { color: #65aa65; font-weight: bold; }
a:hover,
a.active { color: #498149; }

a.zoom { background: url(images/icon_zoom.gif) no-repeat left center; padding: 0 0 0 1.4em; }
a.mail { background: url(images/icon_mail.gif) no-repeat left center; padding: 0 0 0 1.6em; }
a.file { background: url(images/icon_file.gif) no-repeat left center; padding: 0.1em 0 0 1.6em; }
a.more { background: url(images/icon_more.gif) no-repeat left center; padding: 0 0 0 1.4em; }

ul.arrow {
	list-style-image: url(images/icon_arrow.gif);
}

	ul.arrow li{
		margin: 0 0 0.5em 1.4em;
	}

ul.check {
	list-style-image: url(images/icon_check.gif);
}
	ul.check li {
		margin: 0 0 0.5em 1.8em;
	}

ul.staff li {
	float: left;
	margin: 0 0.8em 0.8em 0;
	width: 100px;
	height: 145px;
	overflow: hidden;
}

	ul.staff li img {
		display:block;
		margin-bottom: 0.5em;
		border: 0;
	}
	
table {
	width: 100%;
	margin: 0.5em 0 1em 0;
	background: #EFF9FF;
}

table td,
table th {
	text-align: left;
	padding: 0.4em;
}


#head {
	height: 200px;
	background: url(images/head.jpg) no-repeat;
}

	#head #logo {
		background: url(images/pflege_partner.jpg) no-repeat;
		height: 150px;
		float: right;
	}
	
	#head #navigation-main {
		background: #2b8ec9 url(images/bg_nav.jpg) no-repeat;
		height: 50px;
		width: 910px;
		padding: 0 25px;
		float: left;
		font-size: 1.2em;
		color: #fff;
	}
	
		#head #navigation-main li {
			float: left;
		}
		
		#head #navigation-main li a {
			padding: 0 15px;
			display: block;
			line-height: 50px;
			text-decoration: none;
			color: #fff;
			font-weight: normal;
			text-shadow: 0px -1px 0px #000;
		}
		
		#head #navigation-main li a:hover,
		#head #navigation-main li a.active  {
			color: #041117;
			background: #fff;
			text-shadow: none;
		}

#content {
	margin: 0 0 15px 0;
	background: #fff url(images/bg_content_home.jpg) repeat-y;
}

	#content .left {
		width: 570px;
		padding: 0 0 0 40px;
		float: left;
		display: inline;
	}
	
	#content .left .content-box {
		width: 260px;
		margin: 10px;
		float: left;
	}
		
	#content .right {
		width: 230px;
		padding: 13px 40px 5px 0px;
		float: right;
		display: inline;
	}
			
		#content .right #map {
			width: 230px;
			height: 210px;
			margin: 10px 0;
		}
		
	#content .border-bottom {
		background: url(images/content_home_border_bottom.jpg) no-repeat;
		height: 25px;
		clear: both;
	}

#content-additional .box {
	width: 310px;
}

	#content-additional .box.left {
		margin: 0 15px 0 0;
		float: left;
	}
	
	#content-additional .box.right {
		float: left;
	}
	
		#content-additional .box .inner {
			padding: 20px 40px;
			background: #fff url(images/bg_box.jpg) repeat-y;
		}
	
		#content-additional .box .border-top {
			background: url(images/box_border_top.jpg) no-repeat;
			height: 10px;
		}
	
		#content-additional .box .border-bottom {
			background: url(images/box_border_bottom.jpg) no-repeat;
			height: 10px;
		}
		
#footer {
	text-align: right;
	margin: 10px 0 20px 0;
}

	#footer a {
		font-weight: normal;
	}
	
.tbContactform .antispam {
	 display: none;
	 visibility: hidden;
}

.tbContactform label {
	 display: block;
}

.tbContactform input.text,
.tbContactform textarea {
	 width: 80%;
	 padding: 0.3em;
	 font: normal 1em/1.35em Helvetica, Arial;
}

.tbContactform textarea {
	 height: 10em;
}

.tbContactform input.submit
{
	display: block;
	width: auto;
}

.tbContactform .tbErrors p
{
	color: #FF0000;
}
