html {
	height:100%;
}

body#theBody{
	margin:0px;
	background-color: #FFFFFF;
	background-image:url(img/bg.jpg);
	background-repeat:repeat;
}
td#webSite {
	margin:  0px;
}
a{
	font-size:12px;
	font-family:"Arial";
	color:#25345F;
	font-weight:normal;
	text-decoration:underline;
}

.newsOverviewArticleDate {
	font-family: "Arial";
	color:#FF0000;
	font-weight: normal; 
	font-size: 12px; 	
	line-height:19px;
}
.newsOverviewArticleDescription {
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	
	line-height:19px;
}

/*--------------------------------------------------------------- 
		Sitestudio Pro. | Template1.php
--------------------------------------------------------------- */
table#websiteTable{
	width:100%;
	border:0px solid #FFFFFF;
	height:100%;
	vertical-align:top;
}
table#mainLayoutTable{
	width:950px;
	border:none;
}


a.submenu{
	font-size:11px;
	font-family:"Arial";
	color:#1d1d1d;
	font-weight:bold;
	text-decoration:none;
	line-height:12px;
	text-transform:uppercase;
}
a.submenu:hover{
	font-size:11px;
	font-family:"Arial";
	color:#1d1d1d;
	font-weight:bold;
	text-decoration:none;
	line-height:12px;
	text-transform:uppercase;
}
a.submenu_selected{
	font-size:11px;
	font-family:"Arial";
	color:#fc0100;
	font-weight:bold;
	text-decoration:none;
	line-height:12px;
	text-transform:uppercase;
}
a.submenu_selected:hover{
	font-size:11px;
	font-family:"Arial";
	color:#fc0100;
	font-weight:bold;
	text-decoration:none;
	line-height:12px;
	text-transform:uppercase;
}
a.subsubmenu{
	font-size:11px;
	font-family:"Arial";
	color:#1d1d1d;
	font-weight:bold;
	text-decoration:none;
	line-height:12px;
	margin-left:15px;
}
a.subsubmenu:hover{
	font-size:11px;
	font-family:"Arial";
	color:#1d1d1d;
	font-weight:bold;
	text-decoration:none;
	line-height:12px;
	margin-left:15px;
}
a.subsubmenu_selected{
	font-size:11px;
	font-family:"Arial";
	color:#fc0100;
	font-weight:bold;
	text-decoration:none;
	line-height:12px;
	margin-left:15px;
}
a.subsubmenu_selected:hover{
	font-size:11px;
	font-family:"Arial";
	color:#fc0100;
	font-weight:bold;
	text-decoration:none;
	line-height:12px;
	margin-left:15px;
}


.header{
	width:950px;
	height:50px;
	background-image:url(img/menubalk.jpg);
	background-repeat:no-repeat;
}
.menu{
	width:950px;
	height:20px;
}
div#logo {
	width:92px;
	height:100px;
	position:absolute;
	top:0px;
  left:0px;
}

td.contentCell{
 background-image:url(img/bg-content.jpg);
 background-repeat:repeat-x;
 vertical-align:top;
 text-align:left;
 background-color:#FFFFFF;
}












/*--------------------------------------------------------------- 
		Sitestudio Pro. | Breadcrumbs
--------------------------------------------------------------- */
a.breadCrumb {
	font-family:"Arial";
	color: #8f8f8f; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	line-height:16px;
}
a.breadCrumb:hover {
	font-family:"Arial";
	color: #8f8f8f;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:underline;
	line-height:16px;
}
a.breadCrumbCurrent {
	font-family:"Arial";
	color: #8f8f8f; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	line-height:16px;
}
a.breadCrumbCurrent:hover {
	font-family:"Arial";
	color: #8f8f8f; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:underline;
	line-height:16px;
}

span.breadCrumbDevider {
	font-family:"Arial";
	color: #8f8f8f; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	line-height:16px;
}


/*--------------------------------------------------------------- 
		Sitestudio Pro. | Page Title
--------------------------------------------------------------- */
span.pageTitle {
	font-size:28.33px;
	font-family:Arial, Arial, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	line-height:19px;
}

/*--------------------------------------------------------------- 
		Sitestudio Pro. | Searchengine
--------------------------------------------------------------- */
label#SearchLabel{
	display:;
}
input#inpSearch {
	width:130px;
	height:15px;
	background-color:#FFFFFF;
	border-top:2px solid #8d8c87;
	border-left:2px solid #8d8c87;
	border-right:2px solid #8d8c87;
	border-bottom:2px solid #8d8c87;
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px;
	lineheight:10px;
}
input#inpSearchSubmit {
	display:none;
}