.discalaimer
{
	text-align: left; 
	margin-top : 0.9em;
	color: #899191;  
	font-weight : bold;
}

.FrontPageTopTable
{
	text-align:left;
	background-color: #FFFFFF;
	width: 100%;
}

.FrontPageBottomTable
{
	text-align:left;
}

.ContactInfo
{
	font-size: 1em;
	text-transform: none;
	color: gray;
}

.NewsListHead
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;	
}

.PublishDate
{
	font-size: 0.9em;
	font-style: italic;
	line-height: 20px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color:gray;
	text-decoration: none;
}

.BreadCrumbs
{
	font-size: 1em;
	text-transform: none;
	color: #7B858A;
}
a.BreadCrumbs
{
	color: #7B858A;
	text-decoration: none;
}
a.BreadCrumbs:hover
{
	color: #7B858A;
	text-decoration: underline;
}

/* -- Start pages -- */
.startpageleftmenu
{
	text-align: left;
	vertical-align: top;
	background-color: #D7ECF1;
	padding-left: 0.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.startpagerightarea
{
}

.mainArticleText
{
	padding: 1.2em 1em 1.5em 1.5em;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div.readmorediv
{
	text-align: right;
}

.articleBoxLight
{	
	background-color: #E7F5F6;
	padding: 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.articleBoxDark
{
	background-color: #CCE5EC;
	padding: 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.newsBox
{
	padding: 1.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.newsdate
{
	font-size: 0.8em;
	font-weight: bold;
	color: #8C9499;
}

.smallarticleheader
{
	color: #0063A4;
	font-weight: bold;
	display: block;
}

.listheader
{
	font-weight: bold;
	text-transform: uppercase;
	color: #899191;
	line-height: 2em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.leftmenudropdown
{
	color: #0063A4;
	background-color: EEF8FA;
	font-weight: bold;
	margin: 1em 0em 1.5em 0em;
}

/* -- Images -- */
.headerimage
{
	width: 100%;
	height: 100%;
	border: none;
	padding: 0px;
	margin: 0px;
}

img.smallarticleimage
{
	width: 8.1em;
	margin-left: 0.6em;
}

.articleimage
{
	float: right;
	margin: 1em 0.6em 1em 1em;
}

img.menuarrow
{
	border: none;
	margin-right: 0.5em;
	vertical-align: middle;
}

/* -- RightListing -- */

.rightBox
{

	margin-top: 1em;
}

.rightBoxImage
{
	background-color:#FFFFFF; 
	text-align: center;
	margin-top: 1em;
}

.rightBoxHeader
{
	padding: 0.5em 1.5em 0.5em 1.5em;
	color:#ffffff; 
	font-weight: bold;
	background: #a8b401 url(../images/bg_rightbox_header.gif) repeat-x left top; border: 1px solid #a8b500;
	position: relative; bottom: -1px;
}
#defaultmode_RightListing_panRightMenuHeader1 {
	background: #ff6600 url(../images/bg_rightbox_1_header.gif) repeat-x left top; border: 1px solid #ff6600;
}
#defaultmode_RightListing_panRightMenuArticle1 .rightBoxContent
{
	background: #e7f4f7 url(../images/bg_rightbox_1_content.gif) repeat-x left top;
	border-left: 1px solid #ff6600; border-right: 1px solid #ff5500; border-bottom: 1px solid #ff5500; border-top: 1px solid #ff5500
}

.rightBoxContent
{
	padding: 1em 1em 1em 1em; 
	overflow: hidden;
	background: #e8eaa2 url(../images/bg_rightbox_content.gif) repeat-x left top;
	border-left: 1px solid #c5cd4a; border-right: 1px solid #c5cd4a; border-bottom: 1px solid #c5cd4a; border-top: 1px solid #c5cd4a;
}

.rightMenuItem
{
	padding-bottom: 0.4em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a.rightMenuItem
{
	text-decoration: none;
}

/* -- Listing -- */
.tableelement
{
	border-top:solid 1px #CCCCCC;
	border-collapse:collapse;
	background-color: #E7F5F6;
}

.tableheader
{
	background-color: #C6E4EC;
}

/* -- Changed pages -- */
td.changedpages
{
	padding-right: 1.5em;
}

/* -- Start page -- */
img.startpageimage
{
	width:100%
}

/* -- Quick search -- */
input.quicksearchbutton
{
	width: 20.8em;
	height: 1.88em;
	background-color: #E7F5F6;
	border: solid 0.1em #5C9CC5;
	position: relative;
}
span.searchlabel
{
	font-weight: bold;
	font-size: 0.9em;
	color: #336;
}

/* ---Calender template items---*/	

div.monthcalendararea
{
	float: left;
	width: 45%;
}
div.calendarlistingarea
{
	padding-left: 1.5em; 
	float: right;
	width: 55%;
	text-align: left;	
}
h1.calendardayheading
{
	font-size: 1.0em;
	color: #888;
	display: inline;
}
table.calendarframe
{
	border-color: #fff;
	background-color: #fff;
}
/* IE 6 does not seem to handle parent-child selectors */
div.monthcalendararea > table
{
	border: solid 0.1em black;
}
td.calendaritem, tr.calendaritem
{
	height: 2.3em; 
	width: 2.5em;
	font: normal 1.1em;
	background-color: #fff; 
}
td.selecteddatecell 
{
	border: solid 0.1em #007CC2;
}
td.datecellothermonth 
{
	font-style : italic; 
}
td.weekendcell
{
	background-color: #E6E7E9;
}
td.datecellactive
{
	background-color: #D7ECF1;
	border: solid 0.1em #007CC2;
}	
td.dayweekheader
{
	color: #666;
	border-style: none;
}
	
/*---Listing headers (Startpage and LeftMenu head)----*/

a.listheading
{
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}
div.startpageleftnews, div.startpagecalendaritem
{
	margin-top: 1em;
}
/* ---LeftMenu items---*/

.leftmenulistdiv a {
	font-size: 92%;
}

a.leftmenuheader
{
	font-weight: bold;
	text-decoration: none; 
	display: block;
	color: #FF5500;
	border-bottom: solid 0.1em #FF5500;
	margin: 10px 0 15px 0;
	padding: 0.5em 0.4em 0.1em 5px;
	font-size: 1.1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a.leftmenulink
{
	font-weight: bold;
	color: #0C5181;
	text-decoration: none;
	display: block;
	margin: 0.4em 0em 0.4em 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a.leftmenulinkactive
{
	font-weight: bold;
	color: #FF5500;
	text-decoration: none;
	display: block;
	margin: 0.5em 0em 0.5em 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a.leftmenulink:hover
{
	text-decoration: none;
	color: #FF5500;
	font-weight: bold;
}

a.leftmenulinkactive:hover
{	
	text-decoration: none;	
	color: #FF5500;
}

/* -- Leftmenu children -- */
a.leftmenulinkchild
{
	font-weight: bold;
	color: #0C5181;
	text-decoration: none;
	display: block;
	margin: 0.5em 0em 0.5em 10px;
	padding-left: 22px !important;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	background: transparent url(../images/pil_blau.gif) no-repeat 9px 0.4em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a.leftmenulinkactivechild
{
	font-weight: bold;
	color: #FF5500;
	text-decoration: none;
	display: block;
	margin: 0.5em 0em 0.5em 10px;
	padding-left: 22px !important;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	background: transparent url(../images/pil_aktiv.gif) no-repeat 9px 0.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a.leftmenulinkchild:hover
{
	text-decoration: none;
	color: #DF7C08;
	font-weight: bold;
}

a.leftmenulinkactivechild:hover
{	
	text-decoration: none;	
	color: #DF7C08;
}

/* -- Other leftmenu items -- */
a.menulink
{
	color: #0063A4;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
a.menulink:hover
{
	color: #DF7C08;
}
a.selectedmenulink
{
	color: #EE4C33;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
a.selectedmenulink:hover
{
	color: #EE4C33;
}
/* --Conferance items--- */
div.conferance
{
	width: 100%;
	background-color: #ddd;
	border: solid 0.1em #bbb;
	padding: 0.3em;
}
div.conferancelinkbuttonsarea
{
	margin-top: 0.3em;
	float: right;
}
div.conferanceheader
{
	width: 100%;
}
/*---Site map items---*/
tr.sitemapheader
{
	background-color: #dedede;
	font-weight: 600;
	padding-left: 0.2em;
}
/*---Password input ---*/
div.passwordfield 
{
	background-color: #dcdace;
	border: solid 0.1em #000;
}
input.registerfield
{
	width: 20em;
}
/*---Personal registry Items---*/
table.DetailedView
{
	background-color: #fff;	
	border-style: solid; 
	border-color: #bbb;	
	border-width: 0.1em;
}
	
table.BackButton
{
	background-color: #ddd;	
	border-style: solid; 
	border-color: #bbb;	
	border-width: 0.1em;
}
	
/*--- Newsgroup ---*/
body.newsgroupitem
{
	padding: 0; 
	margin: 0;
}
div.newsgroupheader
{
	background-color: #ddd;
	border-bottom: solid 0.1em back;
	padding: 0.4em 0;
}
A.newsgroupbarbutton 
{ 
	color: #000; 	
	font-size: 1.1em; 
	font-family: tahoma; 
	font-weight: bold;
	text-decoration: none;
}

/* ---News Groups---*/
TR.NewsgroupRow {
	BACKGROUND-COLOR: #DEDEDE; 
	COLOR: #000000; 
	FONT-SIZE: 11px; 
	PADDING-BOTTOM: 2px; 
	PADDING-LEFT: 2px; 
	PADDING-TOP: 2px}

TR.NewsgroupRowActive{ 
	BACKGROUND-COLOR: #DEE8F2; 
	COLOR: #000000; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT:bold;
	PADDING-BOTTOM: 2px; 
	PADDING-LEFT: 2px; 
	PADDING-TOP: 2px}
	
TD.NewsgroupTableheading { 
	COLOR: #ffffff; 
	FONT-SIZE: 11px;
	FONT-WEIGHT:bold; 
	HEIGHT: 20px;
	PADDING-LEFT: 2px; 
	BACKGROUND: #333366}

A.NewsgroupBarButton { 
	COLOR: #000000; 	
	FONT-SIZE: 11px; 
	FONT-WEIGHT:bold; 
	TEXT-DECORATION: none}

A.NewsgroupBarButton:visited { 
	COLOR: #000000; 	
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none}

.NewsgroupBarTitle {
	COLOR: #000000; 
	FONT-SIZE: 12px; 
	FONT-FAMILY:Verdana, arial, tahoma; 
	FONT-WEIGHT:bold;}

.NewsgroupItemMessage {
	FONT-SIZE: 10px; 
	FONT-FAMILY:Verdana, Courier new;
	COLOR: #333333;}

.NewsgroupItemHeading{
	COLOR: #ffffff; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT:bold;}

.NewsgroupItemHeading2{
	COLOR: #ffffff; 
	FONT-SIZE: 11px; 
}
