@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color: #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12pt;
	line-height:16pt;
	color:#6d6c6c;
}

body img {
	border:0px;
}
	

.wrapper {
	margin:0 auto;
	width:850px;
	height:100%;
}

.logo {
	position:absolute;
	margin: 88px 0 0 500px;
}

.navbox {
	padding-bottom:3px;
	height:160px;
	background-image:url(../images/marienhaus.jpg);
}

.navbox ul {
	margin:0;
	padding:140px 0 0 0;
	list-style-type:none;
}

.navbox ul li {
	font-weight:400;
	font-size: 11pt;
	display:inline;
	margin: 0 15px 0 15px;
}

.navbox a:link, .navbox a:visited {
	color:#999;
	text-decoration:none;
}

.navbox a:hover {
	text-decoration:underline;
}

.header {
	height:206px;
}

.content {
	height:100%;
}

.leftcontent {
	width: 500px;
	float:left;
}

.content ul {
	font-weight:400;
	list-style-type:square;
	padding:0 0 0 20px;
}

.footer {
	margin-top: 35px;
	height: 80px;
	color:#999999;
}

.footer ul {
	text-align:end;
	margin:10px 0 0 0;
	list-style-type:none;
}

.footer ul li {
	font-weight:400;
	font-size: 9pt;
	display:inline;
	margin: 0 10px 0 10px;
}

.footer a:link, .footer a:visited {
	color:#999999;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

h1 {
	color:#f6a91d;
	font-weight:400;
	font-size:18pt;
}

h2, h3 {
	color:#f6a91d;
	font-weight:400;
	font-size:14pt;
}

h3 {
	font-size:12pt;
}

.activelink {
	color:#000;
	text-decoration:underline;
	color:#f6a91d;
}

a:link, a:visited {
	color:#f6a91d;
	text-decoration:none;
}

a:hover {
	color:#f6a91d;
	text-decoration:underline;
}
	
