/* CSS Document */
body {
  background: #000;
  /*background: url(../img/css/body.jpg) repeat;*/
  margin:  0;
	padding: 0;
	font-family: arial;
	color: #c0c0c0;
	
	
}

h1 {
      	font-size: 22px;
      	font-weight: normal;
      	margin-top: 0em;
      	margin-bottom: 0em;
        color: #fff; 
        /*text-decoration: underline;*/
        }
h2 {
      	font-size: 1.6em;
      	margin: 1.2em 0em 1.2em 0em;
      	font-weight: normal;
      	color: #c0c0c0;
      	/*text-decoration: underline;*/
      	}
h3 {
      	font-size: 1.4em;
      	margin: 1.2em 0em 1.2em 0em;
      	font-weight: normal;
      	color: #c0c0c0;
      	/*text-decoration: underline;*/
      	}
h4 {
      	font-size: 1.2em;
      	margin: 1.2em 0em 1.2em 0em;
      	font-weight: bold;
      	color: #c0c0c0;
      	/*text-decoration: underline;*/
      	}
h5 {
      	font-size: 1.0em;
      	margin: 1.2em 0em 0em 0em;
      	font-weight: bold;
      	color: #c0c0c0;
      	/*text-decoration: underline;*/
      	}
h6 {
      	font-size: 0.8em;
      	margin: 1.2em 0em 1.2em 0em;
      	font-weight: bold;
      	color: #c0c0c0;
      	/*text-decoration: underline;*/
      	}
p {
text-align: justify;
color: #c0c0c0;
font-size: 12px!important;

}
a {
color: #fff;
}
a:visited {
color: #fff;
}
img {
  border: none;
}
#footer-bottom{
	background: #000 url("/img/css/footer-bottom.gif") repeat-x bottom center;
}

#footer-background{
	background: transparent url("/img/css/footer.gif") no-repeat bottom center;
}

#main{
  width: 970px;
  min-height: 800px;
  background: transparent;
  margin: 0 auto; /*vycentrovani*/
  padding-bottom:4px;
}
#wrapper{
  width: 960px;
  min-height: 800px;
  background-color: transparent;
}
#head{
  width: 960px;
  height: 166px;
  background: transparent url(../img/css/banner.jpg) no-repeat top center;
}
#content{
  margin-top: 4px;
  min-height: 650px;
  width: 800px;
  background: url(../img/css/content.jpg) repeat-y;
  /*background: #fff;*/
}
#left{
  float: left;
  width: 184px;
  background: #000;
  /*margin-right: 4px;*/
   
}
#menu{
  margin-bottom: 22px;
  width: 960px;
  background: transparent url(../img/css/menu.jpg) no-repeat center center;
  height: 46px;
}

#menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu li{
	display: block;
	float: left;
	line-height: 46px;
}
#menu a{
  display: block;
  background: ;
  text-decoration: none;
  margin: 0px 5px;
  padding: 0px 10px;
  font-size: 18px;
  height: 46px;
  color: #000;
  
  
 /* padding-top: 4px;
  margin-top: 2px;*/ 
}
#menu a:hover{
	background: transparent url(../img/css/menu-item.gif) repeat-x top left;
	color: #fff;
}
#menu a:active{
	background: transparent url(../img/css/menu-item.gif) repeat-x top left;
	color: #fff;
}
#menu li ul {
    margin-top: 10px;
}

#menu li li a{
    font-size: 12px;
}

#menu img{
  margin-right: 5px;
}

#news{
	width: 355px;
	height: 335px;
	float: left;
	background: transparent url("/img/css/news-background.gif") no-repeat center center;
}

.news{
	padding: 30px 10px 0;
	height: 305px;
} 

#news h1{
	display: none;
}

#news h2{
	font-size:  12px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
}

.cn-p-detail-text{
	color: #fff;
}

.cn-p-detail-text a{
	color: #e21406;
	display: block;
	background: #fff;
	padding: 0 10px 1px;
    width: 30px;
	float: right;
}

.article {
    margin-bottom: 20px;
}

#flash{
	height: 335px;
	width: 605px;
	float: right;
}

#text {
  float: left;
  /*width: 616px;*/
  width: 950px;
  min-height: 650px;
  /*background: #fff;*/
  padding: 10px 5px 10px 5px;
}
#text p{
  font-size: 12px;
}
#footer{
  width: 800px;
  height: 23px;
  background: #fff;
}
#footer p{
  position: relative;
  top: 5px;
  font-size: 11px;
}
#footer a{
  text-decoration: none;
}


.center {
  text-align: center;
}
.left {
  float: left;
}
#copyright{
  text-align: center;
  color: #C0C0C0;
  font-size: 11px;
}
.article {
  /*margin-top: -30px;*/
  position: relative;
  top: -30px;
}
/*.article h2 a{
  text-decoration: none;
}
.article h2 a:visited{
  color: #000;
}*/
h2 a{
  text-decoration: none;
  color: #000;
}
h2 a:visited{
  color: #000;
}
.disabled {
  display: none;
}
.clear {
  clear:both;
}
.img1 {
  margin-right: 10px;
}
.paging {
  font-size: 12px;
}
