/* CSS Document */
body {
  background: #3f2e1a;
  /*background: url(../img/css/body.jpg) repeat;*/
  margin:  0;
	padding: 0;
	font-family: arial;
	color: #fff;
	
	
}

h1 {
      	font-size: 14px;
      	font-weight: normal;
      	margin-top: 0em;
      	margin-bottom: 0em;
        color: #fff; 
        /*text-decoration: underline;*/
        }
h2 {
      	font-size: 14px;
      	margin: 1.2em 0em 1.2em 0em;
      	font-weight: normal;
      	color: #fff;
      	/*text-decoration: underline;*/
      	}
h3 {
      	font-size: 1.4em;
      	margin: 1.2em 0em 1.2em 0em;
      	font-weight: normal;
      	color: #fff;
      	/*text-decoration: underline;*/
      	}
h4 {
      	font-size: 1.2em;
      	margin: 1.2em 0em 1.2em 0em;
      	font-weight: bold;
      	color: #fff;
      	/*text-decoration: underline;*/
      	}
h5 {
      	font-size: 1.0em;
      	margin: 1.2em 0em 0em 0em;
      	font-weight: bold;
      	color: #fff;
      	/*text-decoration: underline;*/
      	}
h6 {
      	font-size: 0.8em;
      	margin: 1.2em 0em 1.2em 0em;
      	font-weight: bold;
      	color: #fff;
      	/*text-decoration: underline;*/
      	}
p {
text-align: justify;
color: #fff;
font-size: 12px!important;

}
a {
color: #fff;
}
a:visited {
color: #fff;
}
img {
  border: none;
}

#main{
  width: 808px;
  min-height: 800px;
  background: #fff;
  margin: 0 auto; /*vycentrovani*/
  padding-bottom:4px;
}
#wrapper{
  width: 800px;
  margin-left: 4px;
  margin-right: 4px;
  
  min-height: 800px;
  background: #fff;
}
#head{
  width: 800px;
  height: 150px;
  background: url(../img/css/logo.jpg) no-repeat #66290a;
}
#content{
  margin-top: 4px;
  min-height: 650px;
  width: 800px;
  background: url(../img/css/content.jpg) repeat-y;
}
#left{
  float: left;
  width: 184px;
  background: #fff;
  /*margin-right: 4px;*/
   
}
#menu{
  /*margin-top: 20px;*/
  margin-bottom: 4px;
  width: 180px;
  /*margin-right: 4px;*/
}
#menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
/*#menu li{*/
  /*margin-bottom: 2px;*/
  /*padding-bottom: 2px;*/
/*}*/
#menu a{
  display: block;
  /*background: #f0f0f0;*/
  background: #bf5b0d;
  text-decoration: none;
  margin: 0;
  padding-left: 10px;
  font-size: 12px;
  height: 19px;
  color: #fff;
  padding-top: 4px;
  margin-top: 1px;
  
  
 /* padding-top: 4px;
  margin-top: 2px;*/ 
}
#menu a:hover{
  padding-left: 15px;
}
#menu a:visited{
  color: #fff;
}
#menu img{
  margin-right: 5px;
}

#text {
  float: right;
  /*width: 616px;*/
  width: 580px;
  min-height: 650px;
  /*background: #fff;*/
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}
#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;
}
#copyright{
  text-align: center;
  color: #fff;
  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: #fff;
}
h2 a:visited{
  color: #fff;
}
.disabled {
  display: none;
}
#ceskyraj{
  position: relative;
  top: 33px;
  left: 274px;
  
}
