/*

Projekt: mitmachen-stlorenz.de
Autor: Philipp Arlt

Datum: 01.03.2007
letzte Aktualisierung: 13.03.2007


*/


/* Vorbelegungen */
html, body, div, p, h1, h2, h3, h4, ul, ol, 
span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #636363;
	
	list-style-type: none;
	list-style-image: none;
}



/* Allgemeines */
h1 {
	display: none;
}

h2 {
	padding-bottom: 16px;
	color: #f36800;
	font-size: 24px;
}

h3 {
	padding-bottom: 6px;
	color: #636363;
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

p {
	padding-bottom: 1.4em;
	line-height: 1.4em;
}


body {
	background: #f0efdd url(../img/hg.jpg) repeat-x;
}

#mantel {
	width: 746px;
	margin: 0 auto;
}

a:hover {
	text-decoration: none;
}




/* Oben: Meta, Logo, Navigation */

#obenMantel {
	height: 154px;
}

#obenMeta {
	width: inherit;
	height: 117px;
	background:url(../img/logo.jpg) no-repeat;
	padding:10px 0 0 202px;
}

	#obenMeta li {
		display:inline;
	}
	
	#obenMeta a {
		text-decoration: underline;
		font-size: 12px;
		padding-bottom: 4px;
		vertical-align:top;
	}
	#obenMeta a:hover {
		text-decoration: none;
	}

#obenMetaKon a {
	padding-left: 26px;
	background:url(../img/navKontakt.gif) no-repeat;
}

#obenMetaLinks a {
	padding-left: 26px;
	margin-left: 20px;
	background:url(../img/navLinks.gif) no-repeat;
}

#obenMetaImp a {
	padding-left: 26px;
	margin-left: 20px;
	background:url(../img/navImp.gif) no-repeat;
}

#obenNav {
	width: inherit;
	height: 24px;
	background: url(../img/hgNav.jpg) no-repeat;
	padding: 3px 0 0 30px;
}

	#obenNav li {
		display:inline;
	}





/* Inhalt: Content, Box */
#inhMantel {
	width: inherit;
	height: 39px;
	background:url(../img/hgCont.jpg) no-repeat;
	
}

#inhContent {
	background-color: #fff;
	width: 530px;
	min-height: 400px;
	float: left;
	padding: 0 20px 0 26px;
	margin-top: 29px;
}

	#inhContent li {
		list-style-type:disc;
		margin-left: 26px;
		padding-left: 10px;
	}

/* Aktive */
.aktBild {
	width: 150px;
	float: left;
}

.aktBild img{
	padding: 1px;
	border:#c4bb9b solid 1px;
}

.aktTxt {
	width: 370px;
	float: left;
	margin-bottom: 20px;
}

#inhBox {
	width: 122px;
	height: 220px;
	float: right;
	margin-top: 82px;
	padding: 19px 24px 0 24px;
	background:url(../img/hgBox.jpg) no-repeat;
}

	#inhBox a {
		color: #f36800;
		text-decoration: underline;
		font-weight: bold;
		font-size: 11px;
	}
	
	#inhBox a:hover {
		text-decoration: none;
	}
	
	#inhBox p {
		font-size: 10px;
		padding: 0.2em 0 0.9em 0;
		line-height: 1.1em;
	}
	
	#inhBox hr {
		border-top:1px solid #d5ceb1;
		border-right: none;
		border-bottom:1px solid #fff;
		border-left: none;
	}
#inhBoxTitel h4 {
	padding-left: 20px;
	background:url(../img/boxUhr.gif) no-repeat;
}

#inhBoxLogin a {
	color:#636363;
	padding-left: 20px;
	background:url(../img/boxLogin.gif) no-repeat;
}


/* Termine */

table {
	margin-bottom: 20px;
}


/* Praxis / Aktuelles */

.aktuBild {
	padding: 1px;
	border:#c4bb9b solid 1px;
}


/* Footer */

#footer {
	width: 576px;
	height: 90px;
	background: #fff url(../img/footerHg.gif) no-repeat;
	float: left;
	padding-top: 40px;
	text-align: center;
	margin-bottom: 20px;
}

	#footer img {
		margin: 0 20px 0 20px;
	}
	
#footerInfo {
	padding: 0 0 10px 72px;
	font-size: 10px;
	text-align:left;
}
