/* CSS Zakladni ************************************************************************/
body {
    background: rgb(255,255,255);
    font-family: tahoma, "arial ce", sans-serif, "Times New Roman";
    color: rgb(0,0,0);
    padding: 0;
    margin: 0;
    font-size: 1em;
    text-align: center;
    }
    
a {
    color: rgb(255,0,0);
	  font-size: 12px; 
    }  
   
/*CSS layout ************************************************************************/   
#basic {
    width: 766px;
    text-align: left;
    margin: 0 auto;
    background: url("../img-sys/linky.gif") repeat-y;
    }

/*LOGO ************************************************************************/    
#logo {
    width: 100%;
    height: 241px;
    background: url("../img-sys/logo.jpg");
    }    

#logo ul {
    margin: 0 0 0 550px;
    padding-top: 30px;
    }

#logo ul li {
    margin-right: 30px;
    list-style: none;
    display: inline;
    }

#logo ul li a {
    padding: 0;
    text-decoration: none;
    }
    
/* MENU1 style ************************************************************************/
#menu1 {
    width: 100%;
    height: 33px;
    background: url("../img-sys/menu.jpg") no-repeat;
    overflow: hidden;
    }

#menubox {
    width: 116px;
    height: 28px;
    padding: 0;
    margin: 0px;
    float: left;
    text-align: center;
}

#menu1 ul {
    margin: 0;
    padding: 5px 0 0 33px;
    #padding: 8px 0 0 33px;
    }

#menu1 li{
    list-style: none;
    color: rgb(255,255,255);
    padding: 0;
    margin: 0;
    text-align: center;
    }

#menu1 a{
    padding-left: 14px;
    color: rgb(255,255,255);
    background: URL("../img-sys/sipka.gif");
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.75em;
    }
    
#menu1 a:hover{
    padding-left: 14px;
    color: #B6F7FA;
    background: URL("../img-sys/sipka.gif");
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: bold;
    }    

#menu1 a.active{
    padding-left: 14px;
    color: #B6F7FA;
    background: URL("../img-sys/sipka.gif");
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: bold;
    }
        
/* SUB style ************************************************************************/
#sub {
    width: 100%;
    min-height: 390px;
    _height: 390px;
    background: URL("../img-sys/sub.jpg");
    } 

/* SUB-left style ************************************************************************/
#sub-left {
    width: 266px;
    float: left;
    min-height: 390px;
    _height: 390px;
    background: URL("../img-sys/subleft-prouzek.jpg") repeat;
    }

#sub-left h1 {
    margin: 15px 10px 0 48px;
    padding: 0 0 0 0;
    font-size: 1.3em;
    font-weight: normal;
    color: rgb(210,70,70);
    }

#sub-left h2 {
    margin: 0 10px 0 50px;
    padding: 0 0 0 0;
    font-size: 1em;
    font-weight: normal;
    color: rgb(100,100,100);
    }
    
#sub-left p { 
    margin: 0 10px 0 50px;
    padding: 0 0 0 0;
    font-size: 0.8em;
    font-weight: normal;
    color: rgb(100,100,100);
    }
    
#sub-left ul {
padding-left: 65px;
#padding-left: 25px;
_padding-left: 20px;
}

#sub-left ul li p {
margin: 0px;
}
            
/* SUB-left2 style ************************************************************************/
#sub-left2 {
    width: 266px;
    float: left;
    height: 266px;
    background: URL("../img-sys/subleft-horni.jpg") no-repeat;
    }

/* SUB-left3 style ************************************************************************/
#sub-left3 {
    width: 266px;
    float: left;
    min-height: 395px;
    _height: 395px;
    background: URL("../img-sys/subleft-dolni.jpg") no-repeat;
    background-position: bottom;
    }

/* SUB-rightt style ************************************************************************/
#sub-rightt {
    width: 500px;
    float: right;
    min-height: 202px;
    _height: 202px;
    background: URL("../img-sys/subrightt.jpg") no-repeat;
    }

#sub-rightt h1 {
    margin: 15px 45px 0 28px;
    padding: 0 0 0 0;
    font-size: 1.3em;
    font-weight: normal;
    color: rgb(100,195,200);
    }

#sub-rightt h2 {
    margin: 0 45px 0 30px;
    padding: 0 0 0 0;
    font-size: 1em;
    font-weight: normal;
    color: rgb(0,0,0);
    }
    
#sub-rightt p { 
    margin: 0 45px 0 30px;
    padding: 0 0 0 0;
    font-size: 0.8em;
    font-weight: normal;
    color: rgb(100,100,100);
    }

#sub-rightt ul {
    list-style: none;
    margin: 0 0 0 30px;
    padding: 0;
    }

/* SUB-rightb style ************************************************************************/
#sub-rightb {
    width: 500px;
    float: right;
    min-height: 211px;
    _height: 211px;
    background: URL("../img-sys/subrightb.jpg") no-repeat;
    }

#sub-rightb h1 {
    margin: 10px 45px 0 28px;
    padding: 0 0 0 0;
    font-size: 1.3em;
    font-weight: normal;
    color: rgb(100,195,200);
    }

#sub-rightb h2 {
    margin: 0 45px 0 30px;
    padding: 0 0 0 0;
    font-size: 1em;
    font-weight: normal;
    color: rgb(0,0,0);
    }
    
#sub-rightb p { 
    margin: 0 45px 0 30px;
    padding: 0 0 0 0;
    font-size: 0.8em;
    font-weight: normal;
    color: rgb(100,100,100);
    }

#sub-rightb ul {
    list-style: none;
    margin: 0 0 0 30px;
    padding: 0;
    }
         
/* FOOTER style ************************************************************************/ 
#footer {
    width: 100%;
    height: 80px;
    background: URL("../img-sys/footer.gif") no-repeat;
    clear: both;
    } 

#footer ul {
    padding: 20px 0 0 0;
    margin: 0;
    text-align: center;
    }
   
#footer ul li {
    list-style: none;
    display: inline;
    color: rgb(100,100,100);
    font-size: 0.7em;
    }
    
#footer ul li a {
    color: rgb(100,195,200);
    padding: 0 20px 0 20px;
    text-decoration: none;
    font-weight: bold;
    }

#footer ul li a:hover {
    color: rgb(30,167,174);
    padding: 0 20px 0 20px;
    text-decoration: none;
    font-weight: bold;
    }     

#footer ul li a.active {
    color: rgb(30,167,174);
    padding: 0 20px 0 20px;
    text-decoration: none;
    font-weight: bold;
    } 

#footer p { 
    font-size: 0.7em;
    color: rgb(200,200,200);
    margin: 20px 60px 10px 60px;
    padding: 0;
    }
    
#footer p {
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0;
    }
    
#footer p a {
    padding-left: 3px;
    }

 /* FORM Style *************************************************************************/
p label {
    border:0 none;
    float:left;
    margin:0 10px 0 0;
    padding-top:5px;
    width:180px;
    }

p input, p select, p textarea {
    border:1px solid #C0C0C0;
    margin:3px 0 0;
    padding-left:3px;
    }
    
p textarea {
	width: 180px;
	height: 130px;
	margin-bottom: 3px;
}
#sub-rightt form p {
    /* color:#247BC5; */
    font-size:0.8em;
    margin:0 60px;
    padding:0;
    }
/* SLIMBOX *****************************************************************************/
    div.galerie {
}

div.galerie div#velky-nahled {
	background-color:#FFFFFF;
	background-position:center center;
	background-repeat:no-repeat;
	border:8px solid #FFFFFF;
	height:350px;
	margin-left:40px;
	margin-right:auto;
	text-align:center;
	width:400px;
}

div.galerie div.maly-nahled {
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	height:90px;
	text-align:center;
	width:120px;
}

div.galerie div#male-nahledy {
	background-color:#FFFFFF;
	border-color:#FFFFFF;
	border-style:none solid solid;
	border-width:8px;
	height:90px;
	margin-left:30px;
	_margin-left:20px;
	margin-right:auto;
	width:428px;
	_width:460px;
}

div.galerie div#male-nahledy img {
    
}

img#move-left, img#move-right {
	float:left;
	padding-top:26px;
}

div#male-nahledy div#scroll {
	float:left;
	height:90px;
	overflow:hidden;
	padding-left:8px;
	padding-right:8px;
	width:360px;
	_width:376px;
}

div#male-nahledy div.wide {
	width:100000px;
}

div.center {
	text-align: center;
}

img.captcha {
	margin: 0;
	_margin-left: 32px;
	border: 1px solid #C0C0C0;
	width: 116px;
}

ul.menu li {
	list-style: none;
}
.left {
text-align: left;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.justify {
text-align: justify;
}
