@charset "utf-8";
/* CSS Document */

body{	background:#808080 ;
	color:#e7e6d3;
	font-family:"Verdana";padding:0;
	margin:0;font-size:14px;
    text-align:left;}

a{color:#808080; font-weight:bold,}
a:hover{color:#fff; font-weight:bold;}
h1, h2, h3, h4{font-size:18px;
  color:#808080;margin:10px 0;font-weight:bold;
    padding:0;
    text-align:center}

h2{font-size:8px;color:#fff}
h3{font-size:12px;}
h4{font-size:10px;}

#main{
	width:850px;
	position:relative;
	background:#e7e6d3; margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:0
}

#header{
    height:208px;
    background:url('../obrazky/Titulni0.JPG') no-repeat;

    cursor:pointer
}


#menu{
    color:#fff;
    font-size:16px;
    background:#000;
}
#menu .separator{
    padding:9px 0;
    color:#fff;
    float:left;
    background:#000;
    border-bottom:2px solid #fff ;
}

#menu ul{
    padding:0;
    margin:0;
}
#menu ul li{
    display:inline;
}

#menu a{
    padding:9px 30px;
    float:left;
    cursor:pointer;
    background:#000;
    display:block;
    color:#fff;
    border-bottom:2px solid #fff ;
}

#menu a:hover{
    color:#000;font-weight:normal;
    background:#808080 ;
}

.clear{
    clear:both;
}

#content{
    width:550px;
    padding:10px 15px 30px 15px;
    background:#ffffff ;
    color:#808080;
    float:left;
    text-align:left;
   }
   a{text-decoration: none;}

#content h1, #content h2, #content h3, #content h4{
    color:#808080 ;
}

#right_box{
    width: 200px;
    margin:10px 0px 10px 15px;
    float:left;
    text-align:left;
}

#footer{
    padding:10px;
    text-align:right;
    background:#000002;
    color:#99c517 ;
}
.right{
    float:right;
}
.center{
    text-align:center;
}
#realizations{
    background:#99c517;
    border:1px solid #E6E6E6;
    font-size:13px;
    font-weight:bold;
}
 




