/* STYL 3 = TRAMP&FOLK */
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: #00FFCC;
	text-align: center;
	background-color: #6F7753;
}
.menu a:link {
	color: #BAC0A5;
}
.menu a:visited {
	color: #BAC0A5;
}
.menu a:hover {
	color: #FFFFFF;
}

/* VLASTNOSTI OBSAHU A TEXTU */
.text {
	text-align: justify;
	background-color: #99A279;
}
.text a:link {
	color: #E7CCAE;
}
.text a:visited {
	color: #E7CCAE;
}
.text a:hover {
	color: #EADFDB;
}


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

/* FORUM */
.forumPopis {
	font-size: 10px;
	font-weight: bold;
	color: #51563D;
}
.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: #6F7753;
	font-size: 9px;
	font-weight: bold;
}
.copyright a {
	color: #BAC0A5;
	text-decoration: none;
}
