/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin-top: 0;
}

html, body {
	margin: 0;
	padding: 0;    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    color: #cccccc;
}

html {
    min-height: 101%; 
}

body {
    background: #405e80 url(images/img01.jpg) no-repeat center top;
}

h1, h2, h3 {
	font-weight: normal;
    color: #cccccc;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

a {
	color: #99ccff;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 834px;
	height: 160px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	padding: 80px 0 0 120px;
	text-transform: uppercase;
	font-size: 200%;
    color: #ffffff;
}

#header p {
	margin: -5px 0 0 0;
	padding: 0 0 0 120px;
	text-transform: uppercase;
	font-size: 85%;
    color: #ffffff;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 834px;
	height: 70px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 30px 0 0 23px;
	list-style: none;
}

#menu li {
	display: inline;    
}

#menu a {
	display: block;
	float: left;
	height: 27px;
    width: 80px;
	padding: 12px 7px 0 7px;
	border-right: 1px solid #393957;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #DFE8F2;
}

#menu a:hover, #menu .active a {
	background-color: #000033;
}

.error { color: red; }

#menu .news a, #menu .news a:hover {
    font-weight: bold;
    background-color: transparent;
    text-transform: uppercase;        
    border-right: none;    
    color: red;
}

ul.errorlist { 
    margin:0; 
    padding:0; 
}

.errorlist li {
    font-size: 12px;
    display: block;
    padding: 2px 5px 4px 10px;
    margin: 0 0 3px 0;    
    color: red;
}

.biuroh2 {
    margin: 25px 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #cccccc;
}