/*--------------------------------------------------------------------------------

	Projekt			:	Weltreligionen
	Webdesign  		:	Josef Kahofer / www.kahofer.net
	Colors			:   text: 333333, links: 000000, active-links: 666666, gelb: FFEA69;
	
----------------------------------------------------------------------------------*/

/* ### HTML ###################################################################### */
html {
	margin: 0px;
	padding: 0px;
}

/* ### BODY ###################################################################### */
body {	
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

img { border:none;}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ### Website #################################################################### */
/* +++++++++++++++++++++ layout +++++++++++++++++++++ */
/* ++++++++++++++++ container ++++++++++++++++ */
.main_container {
	padding-bottom: 10px;	
	padding-top: 10px;	
}

.bg_container {
	margin: 0 auto;
	width: 980px;
	background-color: #FFFFFF;
	background-image: url(bg_main.jpg);
	background-repeat: repeat-y;
}

.container {
	width: 980px;
	background-image: url(bg_container.jpg);
	background-repeat: no-repeat;
}

.headerleiste {
	width: 980px;
	height: 150px;
}

#slideshow {
	height: 150px;
	width: 960px;
	margin-left: 10px;
	padding-top: 10px;
	/*margin-top: 20px;
	background-color: #663333;*/
	position: relative;
/*	top:10;
	left:10;*/
	z-index: 1;
}

/* ++++++++++++++++ navigation ++++++++++++++++ */
.navigation {
	float: left;
	width: 165px;
	height: 600px;
	margin-top: 90px;
	font-size: 1.1em;
	padding-left:25px;
	padding-right:10px;
	text-align:right;
}
/* +++++++ siehe navigation.css +++++++++++++++++ */

.logo_fwr {
	margin-top: 20px;
	margin-left: -15px;
}

/* +++++++++++ content +++++++++++ */
.content {
	float: right;
	width: 750px;
	margin-top: 100px;
	font-size: 0.9em;
/*	line-height:1.5em;*/
	padding-right:20px;
	padding-left:10px;
	font-size: 13px;
}
/* +++++++ siehe content.css +++++ */

/* ### Footer ###################################################################### */

.footer {
	padding: 2px 4px;
/*	text-align: center;*/
	background-image: url(bg_footer.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.footer a {
	color: #000000;
	text-decoration: none;
	
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
	
}