
/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

input, textarea, button, select {
	background:#FEDE94;
	color: #6F5129;
		
}

fieldset {
	border: solid #000000 ; padding: 5px;
}

legend {
	color: #000000;
}

span:first-letter { font-size: 300%; }
span:first-line { line-height: 100%; } 

.submit-btn {
	font-weight:bold;
}

.reset-btn {
	font-style:italic;
}

.edittbl {
	border-right:thin dotted #6F5129;
	border-bottom:thin dotted #6F5129;
	
}

.edittbl td {
	border-top:thin dotted #6F5129;
	border-left:thin dotted #6F5129;
}

.dashedtbl {
	border:thin dashed #6F5129;
	
}

body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #000000;
	color: #5F4139;
}

a:link, a:visited
{
	color: #667700;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.hornemenu {
	padding-top: 25px;
	background: no-repeat url(/images/hornemenu.png); word-spacing: 30px;
}
.hornemenu a {
	font-size: 13pt;
	color: #5F4139;
	
}

.hornemenu a:visited {
	text-decoration: none;
}

.hornemenu a:link {
	text-decoration: none;
}

.hornemenu a:hover {
	text-decoration: underline;
}

.main_table #left_menu, .main_table #content {
	
	font-size: 10pt;
	text-align: left;
}

.main_table #left_menu {
	padding: 20px;
	border-right: #DFBF99 thin solid;
}

.main_table #left_menu a {
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
}

.main_table #content a:link, a:visited {
	text-decoration: underline;
}

.a_obratene:link, .a_obratene:visited {
	text-decoration: none;
}

.a_obratene:hover {
	text-decoration: underline;
}

.main_table #content a:hover {
	text-decoration: none;
}

.main_table #content {
	padding: 10px;
	padding-right: 2px;
	
	
}


/* Content */


.main_table #content p
{
	margin-bottom: 2em;
	line-height: 1.5em;
}

.main_table #content h2,h3,h4,h5,h6
{
	position: relative;
	color: #3F2109;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #DFBF99;
}

.main_table #content h2
{
	font-size: 1.5em;
}

.main_table #content h3
{
	font-size: 1.1em;
}

.main_table #content ul
{
	margin-bottom: 2em;
	padding-left: 1em;
}

.main_table #content blockquote
{
	margin-bottom: 2em;
}

.main_table #content blockquote p
{
	border-left: solid 8px #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}

.main_table #content table
{
	margin-bottom: 2em;
}

.main_table #content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

.main_table #content table td
{
	padding: 0.5em;
	font-size: 10pt;
}

.rowA
{
	background-image: none;
	background-color: #DFBD99;
	color: inherit;
}

.rowB
{
	background-image: none;
	background-color: #EFDCC2;
	color: inherit;
}

/* Primary Content */



.ie-warn-table {
	border: 1px dashed #000;
	font-size: 10pt;
}

.ie-warn-table h4 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 0px;
}

.main_table, .main_table td {
	background:url(images/body_bg.png) repeat;
	background-position: top left;
	background-attachment: fixed;
}


#layer1 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 130px;
	left: 50px;
	top: 300px;
	background-color: #FEDE94;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
}

