@charset "UTF-8";
/* CSS Document */
html, body {
	background-color:#ffffff;
	margin:20px;
	padding:0;
	height:100%;
}
body {
	
	font-family: 'Actor', sans-serif;
	color:#999;
}

#main {
	width:1000px;
	height:auto;
	background-color:#ffffff;
}
#menu {
	width:1000px;
	background-color:#ffffff;
	float:left;
	position:relative;
	clear:both;
	
}
#header {
	width:1000px;
	float:left;
	position:relative;
	clear:both;
	background-color:#ffffff;
	min-height:250px;
	margin-top: 20px;
}


#content {
	padding: 10px 10px 10px 10px;
	float:left;
	position:relative;
	clear:both;
	background-color:#ffffff;
	margin: 0px;
	border-left: #eeeeee solid 1px;
	border-right: #eeeeee solid 1px;
	box-shadow: 0px 5px 6px -5px #666666;
	width:978px;
}

p.bigletter:first-letter {
  font-size: 200%;
  font-weight: bold;
  float: left;
width: 1em;
  line-height: 1;
  color:#356AA0;
}
h1 { font-size:20px; text-align:justify;  color:#356AA0;
font-family: 'Economica', sans-serif;
}
h2 { font-size:18px; text-align:justify;
font-family: 'Economica', sans-serif;
}
p {text-align:justify;
	font-size:12px;
}
#footer {
float:left;
clear:both;
width:1000px;
}
#blok_info {
	float:left;
	width:300px;
	margin:10px;
}
.blockinfo a:link,
.blockinfo a:visited {
	background-color:#eeeeee;
	color:#356AA0;
	text-decoration:none;
	padding:5px;
}




p.copyright,
p.copyright a:link,
p.copyright a:visited {font-size:9px;
color:#CCC;
text-align:center;
}

.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  
  font-family: 'Economica', sans-serif;

}
.nav li {
  float: left;
  min-width: 8em;
  text-align: center;
}
.nav li a:link,
.nav li a:visited {
  background-color: #ffffff;
  color:#999;
  text-decoration: none;
  display: block;
  padding: 20px;
  margin-right:20px;
  
}
.nav li.selected a:link,
.nav li.selected a:visited {
  background-color: #eeeeee;
  color:#356AA0;
}

.nav li a:hover {
  background-color:#eeeeee;
  color:#356AA0;
}
	