/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset, img, object {
	margin: 0;
	padding: 0;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

body {
	padding: 24px 0 50px 0;
	font-family: Tahoma, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	color: #535252;
	background: #000;
/*        background: url(images/bgmm1.jpg) repeat-x 0 0; */
}

img {
	border: none;
}

a {
	color: #450005;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#page {
	background: #fff url(images/bg_page_bottom.gif) repeat-x left bottom;
/*        background: url(images/bgmm1.jpg) repeat-x 0 0; */
/*        background:  #fff url(images/bgmm1.jpg) no-repeat top center; */

}

#page-top {
	background: url(images/bg_page_top.gif) repeat-x left top;
}

#wrapper {
	position: relative;
	width: 810px;
	min-height: 784px;
	margin: 0 auto;
	background: url(images/bg_wrapper_bottom.gif) no-repeat left bottom;
}
* html #wrapper {
	height: 784px;
}
#wrapper-top {
	overflow: hidden;
	width: 810px;
	background: url(images/bg_wrapper_top.jpg) no-repeat left top;
}

h1 {
	position: absolute;
	top: 29px;
	left: 68px;
	margin: 0;
}

#now {
	position: absolute;
	top: 51px;
	left: 300px;
	width: 400px;
	height: 21px;
	padding: 5px 0 0 88px;
	background: url(images/prave_hrame1.gif) no-repeat left top;
}

#marquee {
	width: 130px;
	height: 16px;
	position: relative;
	overflow: hidden;
}

#marquee .text {
	position: absolute;
	top: 0;
	left: 130px;
	white-space: nowrap;
	color: #fee4e4;
}

#livestream1 {
	position: absolute;
	top: 190px;
	left: 640px;
	padding: 0 0 0 60px;
	background: url(images/live.png) no-repeat left top;
}

#livestream1 ul {
	margin: 0;
	list-style-type: none;
}
#livestream1 li {
	float: left;
	margin: 0;
}

#livestream {
	position: absolute;
	top: 71px;
	left: 635px;
	padding: 0 0 0 41px;
	background: url(images/livestream.gif) no-repeat left top;
}
#livestream ul {
	margin: 0;
	list-style-type: none;
}
#livestream li {
	float: left;
	margin: 0;
}

#flash {
	position: absolute;
	top: 97px;
	left: 28px;
}

#onair {
	position: absolute;
	top: 262px;
	left: 668px;
}

#menu {
	position: absolute;
	top: 338px;
	left: 28px;
	margin: 0;
	font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/bg_menu.gif) repeat-x left top;
	list-style-type: none;
}
#menu li {
	float: left;
	height: 20px;
	margin: 0;
	padding: 2px 16px;
	background: url(images/separator.gif) no-repeat right top;
}
#menu a {
	color: #a1a1a1;
}
#menu a.active {
	color: #fff;
}

#ads {
	position: relative;
	float: right;
	width: 223px;
	margin: 357px 0 0 0;
	background: url(images/bg_ad_bottom.gif) no-repeat left bottom;
}
#ads-top {
	padding: 202px 0 79px 0;
	background: url(images/bg_ad_top2.jpg) no-repeat left top;
}
#ads-in {
	background: url(images/bg_ad.gif) repeat-y left top;
}
#ads p.sms {
	position: absolute;
	top: 17px;
	left: 14px;
	width: 160px;
	font-size: 9px;
	line-height: 1;
	color: #9c9a92;
}
#ads p.sms strong {
	font-weight: normal;
	color: #709810;
}
#ads p.sms em {
	font-style: normal;
	color: #858173;
}

#content {
	overflow: hidden;
	width: 540px;
	margin: 412px 0 50px 44px;
}
.news-separator {
	background: url(images/line_vertical.gif) repeat-y 223px top;
}
#content h2 {
	height: 56px;
	margin: 0 0 5px 0;
	background: url(images/small_text.gif) no-repeat left bottom;
}
#content .left {
	float: left;
	width: 210px;
}
#content .right {
	float: left;
	width: 290px;
	margin: 0 0 0 28px;
}
#content h4 {
	margin: 0px 0px 5px 0px;
	padding-bottom: 4px;
	background: url(images/small_text.gif) repeat-x left bottom;
}

.news {
	margin: 0.5em 0;
	border-bottom: 1px solid #cdcdcd;
}
.news img {
	float: left;
	border: 2px solid #ccc;
}
.news p {
	margin: 0.5em 0 0.5em 50px;
}
.news p.more {
	text-align: right;
}

#footer {
	overflow: hidden;
	width: 810px;
	margin: 0 auto;
	background: url(images/bg_footer.gif) no-repeat 590px 0;
}
#footer-in {
	min-height: 45px;
	padding: 10px 0 0 0;
}
* html #footer-in {
	height: 45px;
}

#footer p {
	font-size: 9px;
	color: #86847d;
}
#footer strong {
	font-weight: normal;
	color: #709810;
}
#footer input {
	float: left;
	width: 90px;
	margin: 0 5px 0 0;
	padding: 2px;
	color: #565656;
	background: #000;
	border: 1px solid #222222;
}
#footer input.button {
	width: auto;
	padding: 0;
	border: none;
}

#footer .left {
	float: right;
	margin: 0 58px 0 0;
}

#footer .right {
	float: right;
	width: 200px;
	margin: 0 10px 0 0;
}
* html #footer .right {
	margin: 0 5px 0 0;
}

/* pol */
#content .people_list {
	float: left;
	width: 100px;
	background: url(images/vertical_separator.gif) no-repeat top right;
}

#content .people_list a {
	font-weight: bold;
	color: #692323;
}

#content .people_list a:hover {
	font-weight: bold;
	color: #98CE14;
}

#content .people_list a.active {
	font-weight: bold;
	color: #98CE14;
}

#content .people_profile {
	float: left;
	width: 225px;
	margin-left: 15px;
	margin-right: 5px;
}

#content .people_description {
	float: left;
	width: 194px;
}

#content .people_description img {
	margin-bottom: 10px;
}

#content .people_description strong {
	color: #98CE14;
}

.pozadia, .mp3, .forum {
	margin: 0.5em 0 0 0;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 8px;
}

.pozadia img {
	border: 2px solid #ccc;
}

.pozadia .more, .mp3 .more {
	float: right;
}

.logo {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
	padding: 8px 0 8px 0; 
}
.logo .more {
	width: 140px;
	float: right;
}
.logo img {
	border: 2px solid #ccc;
}
.logo ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.logo li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #ccc;
}

.mp3 img {
	float: left;
}
.mp3 p {
	margin: 0.5em 0 0.5em 20px;
}

.forum p {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
}

#msgform p {
	margin: 0;
	padding: 0;
}

#msgform input, #msgform textarea {
	margin-bottom: 5px;
	margin-left: 10px;
	width: 200px;
	font-family: Tahoma, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	color: #535252;
	border: 1px solid black;
	background-color: #F8F7F0;
}

#msgform img {
	margin-left: 10px;
}

#msgform textarea {
	height: 100px;
}

.submenu {
	margin: 0;
	font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(images/bg_menu.gif) repeat-x left top;
	list-style-type: none;
	margin-top: 2px;
}

.submenu li {
	float: left;
	height: 20px;
	margin: 0;
	padding: 2px 10px;
	background: url(images/separator.gif) no-repeat right top;
}

.submenu a {
	color: black;
}

.submenu a.active {
	color: #535252;
}

li.last {
	background: none;
}

h3 {
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #450005;
}

.relacia_left {
	float: left;
	width: 260px;
}

.relacia_right {
	float: right;
	width: 260px;
}

.relacia {
	width: 255px;
	margin: 0.5em 5px;
	border-bottom: 1px solid #cdcdcd;
}
.relacia img {
	float: left;
}
.relacia p {
	margin: 0 0 0.5em 60px;
}
.relacia p.more {
	text-align: right;
}

#msgform p {
	font-weight: bold;
}

td.galery {
	width: 130px;
	text-align: center;
	vertical-align: middle;
}

.galeryimg {
	border: 2px solid #ccc;
}

#flash img {
	position: absolute;
	left: 659px;
	top: 0px;
}

#photocontainer {
	width: 540px;
	text-align: center;
}

.backlink {
	width: 520px;
	text-align: right;
	padding: 15px 10px 0px 10px;
}

.arrowright {
	float: right;
	padding-right: 10px;
}

.arrowleft {
	float: left;
	padding-left: 10px;
}

.arrow {
	height: 15px;
	margin: 5px 0px 5px 0px;
}

a.created {
	color: #535252; 
}

a.created:hover {
	color: #535252;
}

.ads_banner{
	margin: 0px 0px 5px 16px;
}

.tablehead {
	height: 20px;
	vertical-align: middle;
	background-color: #DFDDC6;
	color: #450005;
	font-weight: bold;
}

.center {
	text-align: center;
}

.hitparada, .hirparada1 {
	height: 15px;
	vertical-align: middle;
}

.hitparada1 {
	background-color: #F2F1F0;
}

.error {
	color: red;
	font-size: 12px;
	font-weight: bold;
}

#banners {
	margin-left: 16px;
}