body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-color: #EDD382;
	font-family: "Times New Roman", Times, serif;
	color: #270507;
	font-weight: normal;
	scrollbar-face-color:#e8d9b6;
	scrollbar-highlight-color:#F5E4B1;
	scrollbar-3dlight-color:#E9C556;
	scrollbar-darkshadow-color:#806540;
	scrollbar-shadow-color:#AF8D5F;
	scrollbar-arrow-color:#806540;
	scrollbar-track-color:#EFD584;	
}
h3 {
	text-align: center;
	margin-top: 15px;
}
a:link {
	font-weight: bold;
	color: #4F0611;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #4F0611;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #AE0000;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #4F0611;
	text-decoration: none;
}
#ERROR {
	font-weight: bold;
	color: #C40000;
}
.pocet {
	color: #5B3B0A;
	font-weight: bold;
}
input, textarea {
	border: 1px solid #D9BE6F;
	font-size: 12px;
	background-color: #EDDCA7;
	color: #5B3B0A;
	font-family: "Times New Roman", Times, serif;
}

