html{width: 100%;height: 100%;}
body{
	margin: 0;
	text-align: left;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	background: url('../images/background.gif') repeat-x #FFF;
	line-height: 1.3em;
}
a{color:#F00;text-decoration: none;font-weight: bold;}
a:hover{color:#0058B4;text-decoration: none;font-weight: bold;}
img{display: block;border: 0;}
input,form, fieldset{margin: 0;padding: 0;display: inline;border: 0;}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}
.clear{clear: both;}
p{margin: 0;}



div#main{width: 980px;margin: 0 auto;display: block;}
div#header{background: url('../images/header1.gif') top left no-repeat;position: relative;z-index: 1;height: 138px;display: block;}
img#logo{position: absolute;top:30px;left:30px;}



div#left-content{
	display: inline;
	float: left;
	width: 720px;
	background: url('../images/content-1.jpg') top right no-repeat;
	padding: 10px 0 30px 12px;
}
div#right-content{
	display: inline;
	float: right;
	width: 248px;
	background: url('../images/content-2.jpg') top right no-repeat;
	padding: 165px 0 30px 0 ;
}
h1.path{
	display: block;
	background: url('../images/arrow.gif') left no-repeat;
	border-bottom: 1px solid #BBB;
	font-size:10pt;
	padding: 0 0 0 10px;
	color:#999;
	width: 97%;
}
.path a{color:#999;}
div.news{text-align: justify;margin: 5px 10px 10px; 10px;padding: 10px 10px 10px 10px;display: block;clear: both;border:1px solid #B7DAEA;}
.news img{display: inline;float:right;border: 1px solid #666;margin: 0 0 5px 10px; }
span.data{color:#666;display: inline;float: right;font-size:14px;}
#kontakt{width: 215px;display: block;margin: 0 auto;background: url('../images/kontakt.gif') top right no-repeat;}

.baner{display: inline;float: left;margin: 15px 1px 10px 0;width:179px;height: 188px;	 }
a.ban:hover img{
filter:alpha(opacity=80);
opacity: 0.8;
-moz-opacity:0.8;
}

.box{border: 1px solid #DCDCDC;font-size:11pt;margin: 1px;}
.form-l{display: inline;float: left;width: 160px;text-align: right;}


div.fotter{
	clear: both;
	height: 40px;
	background: url('../images/fotter.gif') top left repeat-x;
	padding: 22px 0 0 0;
	text-align: center;
	margin: 20px 0 0 0;
	color:#DCDCDC;
	display: block;
	width: 100%;
}
.fotter a{color:#DCDCDC;font-weight: lighter;}.fotter a:hover{color:#D80000;font-weight: lighter;}
.who{width: 980px;margin: 0 auto;text-align: left;font-size:8pt;}
.sub{display: inline;float: left;background: #048;color:#FFF;padding: 5px;margin: 10px;}


div#nav{background: url('../images/nav-2.gif');height: 35px;clear: both;display: block;font-size:11pt;}
ul.nav{display: inline;margin: 0;padding: 0;float: left;list-style: none;}
.nav li{display: inline;float: left;background: url('../images/dot.gif') right no-repeat;padding: 0 10px 0 5px;margin: 8px 0 0 0;}
.nav a{font-weight: lighter;color:#FFF;display:block;}.nav a:hover{font-weight: lighter;color:#F00;display:block;}
ul.nav li li a{
  width: 160px;
  padding-bottom: 4px;
 font-size:10px;
	
}

ul.nav li li:hover{
  background: #06328B;
}


ul.nav li ul{
  overflow: hidden;
  display:none;
}

ul.nav li:hover ul{
  position: absolute;
  background: #06328B;
  padding:0;
  border:1px solid #B7DAEA;
  display: block;
  width: 160px;
}
