html
{
 	overflow-y: scroll;
}

html, body
{
	margin: 0;
	height: 100%;
}

.languagebar-frontpage
{
  float:left;
  position: relative;
  left: 30px;
  top: 91px;
  padding: 4px;
}

.languagebar
{
  float:left;
  position: relative;
  left: 30px;
  top: 110px;
  padding: 4px;
}


.languagebar img
{
 border-style: none;
}

#copyright
{
	font-family: Arial;
	font-size: 10px;
	color: #606060;
}

#copyright a
{
	color: #606060;
	text-decoration:none;
}

#copyright a:hover
{
	text-decoration:underline;
}

           
div#navbar ul
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: Small;
	color: Black;
	line-height: 30px;
	white-space: nowrap;
}

div#navbar li
{
	list-style-type: none;
	display: inline;
}

div#navbar li a
{
	font-style: italic;
	text-decoration: none;
	padding: 7px 10px;
	color: Black;
}

div#navbar lia:link
{
	color: Black;
}

div#navimenu ul
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: Small;
	color: Black;
	line-height: 19px;
	white-space: nowrap;
	text-align:right;
	padding-right: 95px;
}

div#navimenu li
{
	list-style-type: none;
}

div#navimenu li a
{
	font-style: italic;
	text-decoration: none;
	padding: 5px 10px;
	color: Black;
}


div#navimenu li a:hover
{
	color: Black;
	text-decoration: underline;
}



/* XSLTsearch  */
#xsltsearch
{
	width: 700px;
	margin: 0;
	font-size: 12px;
	font-family: tahoma, verdana, arial;
	padding: 40px 20px 50px 8px;
}

.xsltsearch_result
{
	border: solid 1px transparent;
	margin-bottom: 4px;
	cursor:pointer;
}

.xsltsearch_result p
{
	margin: 0; 
	padding: 5px;
}

.xsltsearch_result:hover
{
	background: #f8f9fa;
	border: solid 1px #e5e5e5;
}

.xsltsearch_title, .xsltsearch_title a:link
{
	color: black;
	font-weight: bold;
	text-decoration:none;
}


	.xsltsearch_ordinal {font-weight: bold; font-size: 75%;}

	.xsltsearch_score {font-size: 75%;}
	p.xsltsearch_result_description {padding-bottom: 10px;}


/* highlighting */
.xsltsearch_description strong
{
	background: #f6b875;
} 

	#xsltsearch_navigation {text-align: center;}
	#xsltsearch_navigation .disabled {color: #999;}
	#xsltsearch_stats {font-size: 75%; color: #666;}



#menu_container
{
	position:relative;
	z-index:3;
	top:0; 
	height:475px;

}

#menu_flash
{
	z-index:4;
	background-color:#0c2339;
	background-image: url(/Images/sky.jpg);
height:475px;
}

#menu_line
{
position: absolute;
z-index:160;
width: 928px;
height: 30px;
bottom: 20px;
}

#menu_frontpage_logo
{
float:left;
left: 680px;
margin-bottom:18px;
}

#menu_frontpage
{
float:left;
width: 680px;
background-color: White;
margin-top:1px;
color: #000000;
font-size: 12px;
font-family: tahoma, verdana, arial;
}

#menu_frontpage dl,
#menu_frontpage dt,
#menu_frontpage dd,
#menu_frontpage ul,
#menu_frontpage li,
#menu_subpage dl,
#menu_subpage dt,
#menu_subpage dd,
#menu_subpage ul,
#menu_subpage li
{
margin: 0;
padding: 0;
list-style-type: none;
}



#menu_subpage
{
position: absolute;
margin-left:20px;
z-index:100;
font-size: 12px;
font-family: tahoma, verdana, arial;
}

/*#menu_frontpage .submenu_3
{
bottom:6px;
left:170px;
}*/

#menu_frontpage dl {
float: left;
position: relative;
margin: 0 5px;
}

#menu_subpage .Selected
{
text-decoration:underline;
}

#menu_frontpage dt {
cursor: pointer;
text-align: left;
font-weight: bold;
}

#menu_subpage dt {
cursor: pointer;
text-align: right;
font-weight: bold;
}

#menu_frontpage dd {
z-index: 100;
background-color: White;
position: absolute;
bottom:25px;
width: 170px;
border: 1px solid #f0f0f0;
}

#menu_frontpage .submenu_3
{
	position: absolute;
	top:0;
	left: 175px;
}

#menu_subpage dd {
z-index: 100;
background-color: White;
position: absolute;
width: 170px;
border: 1px solid #a0a0a0;
left: 80px;
margin-top: -23px;
}

#menu_frontpage li {
text-align: left;
}

#menu_subpage li {
text-align: left;
}


#menu_frontpage li a, #menu_frontpage dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
padding: 2px 5px 5px 5px;
}

#menu_subpage li a, #menu_subpage dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
padding: 2px 5px 5px 5px;
}

#menu_frontpage li a:hover, #menu_frontpage dt a:hover {
background: #eee;
}

#menu_subpage li a:hover, #menu_subpage dt a:hover {
background: #eee;
}















#newsticker {   
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 300px; /* important */  
    height: 84px; /* important */  
}   
  

  
#newsticker_content {   
    position: absolute;   
    margin-top: 0px;   
    left: 0;   
}   
  
.newsticker_item
{   
    height: 100px;    
    text-align: left;
}

.newsticker_item a
{
    color: #515151;   
    text-decoration:none;
}

.newsticker_item .headline
{
    color: #515151;
    font-weight: bold;
}

.newsticker_item .date
{
    color: #808080;
}



.newsoverview_item
{   
    font-size: 12px;
    color: #a1a1a1; 
}   

.newsoverview_item h3
{   
    font-size: 14px;
    color: #606060;
    margin-top: 14px;
    margin-bottom: 4px;
}   

.newsoverview_item a
{   
    color: #717171; 
    text-decoration: none; 
}   

.newsoverview_item a:hover
{   
    color: #000000;   
}   





.content_Body p
{
    margin:0;
    margin-bottom: 12px;
}

.content_Body .contactform p
{
    margin-bottom: 3px;
}


.content_Body input[type=submit]
{
    width: 100px;
    margin-left: 100px;
}

.content_Body input[type=text]
{
    width: 200px;
}

.content_Body textarea
{
    width: 200px;
}

.content_Body .umbMailFormLabel
{
    color: #606060;
    width: 100px;
    float: left; 

}









































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {
font-family: Arial;
color: #a2a2a2;
font-size: 18px;
letter-spacing: 3px;
}

.lineFix1 {
line-height: 20px;
}

.lineFix2 {
line-height: 30px;
}


