@charset "utf-8";
/* CSS Document */


body,td,th {
	color: #737373;
	font-size: 12px;
	font-family: "Trebuchet MS","Lucida Grande",Times News Roman, Arial, sans-serif;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
H3 {
	color: #4c4c4c;
}
H4 {
	font-size: 18px;
}
H5 {
	font-size: 13px;
	color: #a2003e;
	margin-top: 20px;
	margin-bottom: 7px;
	padding: 0px;
}
A {
	color: #a2003e;
}
	A:focus {
		outline: none;
	}
P {
	margin: 0px;
	padding: 0px;
}
HR {
	border: 1px solid #a2003e;
}

/* * * * * * * * * * * * * * *
*          LAYOUT            *
* * * * * * * * * * * * * * */

#header {
	height: 160px;
	width: 910px;
}
	#logo {
		width: 365px;
		height: 160px;
		margin-top: 0px;
		margin-left: 0px;		
		position: absolute;
	}
	#bild {
		width: 72px;
		height: 109px;		
		margin-top: 35px;
		margin-left: 520px;
		position: absolute;
		background-image: url(../gif/Maria_1.jpg);		
	}
	#claim {
		width: 110px;
		height: 45px;
		margin-top: 89px;
		margin-left: 610px;
		position: absolute;
		font-size: 14px;	
	}

#middle {
	width: 890px;
	margin-left: 20px;	
}
	#navigation {
		width: 150px;
		float: left;
		margin-bottom: 250px;
	}
	#content {
		width: 710px;
		float: right;
		margin-bottom: 20px;
}
#footer {
	width: 890px;
	margin-left: 20px;
	margin-bottom: 30px;	
	clear: both;
	border-top: 1px solid #a2003e;
	padding-top: 1px;
	text-align: center;
}

	#footer A {
		color: #737373;
		text-decoration: none;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	#footer A:hover,
	#footer A.active,
	#footer A.active:hover {
		color: #a2003e;
	}
	
/* * * * * * * * * * * * * * *
*       NAVIGATION           *
* * * * * * * * * * * * * * */

#navigation H5 {
	height: 20px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	border-bottom: 1px solid #a2003e;
	padding-bottom: 2px;
	padding-left: 10px;
	text-transform: uppercase;
}

#navigation A {
	color: #4d4d4d;
	text-decoration: none;
	display: block;
}
#navigation A:hover {
	color: #a2003e;
	text-decoration: none;
}
#navigation UL,
#navigation LI {
	list-style: none;
	list-style-type: none;
	width: 150px;
	cursor: pointer;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

		#navigation LI {
			border-bottom: 1px solid #a2003e;
			text-align: left;
			padding-left: 10px;
			padding-right: 5px;
			width: 135px;
			padding-top: 2px;
			padding-bottom: 1px;
		}
		#navigation LI:hover {
			background-color: #a2003e;
		}
					#navigation LI:hover A {
							color: #FFFFFF;
					}
					#navigation LI A.active,
					#navigation LI A.active:hover {
							color: #a2003e;
					}
		#navigation LI.active:hover {
			background-color: #FFFFFF;
		}
						
		#navigation UL LI UL {
			border-top: 1px solid #a2003e;
			margin-left: -10px;
			margin-top: 1px;
		}
		#navigation UL LI UL LI {
			width: 135px;
			padding-left: 10px;
			padding-right: 5px;
			border-bottom: 0px solid #a2003e;
			font-size: 11px;
		}
					#navigation UL LI UL LI:hover {
							background-color: #FFFFFF;
							color: #a2003e;
					}
#contentbild {
	width: 301px;
	height: 200px;
	left: 610px;
	position: absolute;
	top: 226px;
	background-image: url(../gif/contentbild.gif);
}
