/*--------------------------------------------------------------------------------

	Projekt			:	Weltreligionen
	Webdesign  		:	Josef Kahofer / www.kahofer.net
	
----------------------------------------------------------------------------------*/

/* TinyMCE specific rules */
body.mceContentBody {
	background: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}
.mceContentBody a {
   color: #009 !important; /* FF requires a important here */
}

/* Ab hier die eigenen Styles */


.termin_highlighter {
	background-color:#FFEA69;
        padding:5px;
}

.kapitaelchen {
	font-variant: small-caps;
}

.seitensubtitel {
	font-size: 15px;
}

.box_headline {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	color: #FFF;
	background-color:#336600;
	box-shadow: 2px 2px 5px #666666;
	-webkit-box-shadow: 2px 2px 5px #666666;
	-moz-box-shadow: 2px 2px 5px #666666;
}

.box_headline a:link, .box_headline a:hover, .box_headline a:visited {
	color: #FFF;
	text-decoration:none;
}

.box_body {
	font-size: 15px;
	line-height: 17px;
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
	background-color:#E0F0FF;
	box-shadow: 2px 2px 5px #666666;
	-webkit-box-shadow: 2px 2px 5px #666666;
	-moz-box-shadow: 2px 2px 5px #666666;	
}

.box_aktuell {
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
	background-color:#FFFFFF;
	box-shadow: 2px 2px 5px #666666;
	-webkit-box-shadow: 2px 2px 5px #666666;
	-moz-box-shadow: 2px 2px 5px #666666;
	border: 1px solid #336600;
	margin-top: 3px;
	margin-bottom: 3px;	
}

.box_text {
	font-size: 15px;
	line-height: 20px;
	padding: 10px;
	color:#336600;
	font-weight:bold;
}

.box_body a, .box_body a:hover, .box_body a:visited {
	color: #333333;
	text-decoration:none;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}