/* -------------------- REDEFINE -------------------- */
/* ----- Body ----- */
BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #c6c6c6;

	}

TD {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}

/* ----- Link ----- */
a {
	color: #eb6b08;
	text-decoration: none;
}
/* ----- Link Hover ----- */
a:hover {
	text-decoration: underline;
}




/* -------------------- Article Group -------------------- */
.ArticleGroup_none_Date {
	padding-bottom:5px;
}
.ArticleGroup_none_Headline {
	padding-bottom:10px;
}
a.ArticleGroup_none_Headline {
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
a.ArticleGroup_none_Headline:hover {
}
.ArticleGroup_none_Ingress {
}
.ArticleGroup_none_Content {
}
a.ArticleGroup_none_ReadMore {
}
a.ArticleGroup_none_ReadMore:hover {
}

/* -------------------- // Article Group // -------------------- */	


/* -------------------- MAILLIST -------------------- */	
.MailList_none_Text {
}	
.MailList_none_Submit {
}		
.MailList_none_Message {
}	
.MailList_none_Input {
}	




/* -------------------- DRAWARTICLES -------------------- */
.Article_none_Headline {
	color: #eb6b08;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	/*padding-bottom:20px;*/
}
.Article_none_HeadlineSub {
}
.Article_none_Ingress {
	padding-top:10px;
}
.Article_none_Text {
	padding-top:10px;
}

/* -------------------- MENU -------------------- */
td.MenuItemMain {
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #000;
	font-size:10px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;	
}
	a.MenuItemMain {
		font-size:10px;
		color:#000;
		text-transform:uppercase;
		font-weight:bold;	
	}
	a.MenuItemMain:hover {
		font-size:10px;
		color:#000;
		text-transform:uppercase;
		font-weight:bold;	
	}

td.MenuItemMainOn {
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #000;
}
	a.MenuItemMainOn {
		font-size:10px;
		color:#000;
		text-transform:uppercase;
		font-weight:bold;	
	}
	a.MenuItemMainOn:hover {
		font-size:10px;
		color:#000;
		text-transform:uppercase;
		font-weight:bold;	
	}


td.MenuItemSub {
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:1px solid #ffffff;
}
	a.MenuItemSub {
		color:#000000;
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
	}
	a.MenuItemSub:hover {
		color:#000000;
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
	}


td.MenuItemSubOn {
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:1px solid #ffffff;
}
	a.MenuItemSubOn {
		color:#eb6b08;
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
	}
	a.MenuItemSubOn:hover {
		color:#eb6b08;
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
	}













td.MenuItemSub3 {
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #ffffff;
}
	a.MenuItemSub3 {
		color:#000000;
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
	}
	a.MenuItemSub3:hover {
		color:#000000;
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
	}


td.MenuItemSub3On {
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #ffffff;
}
	a.MenuItemSub3On {
		color:#eb6b08;
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
	}
	a.MenuItemSub3On:hover {
		color:#eb6b08;
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
	}





td.MenuItemSub4 {
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #ffffff;
}
	a.MenuItemSub4 {
		color:#000000;
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
	}
	a.MenuItemSub4:hover {
		color:#000000;
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
	}


td.MenuItemSub4On {
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #ffffff;
}
	a.MenuItemSub4On {
		color:#eb6b08;
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
	}
	a.MenuItemSub4On:hover {
		color:#eb6b08;
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
	}










.MenuItemLine1 {
	color:#ff0000;
}
.MenuItemLine2 {
	color:#ff0000;
}















/* Calendar */

.calendar {
	width:100%;
}

.calendar_nav_back {
	background-color:#f3f3f3;
}
	.calendar_nav_back a {
		color:#000000;
		padding:3px;
	}

.calendar_nav_year {
	background-color:#f3f3f3;
	font-weight:bold;
	padding:3px;
	text-align:center;
}

.calendar_nav_next {
	background-color:#f3f3f3;
}
	.calendar_nav_next a {
		color:#000000;
		padding:3px;
	}

.calendar_list {
}

.calendar_list_day {
	background-color:#585858;
	padding:3px;
	color:#FFFFFF;
	margin:1px;
}

/* empty */
.calendar_day_empty {
	border:1px solid #7a7a7a;
	background-color:#dbdbdb;
	width:33px;
	height:22px;
	color:#000000;
}

/* present - noitems - active */
.calendar_day_present_noitems_active {
	border:1px solid #7a7a7a;
	width:33px;
	height:22px;
	background-color:#eb6b08;
}
	.calendar_day_present_noitems_active a {
		font-weight:bold;
		width:33px;
		height:22px;
		padding-top:6px;
		padding-left:6px;
		color:#ffffff;
	}



/* present - noitems */
.calendar_day_present_noitems {
	border:1px solid #7a7a7a;
	width:33px;
	height:22px;
}
	.calendar_day_present_noitems a {
		font-weight:bold;
		width:33px;
		height:22px;
		padding-top:6px;
		padding-left:6px;
		color:#000000;
	}



/* present - items - active */
.calendar_day_present_items_active {
	border:1px solid #7a7a7a;
	width:33px;
	height:22px;
	background-color:#eb6b08;
	background-image:url(../files/layout/calendar_item.gif);
	background-repeat:no-repeat;
	background-position:23px 2px;
}
	.calendar_day_present_items_active a {
		font-weight:bold;
		width:33px;
		height:22px;
		padding-top:6px;
		padding-left:6px;
		color:#ffffff;
	}



/* present - items */
.calendar_day_present_items {
	background-image:url(../files/layout/calendar_item.gif);
	background-repeat:no-repeat;
	background-position:23px 2px;
	border:1px solid #7a7a7a;
	width:33px;
	height:22px;
}
	.calendar_day_present_items a {
		font-weight:bold;
		width:33px;
		height:22px;
		padding-top:6px;
		padding-left:6px;
		color:#000000;
	}



/* ordinary - noitems - active */
.calendar_day_ordinary_noitems_active {
	border:1px solid #7a7a7a;
	width:33px;
	height:22px;
	background-color:#eb6b08;
}
	.calendar_day_ordinary_noitems_active a {
		width:33px;
		height:22px;
		padding-top:6px;
		padding-left:6px;
		color:#ffffff;
	}



/* ordinary - noitems */
.calendar_day_ordinary_noitems {
	border:1px solid #7a7a7a;
	width:33px;
	height:22px;
}
	.calendar_day_ordinary_noitems a {
		width:33px;
		height:22px;
		padding-top:6px;
		padding-left:6px;
		color:#000000;
	}
	.calendar_day_ordinary_noitems a:hover {
	}







/* ordinary - items - active */
.calendar_day_ordinary_items_active {
	background-image:url(../files/layout/calendar_item.gif);
	background-repeat:no-repeat;
	background-position:23px 2px;
	border:1px solid #7a7a7a;
	width:33px;
	height:22px;
	background-color:#eb6b08;
}
	.calendar_day_ordinary_items_active a {
		width:33px;
		height:22px;
		padding-top:6px;
		padding-left:6px;
		color:#ffffff;
	}


/* ordinary - items */
.calendar_day_ordinary_items {
	background-image:url(../files/layout/calendar_item.gif);
	background-repeat:no-repeat;
	background-position:23px 2px;
	border:1px solid #7a7a7a;
	width:33px;
	height:22px;
}
	.calendar_day_ordinary_items a {
		width:33px;
		height:22px;
		padding-top:6px;
		padding-left:6px;
		color:#000000;
	}





.calendar_daylisting_date {
	padding-top:10px;
}

.calendar_daylisting_headline {
}
	.calendar_daylisting_headline a {
		font-size:12px;
		text-decoration:underline;	
		font-weight:bold;
	}



.calendar_daylisting_ingress {
	border-bottom:1px solid #d3d3d3;
	padding-bottom:10px;
	
}

.calendar_daylisting_content {

}

.calendar_daylisting_readmore {
}



.calendar_daylisting_line {
}


.calendar_dayinfo {
}

.calendar_dayinfo_date {
}
.calendar_dayinfo_headline {
	color: #eb6b08;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
}
.calendar_dayinfo_ingress {
	padding-top:10px;

}
.calendar_dayinfo_content {
	padding-top:10px;

}






.customMailList_Input {
	border: 1px solid #eb6b08;
	font-size:10px;
	width:217px;
	height:20px;
	padding:2px;
}


.customMailList_Submit {
	background-color:#eb6b08;
	color:#FFFFFF;
	border:0px;
	font-weight:bold;
}



.customMailList_Message {
	color:#FF0000;
}


.customMailList_Text {
	font-weight:bold;
	color:#7d7d7d;

}




td.customHeadline {
	background-color:#efefef;
	padding:5px;
	padding-left:17px;
}

div.customHeadline {
	font-weight:bold;
	font-size:15px;
}




td.customHeadlineWhite {
	background-color:#ffffff;
	padding:5px;
	padding-left:17px;
}

div.customHeadlineWhite {
	font-weight:bold;
	font-size:15px;
}








.NewsletterList {
	padding-left:25px;
	padding-bottom:6px;
	background-image:url(../files/layout/newsletter_icon.gif);
	background-repeat:no-repeat;

	

}







/* ----------------------------------------------------- */




/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash td#Article_none_Headline {
	visibility: hidden;
}

.sIFR-hasFlash td#calendar_dayinfo_headline {
	visibility: hidden;
}

.sIFR-hasFlash div#customheadline {
	visibility: hidden;
}

.sIFR-hasFlash div#customheadlinewhite {
	visibility: hidden;
}




.sIFR-hasFlash span#rubrik {
	visibility: hidden;
}

xx.sIFR-hasFlash span#underrubrik {
	visibility: hidden;
}








/* ----------------------------------------------------- */


.Rubrik {
	color: #eb6b08;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
}

.Underrubrik {
	font-weight:bold;
	font-size:15px;
}







/* FILELIST ============================================================================================================= */

.filelist {
	border:1px solid #aaaaaa;
}
.filelist_head {
	background-color:#eb6b08;
}
.filelist_head_name {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
}
.filelist_head_size {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
}
.filelist_head_created {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
}
.filelist_head_modified {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
}
.filelist_parentfolder {
	background-color:#f5f5f5;
}
.filelist_parentfolder_icon {
	padding-top:3px;
	padding-bottom:15px;
}
.filelist_parentfolder_name {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:3px;
	padding-bottom:15px;
}
	.filelist_parentfolder_name a {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		text-decoration:none;
	}
.filelist_parentfolder_size {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}
.filelist_parentfolder_created {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}
.filelist_parentfolder_modified {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}
.filelist_activefolder {
	background-color:#f5f5f5;
}
.filelist_activefolder_icon {
}
.filelist_activefolder_name {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
	.filelist_activefolder_name a {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		text-decoration:none;
	}
.filelist_activefolder_size {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}
.filelist_activefolder_created {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}
.filelist_activefolder_modified {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}
.filelist0 {
	background-color:#f5f5f5;
}
.filelist1 {
	background-color:#ececec;
}
.filelist_subfolder_chain {
}
.filelist_subfolder_icon {
}
.filelist_subfolder_name {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
	.filelist_subfolder_name a {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		text-decoration:none;
	}
.filelist_subfolder_size {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}
.filelist_subfolder_created {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}
.filelist_subfolder_modified {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}
.filelist_file_chain {
}
.filelist_file_icon {
}
.filelist_file_name {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
	.filelist_file_name a {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		text-decoration:none;
	}

.filelist_file_size {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}
.filelist_file_created {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}
.filelist_file_modified {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}



