/* generated by csscreator.com */ 
body 
{
    background-image: url('Images/bg.png'); background-repeat: repeat-x;
    background-color: #ffffff;
}
html 
{
    overflow: -moz-scrollbars-vertical;
}
html, body { 
    margin:0; 
    padding:0; 
    text-align:center;
    font-family: verdana;
    font-size: 8pt;
} 

A					{ color:#3C3CFF; font-family:verdana; font-size:8pt; text-decoration:underline; }
A:Visited			{ color:#8080FF; font-family:verdana; font-size:8pt; text-decoration:underline; }
A:Hover				{ color:#0000C8; font-family:verdana; font-size:8pt; text-decoration:underline; }

h1 
{
    font-family: verdana;
    font-size: 12pt;
    font-weight: normal;
    color: #383838;
}

h2 {
	color: #0077BD;
	font-family: verdana;
	font-size: 12pt;
	margin-bottom: 6px;
}

#footersep {
	width: 100%;
	height: 1px;
	margin-bottom: 0.5em;
}
 
#pagewidth{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:100px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
 width:670px; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:900px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:265px; 
 float:right; 
 position:relative; 
 border-left: 1px dashed #c0c0c0;
 height: 500px;
 padding: 15px;
 }
 
#maincol
{
 z-index: 100;
 float: left; 
 display:block; 
 position: relative; 
 width: 574px; 
 min-height: 390px;
 background-color: #ffffff;
 padding-left: 15px;
 padding-top: 15px;
 padding-right: 15px;
 }
 
#maincol p { margin-top: 0px; }
 
#footer {
    height:60px; 
    background-color:#FFFFFF; 
    text-align: center;
    padding-top: 35px;
    clear:both;
} 
 
#menu { left: 0px; top: 104px; width: 900px; }

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block; background-color: #ffffff;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
#mainbutton1 { float: left; }
#mainbutton2 { float: left; margin-left: 20px; }

.viktantalfield { font-family: Verdana; font-size: small; text-align: center; width: 25px; }

.Grid { border: 0px; }
.Grid td
{
border: 0px;
padding: 1px 1px 1px 1px;
}
.GridHeader
{
font-weight: bold;
background-color: #006BB5;
padding-top: 4px;
color: #FFFFFF;
}
.GridItem
{
background-color: #e6e6e6;
}

.GridAltItem
{
background-color: white;
}

.RadMenu_Black .rmLink:hover { color: #fbcb3b !important; }