/* CSS Document */
*{
    margin: 0;
    padding: 0;
}
img{
    border: 0;
}

h2 {
      font-size: 14px;
      font-family: "Tahoma", "Tahoma CE", "Arial", "Verdana" ,"Helvetica", sans-serif;
}
#demo-status .progress {
	background: url(../uploader/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

body{
    text-align: center;
	  font-size: 12px;
	  font-family: "Tahoma", "Tahoma CE", "Arial", "Verdana" ,"Helvetica", sans-serif;
	  color: #fff;	
	  background-color: #000;
	
	 
}
#layout1{
    width: 943px;
    height: 665px;
    margin: 0px auto;
    background: #000 url("../images/bg.gif") no-repeat center top;
}

#layout2{
    width: 795px;
    margin: 0px auto;
    text-align: left;
}

#header{
    width: 795px;
    height: 158px;
    background: #000 url("../images/bg_header.jpg") no-repeat left top;
}

.menu{
    width: 785px;
    height: 51px;
    padding: 0px;
    padding-right: 10px;
    background: #000 url("../images/bg_menu.gif") no-repeat left top;
}

.menu ul li{
    float: left;
    list-style-type: none;
    margin-left: 5px;
    height: 24px;
    line-height: 24px;
}

.menu ul li.last{
/*    margin: 0px;*/
}
.menu ul li a{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding:5px 20px 5px 20px;
}
.menu ul li a:hover{
    background-color: #BA1116;
}
.menu ul li a.selected{
    background-color: #BA1116;
}

#content{
    width: 795px;
    color: #000;
    min-height: 380px;
    background:  url("../images/bg_content.gif") repeat-y left top;
}
#left_content{
    position: relative;
    width: 145px;
    overflow: hidden;
    float: left;
    padding-left: 18px;
}

#left_content .links{
    position: relative;
    text-align: left;
}

#left_content .links#one{
    background: url("../images/top_menuone.gif") no-repeat left top;
    padding:18px 0px 0px 10px;
}

#left_content .links#two{
    background: url("../images/top_menutwo.gif") no-repeat left top;
    padding:50px 0px 0px 10px;
}
#left_content .links{
    padding:0px 0px 0px 10px;
}

#left_content .cara{
    background: url("../images/cara.jpg") no-repeat;
	width:130px;
	height:19px;
	display:block;
	margin:10px 0px;
}
.oddelovac {
    width: 130px;
    height: 48px;
    background: url("../images/bottom_menu.gif") no-repeat left -20px;
}

#left_content .links a{
    display: block;
    width: 115px;
    margin-bottom: 5px;
    color: #fff;
    overflow: hidden;
    text-transform: none;
    text-decoration: none;
    font-weight: normal;
}

#left_content .links#two  a{
    display: block;
    width: 115px;
    margin-bottom: 5px;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    text-transform:none;
    font-weight:normal;
}

#left_content .links a:hover{
    color: silver;
}
#left_content .links#two a:hover{
    color: black;
}
#right_content{
    position: relative;
    float: left;
    width: 614px;
    
    text-align: justify;
    background: url("../images/top_text.gif") no-repeat left top;
}

#right_content h1{
    display: block;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 15px 15px 0px;
    font-size: 14px;
    letter-spacing: 0.2em;
}

.centr{
    width: 614px;
    color:#fff;
    background: url("../images/bottom_text.gif") no-repeat left bottom;
}

#centr2 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    width: 584px;
    overflow: hidden;
}

#centr2 a, a:visited, a:active {
    color: white;
    text-decoration: none;
}

#centr2 a:hover {
    color: silver;
    text-decoration: none;
}

.vetsipismo {
    font-size: 14px;
}

#right_content p{
     width: 580px;
     padding: 0px 0px 20px 15px;
     overflow: hidden;
}

#right_content p.foto{
    text-align: center;
}

#right_content img{
    border: 3px #fff solid;
/*    margin-bottom: 24px;*/
}

#right_content img.last{
    margin: 0;
}

#footer{
    margin: auto ;
    width: 943px;
    height: 155px;
    background: url("../images/bg_footer.jpg") no-repeat center top;
}

#footer ul{
    width: 550px;
    margin: 0 auto;
    text-align: center;
    padding: 134px 0px 0px 0px;
    text-align: center;
}

#footer ul li{
    color: #CCCCCC;
    font-size: 11px;
    text-align: center;
    list-style-type: none;
}

#footer a{
    color: #CCCCCC;
    text-decoration: none;
}

#footer a:hover{
    color: #CCCCCC;
    text-decoration: underline;
}


#footer ul li.first{
    list-style-type: none;

}
.cleaner {
  	width: 100%;
  	height: 0;
  	line-height: 0;
  	font-size: 0;
  	float: none;
  	clear: both;
}

.pravy, .levy {
    text-decoration: none;
}


/****************/
INPUT.text{
	background-color:#ba1116;
	color:white;
	border:1px black solid;
	margin:5px;
}
INPUT.submit{
	background-color:black;
	font-size: 12pt;
	color:white;
	border:1px white solid;
	padding:3px;
}
select { 
	background-color:#ba1116;
	color:white;
	border:1px black solid;
	margin:5px;
}
INPUT[type="file"] {
	background-color:#ba1116;
	color:black;
	border:1px black solid;
	margin:5px;
	
}
textarea { 
	background-color:#ba1116;
	color:white;
	border:1px black solid;
	margin:5px;
}
.popisek{
	float:left;
	display:block;
	width:10em;
	margin:5px;
}/*
input {
      font-family: arial;
      font-size: 9px;
      color: #6565B6;
      height: 18px;
      width: 100%;
      border: solid;
      border-color: #CBCBCB;
      border-width: 1px;
      padding-left: 3px;
      padding-top: 2px;
      background:#FCFAF6;
      }*/
.videa{
	text-align:center;
}
.banner{
	width:130px;
	text-align:center;
}
#layout_anketa{
	width:130px;
	text-align:left;
}
