/* seniorenhaushalt.org */

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
}

h1, h2, h3, ul, p {
	margin-top: 0px;
}




/*
 *	Layout-Elemente
 */
 
.logo	{
	position: absolute;
	top: 0px;
	left: 0px;
}

.pictures	{
	position: absolute;
	top: 24px;
	left: 462px;
}









/*
 * Navigation 
 */
 
.navBox {
	position: absolute;
	top: 140px;
	left: 10px;
	width: 104px;
}

.navBox A {
	display: block;
	border-top: 1px solid #005341;
	border-bottom: 1px solid #005341;
	border-left: 1px solid #005341;
	color: #ffffff;
	font-size: 14px;
	font-family: Trebuchet NS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	/* text-indent: 5px; */
	padding-left: 5px;
	margin-bottom: 10px;
}

.navBox A:HOVER {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

.navBox A.active {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	font-size: 14px;
	font-family: Trebuchet NS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	/* text-indent: 5px; */
	padding-left: 5px;
	margin-bottom: 10px;
}

.navBox A.active:HOVER {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}




.TwoColWrap {
/*	background-image: url(../images/divider.gif);
	background-repeat: repeat-y; */
}





/*
 *	Content-Spalten
 */
 
.contentWrap {
	position: absolute;
	top: 140px;
	left: 135px;
	width: 665px;
}

.twoColLeft {
	float: left;
	width: 305px;
	margin-right: 17px;
	border-right: 0px solid #005341;
}

.twoColLeftInner {
	padding-right: 15px;
}

.twoColRight {
	float: left;
	width: 330px;
}

.clear {
	clear: both;
	height: 1px;
}

.oneColumne {
	width: 660px;
}





/*
 *	Typographie
 */
.contentWrap p, ul {
	color: #005341;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.contentWrap h1 {
	color: #005341;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
}



.csc-mailform {
	border: 0px;
}
.csc-mailform-field label {
	font-size: 16px;
	font-weight: bold;
	color: #005341;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	float: left;
	width: 200px;	
}
.csc-mailform-submit {
} 

.csc-mailform-field {
	clear: both;
	margin-bottom: 5px;
}

#mailformformtype_mail {
	margin-top: 20px;
	margin-left: 200px;
}

.csc-textpic-caption {
	color: #005341;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}