*{
	margin:0;
	padding:0;	
}
body{
	background:#333 url(../images/back.gif) repeat-x;
	font: 70% MS Shell Dlg, Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	line-height:180%;
}
html, body{
	height:100%;
}
a{
	color:#FF8A00;
	text-decoration:none;
}
a:hover{
	color:#888;
}
h1{
	position:absolute;
	top:98px;
	left:28px;
	width:270px;
	height:82px;
	background:url(../images/logo.gif) no-repeat 0 0;
	text-indent:-8000px;
}
h1 a{
	display:block;
	height:82px;
}
h2{
	line-height:52px;
	text-indent:26px;
	background:#303030;
	font-size:120%;
	font-weight:normal;
}
h3{
	font-size:100%;
	margin:2em 26px;
}
table{
	width:300px;
}
td{
	padding:.2em;
}
form{
	margin:2em 26px;
}
table, td, th, input, select, textarea, li{
	font: 100% MS Shell Dlg, Tahoma, Arial, Helvetica, sans-serif;
}
/* ---------------------- boxes ---------------------------- */
#container{
	margin:0 auto;
	width:730px;
	background:url(../images/container_back.gif) repeat-y;
	height:100%;
	min-height:100%;
	text-align:left;
}
html>body #container{
	height:auto;
}
#header{
	background:url(../images/header_back.jpg) no-repeat 0 0;
	height:261px;
	position:relative;
}
#arhiva #header{
	background:url(../images/header_back2.jpg) no-repeat 0 0;
}
#pretplata #header{
	background:url(../images/header_back3.jpg) no-repeat 0 0;
}
#kontakt #header{
	background:url(../images/header_back4.jpg) no-repeat 0 0;
}
#content{
	background:url(../images/content_back.gif) repeat-y;
	margin:0 28px;
}
#main{
	float:left;
	display:inline;
	width:404px;
}
#nav{
	float:right;
	display:inline;
	width:269px;
}
#footer{
	margin:0 28px;
	clear:both;
	background:#303030;
	border-bottom:1px solid #545454;
	line-height:31px;
	text-align:center;
	color:#aaa;
}
/* --------------------- content ------------------------ */
#content p{
	margin:2em 26px;
}
p#latest{
	margin:2em 28px;
	text-indent:-8000px;
}
p#latest a{
	display:block;
	height:92px;
	background:url("../images/latest.gif") no-repeat 0 0;
}
p#defaultImg{
	margin:1px 0 0 0;
}
p#editor{
	float:left;
	display:inline;
	margin:0 .5em 0 28px;
}
#main ul{
	margin:2em 26px;	
}
#main li{
	list-style:none;
	margin:0;
	padding:.5em 0 .5em 15px;
	background:url(../images/bullet.gif) no-repeat 0 50%;
}
#main ul{
	margin:2em 26px;	
}
#main ul#archive li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	background:none;
}
#main ul#archive li img{
	margin-right:20px;
	/*margin-bottom:1em;*/
	margin-bottom:1em;
}
.inputField{
	width:150px;
	border:0;
	padding:.3em;
}
.inputFieldManji{
	width:80px;
	border:0;
	padding:.3em;
}
.inputButton{
	background:#303030;
	color:#fff;
	padding:.1em 1em;
	font-weight:bold;
	border:1px solid #aaa;
}
#signature{
	text-align:right;
}
#footer a{
	color:#aaa;
}
#footer a:hover{
	color:#FF8A00;
}
/* --------------------- nav ------------------------ */
#nav li{
	list-style:none;	
	background:#434343;
}
#nav li a{
	display:block;
	width:100%;
	line-height:52px;
	text-indent:47px;
	color:#fff;
	background:url(../images/nav_back.gif) no-repeat;
	border-bottom:1px solid #575757;
	text-transform:uppercase;
}
#nav li a:hover{
	background:#303030 url(../images/nav_back.gif) no-repeat;
}
#nav li a.selected{
	background:url(../images/nav_selected.gif) no-repeat;
}
#nav li a.selected:hover{
	background:#303030 url(../images/nav_selected.gif) no-repeat;
}
/* --------------------- float fix ------------------------ */
#content:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content{
	display: block;
}
/* Hides from IE-mac \*/
* html #content{
	height: 1%;
}
#content{
	display: block;
}
/* End hide from IE-mac */
/* end float fix */
