/* STYL 4 = ROCK */
body {
background-image: url(img/bg_pruh.gif);
margin-top: 2px;
}
body,td,th {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}
a { text-decoration: none; }
a:link { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }

/* MENU */
.menu {
	font: bold 11pt;
	color: #CCCCCC;
	text-align: center;
	background-color: #161616;
}
.menu a:link {
	color: #999999;
	}
.menu a:visited {
	color: #999999;
	}
.menu a:hover {
	color: #FFFFFF;
}

/* VLASTNOSTI OBSAHU A TEXTU */
.text {
	text-align: justify;
	background-color: #333333;
	color: #CCCCCC;
}
.text a:link {
	color: #EBD4B5;
}
.text a:visited {
	color: #EBD4B5;
}
.text a:hover {
	color: #FFCC00;
}

/* NADPISY */
.nadpis1 {
	font-size: 16px;
	text-align: center;
	color: #FFCC66;
	font-weight: bold;
}
.nadpisSTR {
	font-size: 20px;
	background-position: center center;
	text-align: center;
	color: #CCCCCC;
	font-weight: bold;
}
.datum {
	color: #FFCC66;
        font-weight: bold;
}

/* FORUM */
.forumPopis {
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
}
.forumInput {
	width: 300px;
	font-size:12px;
	color:#000000;
	font-family:Arial;
	background-color:#FFFFFF;
	border-color:#000000;
	border-width:thin
}
.forumTextarea {
	width: 300px;
	height: 120px;
	font-size:12px;
	color:#000000;
	font-family:Arial;
	border-color:#000000;
	border-width:thin
}

/* ZAPATI STRANKY */
.copyright {
	background-color: #161616;
	font-size: 9px;
	font-weight: bold;
}
.copyright a {
	color: #999999;
}
