/*--------------------------------------------------------------------------------

	Projekt			:	Weltreligionen
	Webdesign  		:	Josef Kahofer / www.kahofer.net

----------------------------------------------------------------------------------*/

/* +++++++++++ content +++++++++++ */

.seitentitel {
	width: 755px;
	margin-left: -10px;
	margin-top: -15px;
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-color: #FFEA69;
}

	
/* ### headlines ############################################################ */
.content h1 {
	background: inherit;
	font-size: 1.5em;
	font-weight:bold;
	line-height:1.5em;	
}

.content h2 {
	background: inherit;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
}

.content h3 {;
	background: inherit;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2em;
}

.content h4 {
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.1em;
}

.content h5 {
	background: inherit;
	font-size:1em;
	font-weight:bold;
	line-height:1em;
}

.content h6 {
	background: inherit;
	font-size:0.9em;
	font-weight:bold;
	line-height:1em;
}


/* ### Images ############################################################ */

/*.content img {
	display:block;
	margin:4px 0;

}*/
.content img.floatLeft {
	float:left;
	margin:4px 10px 4px 0;
}

.content img.floatRight {
	float:right;
	margin:4px 0 4px 10px;
}



/* ### Hyperlinks ######################################################### */

.content a, 
.content a:link {
	color:#990000;
	background: inherit;
	text-decoration: none;
}

.content a:hover {
	color:#990000;
	background: inherit;
	text-decoration:underline;
}

/* ### Module ################################################################ */

.content div.floatLeft img {
	float:left;
	margin:4px 40px 4px 0;
}

.content div.floatRight img {
	float:right;
	margin:4px 0 4px 40px;
}

.content a.more {
	clear:left;
	/*position: relative;*/
	font-size:0.8em;
	color: #006600;
}

/*//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////*/
/* 05 Artikelliste mit Bild*/

/*Style für Artikeluebersicht*/
dl.teaserart {
	background-color: #FFFFFF;
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	/*height: 20%; */
}
dl.teaserart a { color: blue; }
dl.teaserart:after { 
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
dl.teaserart dt { margin: 0 0 0.5em; }
/*Style des Pics*/
dl.teaserart dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*Sytle des Description Feldes*/
dl.teaserart dd { 
margin-left: 100px;
/*font-size: 11px;
line-height: 13px;*/
color: #666; 
}

.artikelliste {
	background-color: #FFFFFF;
}
/*//////////////////////////////////////////////////////////////////////////////*/
/* 60_Spalten-Accordion_WYSIWYG-Texteditor */
.spalte_halb {
	/*width: 325px;*/
	width: 48%;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}

.spalte_ganz {
	overflow: auto;
	margin-left: 3px;
	margin-right: 3px;
}
/*//////////////////////////////////////////////////////////////////////////////*/
/* 99 Artikelliste mit Vorschautext und Bild*/
.teaseroutput {
	font-size: 13px;
}
.teasertitle {
	font-weight: bold;
	font-size: 15px;
}

.artikelliste {
	background-color: #FFFFFF;
}


/*//////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////*/

