@charset "utf-8";
/* CSS Document */

BODY
{
	background: #FFF;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.menu_gora
{
	background-image: url(img/menu_gora.png);
	width: 468px;
	height: 84px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

.stopka
{
	background-image: url(img/stopka.png);
	width: 941px;
	height: 39px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}


h1
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #ff8900;
	font-weight: blod;
}

h2
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #ff8900;
	font-weight: blod;
}

#content_txt
{
	width: 720px;
	padding-right: 10px;
	padding-left: 10px;
}

a:link, a:visited 
{
	color: #666;
	text-decoration: none;
}

a:hover
{
	color: #ff8900;
	text-decoration: none;
}
.tabelka
{
	border-style: hidden;
	border-color: #ff8900;
}

input.text_form
{
	border-width: 1px;
	border-color: #ff8900;
	border-style: double;
}
textarea.text_form
{
	border-width: 1px;
	border-color: #ff8900;
	border-style: double;
}


.submit_form
{
	background-color: #ff8900;
	background-repeat: repeat-x;
	width: 90px;
	height: 21px;
	border: 0px;
	border-style: double;
	border-color: #0c4da2;
	cursor: pointer;
	font-size: 11px;
	color: #000000;
}
