/**********************************************************************************************************************************************************/
/* ALLGEMEIN // Allgemeine Definitionen finden hier statt. */
body {
	background: #2F2F2F url(../images/background.png) repeat;
	color: #000000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-align: left;
	padding: 0px;
}

p {
}

h1 {
}

h2 {
}

h3 {
}

a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

ul {
	padding: 0px;
	margin: 0px;
}
ul li {
	padding: 0px;
	margin: 0px;
}

hr {
	height: 2px;
	border: 1px solid #1C6E85;
}


/**********************************************************************************************************************************************************/
/* LAYOUT // Die Hauptcontainer der Seite werden hier formatiert. */
#fsrSite {
	width: 980px;
	position: absolute;
	left: 50%;
	margin-left: -490px;
	top: 0;
}

#fsrHeader {
	width: 980px;
	height: 200px;
	background: #1C6E85 url(../images/fsr_header.png) top left no-repeat;
	margin: 5px 0 10px 0;
	float: left;
	z-index: 10;
}

#fsrMenu {
	width: 220px;
	float: left;
	z-index: 10;
}

.fsrMain {
	width: 740px;
	float: right;
	padding-bottom: 20px;
	z-index: 10;
}

.fsrPathway {
	width: 740px;
	height: 35px;
	background: #1C6E85 url(../images/content_head.png) top no-repeat;
	color: #E0E0E0;
	font-size: 11px;
	font-weight: bold;
	float: left;
	z-index: 10;
}

.fsrContent {
	width: 740px;
	background: #C3C3C3 url(../images/content_bg.png) repeat-y;
	padding: 0px;
	float: right;
	z-index: 10;
}

.fsrContent2 {
	width: 720px;
	min-height: 500px;
	text-align: left;
	padding: 0px;
	z-index: 10;
}

.fsrCBottom {
	width: 740px;
	height: 5px;
	background: url(../images/content_bottom.png) top no-repeat;
	float: right;
	z-index: 10;
}

#fsrFooter {
	width: 980px;
	height: 30px;
	background: url(../images/fsr_footer.png) top left no-repeat;
	margin: 0px 0 5px 0;
	text-align: center;
	line-height: 250%;
	color: #E0E0E0;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	z-index: 10;
}
#fsrFooter a:link, #fsrFooter a:active, #fsrFooter a:visited {
	color: #E0E0E0;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#fsrFooter a:hover {
	text-decoration: underline;
}


/**********************************************************************************************************************************************************/
/* TEMPLATE // Hier werden andere Template-spezifische Klassen und IDs formatiert. */
#fsrPlayer {
	position: fixed;
	left: 10px;
	top: 30px;
	margin: 0 auto;
	padding: 0;
	z-index: 900;
}
#fsrPlayer img {
	border: 0px;
}

.fsrBreadcrumbs {
	display: block;
	text-align: left;
	padding: 10px;
	z-index: 30;	
	float: left;
}

#fsrRSS {
	color: #FFFFFF;
	font-weight: bold;
	width: 50px;
	height: 20px;
	margin: 7px;
	z-index: 30;
	float: right;	
}
#fsrRSS img {
	border: 0px;
}

.fsrLinks a:link, .fsrLinks a:active, .fsrLinks a:visited {
	color: #1C6E85;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.fsrLinks a:hover {
	color: #1C6E85;
	text-decoration: underline;
}


/**********************************************************************************************************************************************************/
/* LATEST OVERVIEW // Hier wird die Latest-Overview Box formatiert. */
#fsrLatestOverview {
	background: #2F2F2F;
	width: 110px;
	border: 1px solid #999999;
	text-align: center;
	position: fixed;
	left: 10px;
	top: 5px;
	margin: 0 auto;
	padding: 0;
	z-index: 999;
}
#fsrLatestOverview a:link, #fsrLatestOverview a:active, #fsrLatestOverview a:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
#fsrLatestOverview a:hover {
	text-decoration: underline;
}

#latestoverview {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0 0 0;
	visibility: hidden;
	display: none;
	z-index: 999;
}
#latestoverview a:link, #latestoverview a:active, #latestoverview a:visited {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
#latestoverview a:hover {
	color: #1C6E85;
	text-decoration: none;
}

td.latesthead {
	background: #C3C3C3 url(../images/latest_head.png) no-repeat;
	height: 35px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

td.latest {
	padding: 0;
	margin: 0 0 10px 0;
}

td.latestbottom {
	background: url(../images/latest_bottom.png) top left no-repeat;
	height: 15px;
}

.latest ul {
	background: #C3C3C3 url(../images/latest_bg.png) repeat-y;
	margin: 0;
	padding: 0;
	list-style: none;
}
.latest ul li a {
	background: url(../images/arrow.gif) center left no-repeat;
	line-height: 18px;
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
	display: block;
}
.latest ul li a:hover {
	background: url(../images/arrow_hover.gif) center left no-repeat;
	display: block;
}


/**********************************************************************************************************************************************************/
/* ARCHIVE // Hier wird das Archiv formatiert. */
.fsrArchiv ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#archive_list a:link, #archive_list a:active, #archive_list a:visited {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#archive_list a:hover {
	color: #1C6E85;
	text-decoration: none;
}

li.row1, li.row2 {
	background-color: #FFFFFF;
	border: 1px solid #1C6E85;
	padding: 5px;
	margin: 10px 0px;
}

.archive_section {
	color: #1C6E85;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.archive_metadata {
	color: #000000;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	float: right;
}


/**********************************************************************************************************************************************************/
/* SUCHE // Hier wird die Suche formatiert. */
.fsrSearch {
	background-color: #FFFFFF;
	border: 1px solid #1C6E85; 
	padding: 4px;
}


/**********************************************************************************************************************************************************/
/* SEITENNAVIGATION // Hier wird die Seitennavigation für Category-Blog angepasst. */
.fsrPageNav {
}

.fsrPageNav span {
	background: #1C6E85;
	border: 1px solid #0B404F;
	color: #0B404F;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-family: Verdana;
	padding: 2px 5px;
}

.fsrPageNav a:link, .fsrPageNav a:active, .fsrPageNav a:visited {
	background: #1C6E85;
	border: 1px solid #0B404F;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-family: Verdana;
	padding: 2px 5px;
}
.fsrPageNav a:hover {
	background: #73B9CD;
	border: 1px solid #0B404F;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

span.nav_active {
	background: #73B9CD;
	border: 1px solid #0B404F;
	color: #0B404F;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-family: Verdana;
	padding: 2px 5px;
}


/**********************************************************************************************************************************************************/
/* WEBLINKS // Hier wird die Formatierung der Weblinks angepasst. */
.weblinks, .weblinks p {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}
.weblinks a:link, .weblinks a:active, .weblinks a:visited {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.weblinks a:hover {
	color: #1C6E85;
	text-decoration: none;
}

.weblinks ul {
	color: #1C6E85;
	list-style: none;
	line-height: 24px;
	width: 500px;
	margin: 20px 0 0 50px;
}

.weblinks_category {
	width: 200px;
	display: block;
	padding: 0 5px;
	float: left;
}

.weblinks_count {
	width: 40px;
	display: block;
	float: left;
}

a.category:link, a.category:active, a.category:visited {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
}
a.category:hover {
	color: #1C6E85;
	text-decoration: none;
}


/**********************************************************************************************************************************************************/
/* CCNEWSLETTER // Hier sind die Anpassungen für mod_ccnewsletter. */
.mainnewsletter {
	width: 200px;
	padding: 0 10px 10px 10px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
.normalsublayout {
	background: #C3C3C3;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}


/**********************************************************************************************************************************************************/
/* MOD_SLIDESHOW // Als Affiliates-Banner-Slider verwendet. */
.centerdiv {
	width: 120px;
	height: 35px;
	margin: 5px 49px;
	text-align: center;
	border: 1px solid #1C6E85;
}

/**********************************************************************************************************************************************************/
/* JOOMLA // Hier sind die Joomla-Standardklassen, sowie Standardklassen-Erweiterungen definiert. */

.article_separator {
}

.adminform {
}

.author {
}

.bannerfooter {
}

.bannergroup {
}

.bannergroup_charity {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

.bannerheader {
}

.banneritem {
}

.blog {
}

.blog_more {
}

.blogsection {
}

.breadcrumbs, .breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:visited {
	color: #E0E0E0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}

.button {
	color: #000000;
	font-size: 11px;
	border: 1px solid #1C6E85;
	background: #FFF;
	margin: 2px 0px;
	padding: 2px;
}
.button:hover {
	color: #FFFFFF;
	border: 1px solid #FFF;
	background: #1C6E85;
}

.buttonheading {
}

.clr {
	clear: both;
}

.componentheading {
}

.contentheading {
}

/* _r wird über die com_content/article/default.php gesteuert. Kriterium bisher: Section = "Reviews" */
.contentheading_artikel, .contentheading_artikel_r {
	width: 720px;
}

.content_email {
}

.content_rating {
}

.content_vote {
}

.contentdecription {
}

.contentpagetitle {
}

.contentpagetitle_artikel, .contentpagetitle_artikel_r {
	background: #1C6E85;
	width: 65%;
	display: block;
	line-height: 16px;
	border: 1px solid #0B404F;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
	float: left;
}

.contentpagetitle_artikel a:link, .contentpagetitle_artikel a:active, .contentpagetitle_artikel a:visited,
.contentpagetitle_artikel_r a:link, .contentpagetitle_artikel_r a:active, .contentpagetitle_artikel_r a:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.contentpagetitle_artikel a:hover, .contentpagetitle_artikel_r a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.contentpane {
}

.contentpaneopen {
}

.contentpaneopen_artikel, .contentpaneopen_artikel p, .contentpaneopen_artikel_r p {
	width: 100%;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}
.contentpaneopen_artikel p a:link, .contentpaneopen_artikel p a:active, .contentpaneopen_artikel p a:visited,
.contentpaneopen_artikel_r p a:link, .contentpaneopen_artikel_r p a:active, .contentpaneopen_artikel_r p a:visited {
	color: #1C6E85;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.contentpaneopen_artikel p a:hover, .contentpaneopen_artikel_r p a:hover {
	color: #1C6E85;
	font-weight: normal;
	text-decoration: underline;
}

.contentpaneopen_artikel img, .contentpaneopen_archiv img {
	padding: 0;
	margin: 0 10px 0 0;
	border: 1px solid #000000;
}
.contentpaneopen_artikel_r img {
	padding: 0;
	margin: 0 0 0 10px;
	border: 1px solid #000000;
}

.contentpaneopen_tour {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}
.contentpaneopen_tour a:link, .contentpaneopen_tour a:active, .contentpaneopen_tour a:visited {
	color: #1C6E85;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.contentpaneopen_tour a:hover {
	color: #1C6E85;
	font-weight: normal;
	text-decoration: underline;
}

.contenttoc {
}

.createdate {
}

.createdate_artikel, .createdate_artikel_r {
	background: #1C6E85;
	width: 34%;
	display: block;
	line-height: 16px;
	border: 1px solid #0B404F;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	padding: 0;
	margin: 0;
	float: right;
}

.created-date {
}

.date {
}

.input {
}

.inputbox {
	color: #000000;
	font-size: 11px;
	border: 1px solid #1C6E85;
	background: #FFF;
	padding: 2px 0px;
}

.intro {
}

.latestnews {
}

.loclink {
}

.mainlevel {
	display: block;
	line-height: 4px;
	padding: 0px;
	margin: 0px;
}
a.mainlevel:link, a.mainlevel:active, a.mainlevel:visited {
	background: url(../images/menu_bg_main.png) bottom no-repeat;
	display: block;
	line-height: 20px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 45px;
	margin: 0px;
}
a.mainlevel:hover {
	background: url(../images/menu_hover_main.gif) bottom no-repeat;
	color: #1C6E85;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.sublevel {
	display: block;
	line-height: 4px;
	padding: 0px;
	margin: 0px;
}
a.sublevel:link, a.sublevel:active, a.sublevel:visited {
	background: url(../images/menu_bg_sub.png) bottom no-repeat;
	display: block;
	line-height: 20px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 60px;
	margin: 0px;
}
a.sublevel:hover {
	background: url(../images/menu_hover_sub.gif) bottom no-repeat;
	color: #1C6E85;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.message {
}

.metadata {
}

.modifydate {
}

.module {
}

.moduletable {
	width: 220px;
	background: url(../images/menu_bg.png) top left repeat-y;
	margin-bottom: 20px;
}
.moduletable td {
	width: 220px;
	background: url(../images/menu_bottom.png) bottom no-repeat;
}
.moduletable th {
	width: 220px;
	height: 35px;
	background: #1C6E85 url(../images/menu_head.png) top left no-repeat;
	color: #E0E0E0;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
}

.moduletable_charity {
	width: 220px;
	background: url(../images/menu_bg.png) top left repeat-y;
	margin-bottom: 20px;
}
.moduletable_charity td {
	width: 220px;
	background: url(../images/menu_bottom.png) bottom no-repeat;
}
.moduletable_charity th {
	width: 220px;
	height: 35px;
	background: #1C6E85 url(../images/menu_head.png) top left no-repeat;
	color: #E0E0E0;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
}
.moduletable_charity img {
	border: 0px solid #1C6E85;
}

.moduletable_menu, .moduletable_random {
	width: 220px;
	background: url(../images/menu_bg.png) top left repeat-y;
	margin-bottom: 20px;
}
.moduletable_menu td {
	width: 220px;
	background: url(../images/menu_bottom.png) bottom no-repeat;
}
.moduletable_random td {
	width: 220px;
	background: url(../images/menu_bottom.png) bottom no-repeat;
	padding: 5px 0;
}
.moduletable_menu th, .moduletable_random th {
	width: 220px;
	height: 35px;
	background: #1C6E85 url(../images/menu_head.png) top left no-repeat;
	color: #E0E0E0;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
}

.moduletable_random img {
	border: 1px solid #1C6E85;
}

.mosimage {
}

.mosimage_caption {
}

.mostread {
}

.newsfeed {
}

.outline {
}

.pagenav {
}

.pagenav_next {
}

.pagenav_prev {
}

.pagenavbar {
}

.pagenavcounter {
}

.pathway {
}

.pollstableboarder {
}

.read {
}

.readon_artikel {
	text-align: right;
}
.readon_artikel_r {
	text-align: left;
}

a.readon_artikel:link, a.readon_artikel:active, a.readon_artikel:visited,
a.readon_artikel_r:link, a.readon_artikel_r:active, a.readon_artikel_r:visited {
	text-align: right;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.readon_artikel:hover, a.readon_artikel_r:hover {
	color: #1C6E85;
	text-decoration: none;
}

.search {
}

.searchintro {
}

.sections {
}

.sectiontable_footer {
}

.sectiontable_artikel {
	margin: 0 0 0 30px;
}

.sectiontableentry {
}

.sectiontableentry1_artikel, .sectiontableentry2_artikel {
	line-height: 20px;
}
.sectiontableentry1_artikel a:link, .sectiontableentry1_artikel a:active, .sectiontableentry1_artikel a:visited,
.sectiontableentry2_artikel a:link, .sectiontableentry2_artikel a:active, .sectiontableentry2_artikel a:visited {
	color: #0b404f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.sectiontableentry1_artikel a:hover, .sectiontableentry2_artikel a:hover {
	color: #1C6E85;
	text-decoration: none;
}

.sectiontablefooter {
}

.sectiontableheader {
}

.small {
}

.smalldark {
}

.title {
}

.wrapper {
}
