*{
	margin: 0;
	padding: 0;
}
a img{
	border: 0;
}
.none{
	display: none;
}
.clear{
	clear: both;
}
hr{ display: none;}
a{
  color: #d40805;
}
a:hover{
	color: #444;
}
body{
	text-align: left;
	font-family: Tahoma;
	font-size: 13px;
	padding: 0 0;
	background: #333333;
}

#contentbg{
  width: 100%;
  position: relative;
  text-align: center;
  background: #f9f9f9 url('../layout/contentbg.gif') 50% 0% repeat-y;
}
#topcontentbg{
  width: 100%;
  height: 302px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../layout/topbodybg.gif') 0% 0% repeat-x;
}
#content{
  position: relative;
  margin: 0 auto;
  width: 920px;
  text-align: left;
  padding: 42px 33px 0 33px;
  background: url('../layout/topsqr.jpg')  50% 0% no-repeat;
}

#header{
  width: 100%;
  position: relative;
  height: 141px;
  background: url('../layout/topbg.gif') 0% 0% repeat-x;
  margin: 0 0 2px 0;
}
  #logo{
    position: absolute;
    left: 20px;
    top: 59px;
  }
  #topilu{
    position: absolute;
    right: 1px;
    top: -9px;
    width: 447px;
    height: 152px;
    background: url('../layout/topilu.jpg') 0% 0% no-repeat;
  }
  #topsign{
    position: absolute;
    right: 3px;
    top: 3px;
    width: 470px;
    height: 52px;
    background: url('../layout/topsign.jpg') 0% 0% no-repeat;
  }
  
#topmenu{
  width: 919px;
  height: 42px;
  background: url('../layout/topmenubg.gif') 0% 0% repeat-x;
}

#topmenu ul{
  float: left;
  
}
#topmenu ul li{
  display: block;
  float: left;
  height: 40px;
  padding: 1px 0 1px 2px;
  background: url('../layout/topsep.gif') 0% 50% no-repeat;
}
#topmenu ul li a{
  height: 28px;
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  padding: 12px 10px 0;
}
#topmenu ul li a:hover{
  background: url('../layout/tophover.gif') 0% 0% repeat-x;
}
#topmenu ul li a.active{
  background: url('../layout/tophover.gif') 0% 0% repeat-x;
}
#topmenu ul li a.active:hover{
  text-decoration: underline;
}
#rpart{
  width: 100%;
  position: relative;
  padding: 10px 0;
  background: url('../layout/delimiter.jpg') 650px 0% no-repeat;
}

#centerpanel{
  float: left; 
  width: 690px;
  color: #525252;
  padding: 0 0 0 5px; 
}
#centerpanel h1{
  font-size: 28px;
  font-family: tahoma;
  font-weight: normal;
  color: #991614;
  padding: 0 0 7px 0;
}
#centerpanel h2{
  font-size: 20px;
  font-family: tahoma;
  font-weight: normal;
  color: #991614;
  padding: 10px 0 7px 0;
}
#centerpanel h3{
  font-size: 18px;
  font-family: tahoma;
  font-weight: normal;
  color: #666;
  padding: 10px 0 5px 0;
}
#centerpanel p{
  text-align: justify;
  font-size: 13px;
  line-height: 140%;
  padding: 0 0 8px 0;
}
#centerpanel ol, #centerpanel ul{
  padding: 4px 0 8px 25px;
}
#centerpanel ol li, #centerpanel ul li{
  padding: 1px 0;
}

#centerpanel ul{
  list-style: square;
}

#rightpanel{
  float: right;
  width: 200px;
  padding: 0 0 30px 0; 
}

#rightpanel .headline{
  display: block;
  border-bottom: 1px solid #ddd;
  margin: 7px 0 0px;
  text-transform: uppercase;
  padding: 0 3px;
  font-size: 15px;
  color: #a90805;
  font-weight: normal;
}
.greybox{
  margin: 0 0 15px 0;
}

.news{
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  color: #444;
}
.news .time{
  font-size: 11px;
  color: #999;
}
.news p{
  padding: 3px 0 0 0;
  font-size: 11px;
  line-height: 130%;
  text-align: justify;
}

.rgal{
  text-align: center;
  padding: 10px;
  background: #f0f0f0;
}
.rgal img{
  border: 3px solid #ccc;
}

.label{
  float: left;
}

.val{
  float: right;
}
.kontaktbox{
  padding: 5px 5px;
}
.boxv{
  
}


#centerpanel .photo{
  width: 100px;
  height: 80px;
  padding: 5px;
  background: #f9f9f9;
  margin: 3px;
  float: left;
  border: 1px solid #f0f0f0;
}


#footer{
  width: 915px;
  margin: 0 auto;
  padding: 10px 0 30px;
  color: #fff;
}

#footer .left{
  float: left;
}
#footer .right{
  float: right;
}

#footer a{
  color: #fff;
}


#linkline{
  font-size: 10px;
  padding: 2px 0 10px;
  margin: 15px 0 0 0;
  border-top: 1px solid #525252;
  color: #666;
}
#linkline a{
  color: #999;
}


form.kontakt .block{
	float: left;
	display: block;
}
form.kontakt label{
	padding: 2px 0;
	margin: 2px 0;
}
form.kontakt input.text{
	border: 1px solid #d0d0d0;
	margin: 2px 0;
	padding: 5px;
	font-size: 11px;
	width: 200px;
}
form.kontakt textarea{
	width: 580px;
	padding: 2px;
	margin: 2px 0;
	height: 90px;
	border: 1px solid #d0d0d0;
	font-size: 11px;
	font-family: tahoma;
}
form.kontakt .req, form.kontakt strong{
	color: #cc0000;
}
form.kontakt input.submit{
	margin: 3px 0 0 100px;
	padding: 5px;
	font-weight:bold;
	color: #505050;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
	cursor:pointer;
}
form.kontakt .l{
	width: 100px;
}

blockquote{
  padding: 7px 10px;
  margin: 5px 0;
}

blockquote.err{
  border: 1px solid #fad7d7;
  background: #faf1f1;
  color: #a70806;
}
blockquote.ok{
  border: 1px solid #cde1cb;
  background: #e2f8e0;
  color: #2f8920;
  font-weight: bold;
}


.khalfbox{
  width: 310px;
  float: left;
}

.centered{
  text-align: center;
  padding: 10px 0;
  
  }
  
  .right{
    float: right;
  }

