
/* CSS Document */
*
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #E66D02;
	font-size: 16px;
	font-weight: normal;
}

body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
}

#container
{
	width: 980px;
	/*	position: relative;*/
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

h1
{
	font-size: 45px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 360px;
	padding-top: 10px;
}

h2
{
	color: #E66D02;
	margin-top: 0px;
	padding-top: 20px;
	margin-left: 0px;
	font-size: 32px;
}

h3
{
	color: #E66D02;
	margin-top: 0px;
	padding-top: 20px;
	margin-left: 0px;
	font-size: 22px;
}

a { text-align: left; }

a:link
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #ff0;
	text-decoration: none;
	font-weight: bold;
}

strong { font-weight: bold; }

#top
{
	background-image: url(../images/sun.jpg);
	background-repeat: no-repeat;
	height: 191px;
	padding-top: 40px;
}

#navigacni
{
	height: 43px;
	background-color: #E66D02;
	padding-top: 5px;
}

#navigacni ul
{
	list-style-type: none;
	font-size: 25px;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 0px;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
}

#navigacni ul li
{
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 16px;
	margin-top: 5px;
}

#navigacni ul li a
{
	color: #FFFFFF;
	text-decoration: none;
}

#navigacni ul li a:hover { text-decoration: underline; }

#footer
{
	clear: both;
	margin-top: 0em;
	margin-bottom: 12px;
	height: 16px;
	text-align: right;
	font-size: 12px;
	background-color: #E66D02;
}

#footer a
{
	font-size: 12px;
	padding-right: 55px;
}

#scroll
{
	position:absolute;
	top:0px;
	height: 100%;
	padding-bottom: 1px;
}

.floatright
{
	float: right;
	width: 48%;
	margin-top: 10px;
	text-align: right;
	padding-left: 1%;
}

div.floatright img
{
	border: 1px solid #E66D02;
	width: 98%;
}

.floatbig
{
	float: left;
	width: 100%;
	text-align: left;
}

div.floatbig img
{
	border: 2px solid #E66D02;
	width: 98%;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

#mapa
{
	border: 2px solid #E66D02;
	height: 600px;
	float: left;
	width: 100%;
	text-align: left;
}

#forma
{
	padding-left: 15px;
	height: auto;
	margin-top: 0px;
	padding-top: 15px;
	background-color: #F7EBC8;
	padding-right: 12px;
	margin-left: 0px;
	margin-right: 0px;
}

#forma p
{
	margin-top: 0px;
	padding-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	line-height: 2em;
}

#forma p a
{
	text-decoration: underline;
	color: #E66D02;
}

