html, body {
	margin: 0;
	padding: 0;
}
body {	
	font-size: 12px;
	color: #BCCFDD;	 
	font-family: Arial;
}

ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
	color:#ffffff;
	font-size:12px;
}

.next{
	cursor:pointer;
}

#screen{
	width:350px;
}

#navigation{
	width:350px;
	text-align:center;
}
#navigation div{
	float:left;
	margin:0 10px;
	*margin:0 8px;
	width: 66px;
	height: 20px;
	text-align: center;
	padding-top:3px;
	cursor:pointer;
}
			
	
#sections{
	overflow:hidden;
	width:350px;
	clear:left;
}
	
#sections ul{
	width:3660px;
}
.img_mdl{
vertical-align:middle;margin-right:3px;
}

#sections li{
	float:left;
	padding:5px;
}
#sections li.fallen{
	margin-top:369px;
}

#sections p{
	width:350px;
}

h1{
	margin:20px 0;
	color:#5B739C;
}
	h1 strong{
		font-size:13px;
		color:#777;
	}
.clear{
	clear:both;
	width:0;
	height:0;
}

.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	padding:1px;
	height:auto;
	padding-left:5px;
	line-height:18px;
}
.side{
	position:absolute;
	right:5px;
	width:210px;
	padding:10px;	
}

#general{
	top:160px;
}
#extra{
	top:400px;
}

.separator{
	width:675px;
	clear:both;
	margin-left:20px;
}
#ticker-container{
	position:relative;
	padding-top:15px;
}
	#ticker-container button{
		position:absolute;
		right:5px;
	}
#add-news{
	top:0px;
}
#shuffle-news{
	top:25px;
}
.filled, .prev, .next, #submit{
	color:#ffffff;
	background: url("images/krok.gif") no-repeat;
	font-size: 11px;
}
.current{
	color:#ffffaa;
	background: url("images/krok.gif") no-repeat;
	font-weight:bold;
	font-size: 11px;
}
.common{
	background: url("images/krok2.gif") no-repeat;
	color: #2fa0f0;
	font-size: 11px;
}
.prev, .next, #submit{
	padding:3px 23px;
}
.dimg{
text-align:center;
}
.prev{
	margin-left:100px;
}
input[type=text], textarea, select{
border: 1px solid #2fa0f0;
font-family: Arial;
color:#000000;
font-size:11px;
width:320px;
}
input[type=radio]{
position:absolute;
left:-999px;
}
label{
cursor:pointer;
display:block;
padding:2px 0 4px 35px;
background:url('../img/uncheck.jpg');
background-repeat:no-repeat;
cursor:pointer;
}
.check{
background:url('../img/check.jpg');
background-repeat:no-repeat;
}
