/* DEFAULT STYLES 
Hintergrund: 				#9F2D20
Text und Trenner: 	#323235
*/
* {
   padding:0;
   margin:0;
   font-family: arial, verdana, sans-serif;
   font-size: 99%;
   color: #fff;
	}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
body {
	font-size: 1.1em;
	color: #fff;
	background-color: #9F2D20;
	}

/* TOP_MENU */

ul.menu {
   list-style-type: none;
   margin:	auto;
   padding:	0;
   text-align: left;
	}
li.menu, li.menu_act {
   width: 80px;
   margin: 0px;
   float: left;
   text-align: center;
   padding: 0px;
   padding-right: 2px;
	}
	
/* menu styles */
a.left_menu, a.left_menu:link, a.left_menu:visited, a.left_menu:active {
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
	}
a.left_menu:hover {
	color: #323235;
	font-size: 0.9em;
 	}
a.left_menu_act, a.left_menu_act:link, a.left_menu_act:visited, a.left_menu_act:hover {
	color: #323235;
	font-size: 0.9em;
	text-decoration: none;
	}

/* SUB MENU */
a.left_menu_sub, a.left_menu_sub:link, a.left_menu_sub:visited, a.left_menu_sub:active {
	text-decoration: none;
	color: #fff;
	font-size: 0.85em;
	margin-left: 5px;
	}
a.left_menu_sub:hover {
	color: #323235;
	font-size: 0.85em;
	margin-left: 5px;
 	}
a.left_menu_act_sub, a.left_menu_act_sub:link, a.left_menu_act_sub:visited, a.left_menu_act_sub:hover {
	color: #323235;
	font-size: 0.85em;
	text-decoration: none;
	margin-left: 5px;
	}

/* TOP_MENU styles */
a.menu, a.menu:link, a.menu:visited, a.menu:active {
	text-decoration: none;
	color: #fff;
	font-size: 0.7em;
	}
a.menu:hover {
	color: #323235;
	font-size: 0.7em;
 	}
a.menu_act {
	color: #323235;
	font-size: 0.7em;
	}
	
/* default link styles */
a, a:link, a:visited {
	text-decoration: unterline;
	color: #fff;
	}
a:hover, a:active {
	color: #323235;
 	}

/* css styled content Formatierungen */
p.bodytext {
	font-size: 0.9em;
	}
h1.csc-firstHeader {
	font-size: 0.9em;
	font-weight: bold;
	}
ul.csc-menu li {
	list-style-type: none;
	}
	
/* Ranking Tabelle */
.ranking {
	width: 90%; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	border: 0px solid #323235;
	}

.ranking {
	padding: 5px;
	width: 99%
	}
.ranking th {
	border-bottom: 1px;}
.ranking td {
	text-align: center;}
.ranking td.td-1 {
	text-align: left;}
	
td.csc-uploads-fileName {
	font-size: 0.8em;
	}
.csc-textpic-caption {
	font-size: 0.8em;
	}

/* NEWS */
.news-list-container
{
	background-color:#9F2D20;
	border:none;
}

.news-list-item
{
	background-color:#9F2D20;
	border:none;	
}

.news-list-date
{
	background-color:#9F2D20;
	border:none;
	color:#FFFFFF;	
}

.news-list-container h3 {
	background-color:#9F2D20;
	border:none;
}

.news-single-item {
	background-color:#9F2D20;
	border:none;
}

.news-single-timedata {
	background-color:#9F2D20;
	border:none;
}

.news-single-item h2 {
	background-color:#9F2D20;
	border:none;
	color:#FFFFFF;
}

.headline4 {
font-family:Arial;
font-size:14px;
font-weight:bold;
}

/*für Pressemitteilungen*/
.news_file  {
	display:block;
	font-size:0.8em;
}