/* *** Generated by www.csscreator.com *** */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-size: 8pt;
 color: midnightblue;
 font-family: Tahoma, 'MS Sans Serif';  
} 

h1 {
	font-size: 18px;
	}

h2 {
	font-size: 16px;
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	}

h4 {
        width: 350px;
	background-color: #C7E3FF;
	color: #191970;
	padding: 2px;
	text-align: left;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;	
	}
 
#pagewidth{ 
 width:760px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
  
} 
 
#header{ 
 height:50px; 
 width:100%; 
 background-color:#FFFFFF;
 text-align: center;
 border-bottom: 1px solid #C0C0C0;   
 } 
 
#leftcol{
 width:130px; 
 float:left; 
 position:relative; 
 margin-left:-130px; 
 margin-right:1px; 
 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 130px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #FFFFFF;   /* left column colour */ 
border-left-style: solid; 
background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#footer{
 border-top: 1px solid gray;
 height:60px; 
 width:100%; 
 background-color:#FFFFFF; 
} 
 
#inner{margin:0; width:100%;}
 
#maincol{
 border-left: 1px solid gray; 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }

div.scroll {
	height: 410px;
	width: 610px;
	overflow: auto;
	border: 0px;
	background-color: #fff;
	padding: 8px;
}
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
.rmstitle {
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: 18px;
	color: gray;
	margin: 5px;
	}
	
.navbar {
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: 11px;
	}
	
.leftheader	{
	margin-bottom: 10px;
	margin-top: 10px;
	height: 14px;
	background-color: #C7E3FF;
	color: #191970;
	border-top: 1px solid #001A83;
	border-bottom: 1px solid #001A83;
	padding: 4px;
	text-align: left;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;	
	}
	
a:link
{
    color: mediumblue;
    text-decoration: none
}

a:visited
{
    color: mediumblue;
    text-decoration: none;
}

a:hoover	{
	font-weight: bold;
	text-decoration: underline;
	}

#content {
  margin:0px 30px 0px 30px;
  padding:0px 0px 50px 0px;
  text-align:left;
  }
  
.center {
	text-align: center;
	}
	
#heslo {
  margin: 4px 10px 10px 50px;
  padding:0px;   
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  font-family: "Lucida Grande","Nimbus Sans Medium",Arial,sans-serif;
  text-indent:-0.5em;
  text-align: left;
  color:#001A83;
  background:transparent;
  }
 
#warning {
	padding: 5px;
	margin-top: 5px;
	margin-left:auto; 
 	margin-right:auto; 	
	width: 750px;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	font-size: 9px;
	text-align: justify;
	}

.quote {
  color:#6E9ECA;
  background:transparent;
  }
	
.mailadress {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid gray;
	}	

.inset {
	padding-left: 20px;
	}

.newsdate {
	color: red;
	font-weight: bold;
	}

#disclaimer {
	text-align: center;
	}
 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}
