
/*
	Allgemeine Definitionen
	Gueltig fuer alle Templates
*/


html, body, form, ul {
	margin: 0;
	padding: 0;
}


/*	Layout-Contaier */

#siteContainer {
	margin: 0 auto;
	width: 882px;
}

#head {
	width: 710px;
	height: 42px;
	
	padding-top: 86px;
	padding-left: 170px;
	position: relative;
}

	#homeLink {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#homeLink img {
		border: 0;
	}
	

	#head h1 {
		display: none;
	}
	
	/* Hauptnavigation ------------------------------------- */
	
	#navigation {
		
	}
	
	#head li {
		float: left;
		margin-right: 10px;
		padding: 4px 3px 3px 3px;
		list-style-type: none;
	}
	
	#head[id] li {
		padding: 2px 3px 1px 3px;
	}
	
	#head li a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	#head li.aktiv a {
		color: #fff;
	}
	
#BGContainer {
	float: left;
}	
	
#sidebar {
	width: 174px;
	float: left;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;	
}

	/* Subnavigation --------------------------------- */
	
	#sidebar li {
		padding: 3px 10px 3px 10px;
		list-style-type: none;
	}
	
	#sidebar li a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	#sidebar li.aktiv {
	}
	
	
	/* Individueller Inhalt in der Sidebar */
	
	#sidebar .sidebarContent {
		padding: 10px;
		margin-top: 30px;
		color: #ccc;
	}


#content {
	width: 623px;
	margin-left: 174px;
	padding: 0 60px 5px 20px;
	position: relative;
	
    background-position: right bottom;
    background-repeat: no-repeat;	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #cccccc;
}

#content[id] {
	width: 626px;
}

	#linkKJR {
		position: absolute;
		top: 5px;
		right: 15px;
	}

	#content h2 {
		font-size: 1.4em;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#content h3 {
		font-size: 1.2em;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#content a {
		font-style: italic;
		color: #ccc;
	}
	
	#content ul {
		padding: 5px 15px 15px 15px;
	}
	
	#content hr {
		height: 1px;
		color: #ccc;
	}

	#content p.error {
		font-weight: bold;
		font-size: 1.1em;
	}
	
	
	/* Fusszeile ----------- */
	
	.footer {
		padding-top: 80px;
		padding-bottom: 20px;
		font-weight: bold;
	}
	
	/*	ModEvents - Teaser ----------- */
	
	#content .modEventsTeaser {
		border: 5px solid #974333;
		padding: 15px;
		margin-bottom: 30px;
	}
	
	/*	ModGuestbook - Entry --------- */
	
	#content .modGuestbookEnty h3 {
		padding: 0px 0px 10px 0px;
		margin: 0px;
	}
	
	#content .modGuestbookEnty {
		border: 5px solid #923061;
		padding: 15px;
		margin-bottom: 30px;		
	}
	
	
#spaceBottom {
	width: 700px;
	clear: both;
	padding: 20px;
}
			

