/********************************************
   AUTHOR:  			Jiří Sklenář 
   WEBSITE:   		http://www.sklicko.cz/

 *******************************************/



body{padding: 20px;background: #000 url(img/back.png);color: #fff;text-align: center;
font: 85% "Trebuchet MS",Arial,sans-serif}


.navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.navlist li
{
padding-left: 10px;
background: url(img/sipka.png) no-repeat 0
4px;
color:#bc1111
}

/* box */


h1,h2,p{margin: 0;padding: 0 10px;font-weight:normal}
p{padding: 0 10px 15px;}
h1{font-size: 250%;color: #FFF;letter-spacing: 1px}
h2{font-size: 200%;line-height:1;color:#002455 }
div#container{width:500px !important; width:460px;
margin: 0 auto;padding:5px;text-align:left;background:#fff}
div#header{background: black;width:484px;padding: 8px;text-align:center}
div#content{float:left;width:325px;padding:10px 0;margin:5px 0;background: #000}
div#nav{float:right;width:170px;padding:10px 0;margin:5px 0;background: #000;text-align:center}
div#nav h2{font-size: 120%;color: #FF0404}
div#footer{clear:both;width:500px;background: black;padding:0px 0;text-align:center}


/* links */
a:link {color: white;text-decoration: none;}
a:visited {color: white;text-decoration: none;}
a:hover {color: red;text-decoration: none;}


/* menu */
#menu {
width: 140px;
font-family: Times New Roman;
}
#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-weight: Bold;
}
#menu li {
width: 100%;
margin: 0 0;
background: black url("img/butt.png") no-repeat 0 0;
}
#menu a, #menu strong {
padding:1px;
display: block;
text-align: center;
height: 36px;
line-height: 36px;
}