body	{
	font: normal 12px arial;
	text-decoration: none;
	color: #000000;
	text-align: center;
	background-color: #A79C7F;
	padding:0px;
	margin:0px;
	background-image: url("../img/pozadie_main.jpg");
	background-repeat: repeat-y;
	background-position: center;
	}

table{
	font: normal 12px arial;
	padding:2px;
	}
a{
	color: #658100;
 	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.miro	{
	font-size: 13pt;
	font-weight:bold;
	color:#658100;
	}


#top	{
	position: relative;
	width: 780px;
	height: 77px;
	top: 0px;
	left: 0px;
	margin: auto;
	padding: 0px;
	background-image: url("../img/top.jpg");
	background-repeat: no-repeat;
	}


#main	{
	position: relative;
	text-align:right;
	width: 780px;
	height: 416px;
	top: 0px;
	left: 0px;
	margin: auto;
	padding: 0px;
	}

#main_left {
	position:absolute;
	right:0px;
	top:90px;
	width:400px;
	height:300px;
	text-align:justify;
	padding-right:15px;
	padding-top:15px;
	overflow:auto;
	
	scrollbar-track-color:#D6C9AA;
	scrollbar-face-color: #D6C9AA;
	scrollbar-highlight-color: #8E775A;
	scrollbar-3dlight-color: #8E775A;
	scrollbar-darkshadow-color: #8E775A;
	scrollbar-shadow-color:#8E775A;
	scrollbar-arrow-color: #8E775A;

	}


#main1	{
	position: relative;
	width: 780px;
	height: 416px;
	top: 0px;
	left: 0px;
	margin: auto;
	background-image: url("../img/bg0001.jpg");
	background-repeat: no-repeat;
	}


#obsah	{
	position: absolute;
	width: 415px;
	height: 400px;
	top: 5px;
	left: 360px;
	text-align: left;
	background-color: #000000;
	}
	
.input	{
	background-color:transparent;
	border: solid #658100 1px;
	font-weight:bold;
	}
	
.submit	{
	background-color:#658100;
	border: solid #658100 1px;
	font-weight:bold;
	color:white;
	width:50%;
	}

.amsg{
	color:#658100;
 	font-weight:bold;
	}