* {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #295300;
	background: #c9cdce;
	text-align: center;
	min-height: 1000px;
}
a {
	text-decoration: none;
	color: #c30;
}

.wrapper {
	width: 988px;
	margin: 30px auto;
	padding: 0 0 20px;
	position: relative;
	background: #d9ddde;
	background: white url('sveska.png');
	text-align: left;
}
.hed, .skini {
	margin: 28px;
	float: left;
}
.skini  {
	float: right;
	margin-top: 0;
}
.skini a {
	color: black;
	width: 80px;
	height: 80px;
	background: #f3f3f3;
	border: 1px solid #aba;
	display: block;
	float: left;
	font-size: 18px;
	margin: 0 0 0 20px;
	padding: 5px;
	text-align: center;
}
.skini a:hover {
	border: 1px solid #4ad;
	background: white;
	color: #4ad;
}
.skini .zip {

}
.pladanj {
	top: 100px;
	left: 0;
	width: 0;

}
.pladanj.pl-nebojsa {
	text-align: left;
	color: white;

}
.pladanj.pl-marina {

}
.pesma {
	font-size: 17px;
	font-weight: bold;
	width: 211px;
	height: 0;
	float: left;
	margin: 0 0 28px 28px;
	display: block;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
}
.pesma:hover {
	cursor: pointer;
}
.pesma h2 {
	/*	font-size: 10px;
		margin-bottom: 5px;
		padding: 2px 7px 2px 0;*/
	text-align: right;
	display: none;
}
.pesma .inner {
	width: 100%;
	height: 100%;
}
.pesma .inner:hover {
	background: url('zvucnik.png');
}

.tekstovi {
	width: 970px;
	padding: 0 10px;
	color: #05b;
		border-top: 1px solid red;
	border-bottom: 1px solid red;
}

.tekstovi p, .rec-oca p {
	font-size: 14px;
	margin: 8px 0;
}
.tekstovi .kolona {
	float: left;

	padding: 10px 20px;
	width: 440px;
}
.tekstovi h2 {
	margin: 10px 0;

}
.podaci p {
	font-size: 12px;
	line-height: 15px;
	margin: 3px 0;
}

.povez {
	background: url('povez.png') repeat-x top left;
	position: relative;
	top: -20px;
	width: 100%;
	height: 41px;
}
.radio {
	height: 74px;
	width: 274px;
	margin: 5px auto;
	background:  url('plejer.jpg') no-repeat bottom center;
	border: 1px solid #454449;
	float: right;
}
.rec-oca {
	margin: 28px;
}
.rec-oca p {
	margin: 5px 0;
}
#potp {
	float: right;
	margin: 10px 0 10px 10px;
}
.nav {
	width: 988px;
	margin: 0 auto;
	background: #4ad;
}
.nav * {
	font-size: 12px;
	margin: 3px 0;

}
.nav a {
	margin: 0;
}
.nav a.jskew:hover {
	color: white;
}
.levanav {
	width: 460px;
	float: left;
}
.saopsti {
	width: 460px;
	float: right;
	margin: 10px;
	background: #8d7;
	padding: 10px;
}
.nekkaze {
	background: #9e8;
	width: 300px;
	margin: 10px auto;
}
.nav-vesti {
	display: none;
}
a:hover {
	color: #7b0;
}
.clr {
	clear: both;
}