/* 	seniorenhaushalt.org 
	-------------------------------------------------------------------------
	v 04 01 11
*/

body {
	/* 
		background-image: url(../images/background.gif);
		background-repeat: repeat-y;
	*/
	margin:					0;
	padding:				0;
	height:					100%;
}


h1, h2, h3, ul, p {
	margin-top: 0px;
}


img { border: none; }

/*
 *	Layout-Elemente
 */
 
.logo	{
	position: absolute;
	top: 24px;
	left: 0px;
}

.pictures	{
	position: absolute;
	top: 24px;
	left: 462px;
}



/* Center page on screen */
.page {
	background:				url(../images/background.gif) repeat-y;
	border-bottom:			1px solid #850000;
	position: 				relative;
	margin-left: 			auto;
	margin-right: 			auto;
	padding-bottom:			40px;
	width: 					800px;
}




/*
 * Navigation 
 */
 
.navBox {
	position: absolute;
	top: 160px;
	left: 10px;
	width: 104px;
}

.navBox A {
	display: block;
	border-top: 1px solid #850000;
	border-bottom: 1px solid #850000;
	border-left: 1px solid #850000;
	color: #ffffff;
	font-size: 16px;
	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: 16px;
	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;
}










/*
 *	Content-Spalten
 */
 
.contentWrap {	
	/* position: absolute;
	top: 160px;
	left: 135px; */
	position: relative;
	margin-left: 135px;
	padding-top: 160px;
	width: 665px;
	padding-bottom: 20px;
}

.twoColLeft {
	float: left;
	width: 305px;
	margin-right: 22px;
}

.twoColRight {
	float: left;
	width: 330px;
}

.clear {
	clear: both;
}

.oneColumne {
	width: 660px;
}





/*
 *	Typographie
 */
.contentWrap p, ul {
	color: #710000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.contentWrap h1 {
	color: #710000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
}








.csc-mailform {
	border: 0px;
}
.csc-mailform-field label {
	font-size: 16px;
	font-weight: bold;
	color: #710000;
	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: #710000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
