/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, sans-serif;
}
h1 {
	font-size: 18px;
	color: #006600;
	text-align: left;
	margin: 0px;
}

a {
	color: #000000;
	
}
p.bodytext {
	margin-top: 0px;
	text-align: left;
}
#page{
	text-align: center;
}

#content{
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #fdfaad;
}
#logo{
	float:left;
	width:269px;
	height:155px;
	background-color: #fdfaad;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-image: url(../images/logo.jpg);
}
#topheader{
	float:right;
	width:728px;
	height:125px;
	position:relative;
	background-image: url(../images/bgr-header.jpg);
	background-repeat: repeat-x;
	border: 1px solid #333333;
}
#menufirst{
	float:right;
	width:728px;
	height:29px;
	background-color: #D9FDAF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
#menusecond {
	border:solid 1px #666666;
	background-color:#fdfaad;
	padding:10px;
	margin:5px;
	text-align: justify;
	background-image: url(../images/bgr-content.jpg);
	background-repeat: repeat-x;

}
#contenttext{
	float:right;
	width:721px;
	background-color: #fdfaad;
	background-image: url(../images/bgr-content.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-left: 5px;
}
#leftpanel{
	float:left;
	width:269px;
	background-color: #fdfaaf;
	background-image: url(../images/bgr-links.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
#footer{
	float:left;
	width:994px;
	background-color:#d9fdaf;
	padding:3px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	border: 1px solid #CCCCCC;
}

#footer span a {
	color:#999999;
	text-decoration:none;
}
#footer span a:hover {
	color:#999999;
	text-decoration:underline;
}

/*TEXT STYLES*/
#inhalttext {
	font-size: 14px;
	margin: 3px;
	padding: 5px;
	text-align: left;
}
#titletext {
	font-size:30px;
	color:#009f3d;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
#toptextright {
	height: 87px;
	width: 235px;
	float: right;
	padding: 10px;
}
.box {
	background-image: url(../images/bgr-box.jpg);
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #333333;
	margin-bottom: 5px;
	background-repeat: repeat-x;
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
}
p.bodytext {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*Content Boxen*/
.contentboxr {
	width: 352px;
	height: auto;
	float: right;
}
.contentboxl {
	width: 348px;
	height: auto;
}
.boxinnen {
	height: auto;
	background-image: url(../images/bgr-box.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	border: 1px solid #333333;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #fdfaad;
	text-align: left;

}

/*Content Boxen*/
h1.csc-firstHeader {
}

/*Kontaktformular*/
.label1 {
	width: 150px;
	font-weight: bolder;
	vertical-align: middle;
	float: left;
}
.box-pers {
	width: 500px;
	border: 1px solid #666666;
	background-image: url(file:///C|/_tom/webserver/htdocs/pflegeservice-albersdorf/fileadmin/images/bgr-header.jpg);
	background-color: #fdf9af;
	background-repeat: repeat-x;
	height: 150px;
}
.name-pers {
	font-weight: bold;
	line-height: 30px;
	color: #009f3d;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.beschr-pers {
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
}
.bild-pers {
	float: left;
	margin: 7px;
	border: 3px outset #009f3d;
}
.box-pers p.bodytext {
	font-size: 12px;
	color: #333333;
}
.box-pers p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 5px;
}
.csc-textpic-caption {
	font-size: 10px;
}
.csc-textpic-clear {
	clear: none !important;
}

/*F�r GoogleMap*/
#map {
	border: 2px solid #999999;
	left: 30px;
}

