        
    

body {background: #aaa;
	text-align:center;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;}

body * {text-align:left;}


#center {
	width:800px;
	margin:40px auto;}

#center h1, #center h2,#center h1 a{
        display:block;
	float:left;
	color:#eee;
        text-decoration: none;
}

#center h1{font-size:32px;
	margin:5px 0 10px 0;}

#center h2{margin:35px 0 0 15px;
		font-size:16px;
		font-style:italic;}


#box {background-color:#eee;
	clear:both;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;


	}

#header, #footer{display:block;
	background-color:#121212;
	height:50px;}

#header{
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
#header menu {
margin:0;
padding:0;
}
#header menu li{float:left;
	list-style-type:none;
	margin:11px 0;
	padding:8px 10px;
	border-left:1px solid #999;}

#header menu li:first-child{border-left:0 none;}

#header menu li a{
	color:#b5b5b5;
	font-size:12px;
	text-decoration:none;
	text-transform: uppercase;
}
#content {
	width:509px;
	min-height:660px;
	float:left;
	margin:20px;
	border-right:1px solid #aaa;
	padding:0 20px 0 0;
	color:#121212;
        font-size:13px;
}
#content h3 {
	font-size:15px;
	margin:0 0 15px 0;
}
#content p,#content ul,#content ol,#rightpanel p {
        margin-bottom: 15px;
}

div#images {
	width:509px;
	margin:0 0 20px 0;
}
#images img{
	width:33.3%;
	height:120px;
	margin:0;
}
#rightpanel {
	width:230px;
	float:right;
	min-height:660px;
	margin:20px 0;
	color:#121212;
        font-size:13px;
}
#rightpanel h3 {
	display:block;
	margin:0 0 15px 0;
	font-size:15px;
}

div.news {
	width:100%;
	padding:0;
	margin:0;
	}

.news h4 {
	margin:0;
	font-size:13px;
}
.news em {
	color:#666;
}

.news p, .news em {
	margin:0;
	font-size:13px;
	margin-right:20px;

}

#footer{
	clear:both;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;

        font-size: 11px;
        color: #999;
        text-align: center;
        display: table;
        width: 100%;
        padding-top: 10px;
}
#footer a {
    color: #999;
}
#footer p{
    display: table-row;
    text-align: center;
}
#NA_odkazy {
    display: table-row;
    text-align: center;
    height: 35%;
}
#NA_odkazy li {
    display: inline;
}


