/* ELEMENTY */

body
{
	color: #000;
	background-color: #7D8C77;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	border: 0;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	padding-top: 15px;
}

h1
{
	margin: 0;
}

h2
{
	color: #AFAFAF;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 220%;
	text-transform: uppercase;
	clear: both;
	margin: 0;
	margin-bottom: 25px;
}

h3
{
	color: #CEE2CB;
	background-color: transparent;
	font-size: 140%;
	font-style: italic;
     font-weight: bold;
	text-align: right;
	margin: 17px 0px 0px 0px;
	padding-right: 10px;
}

h4
{
	font-size: 130%;
	font-weight: normal;
	margin: 0;
}

h5
{
	color: #f90;
	background-color: transparent;
	font-size: 115%;
	clear: both;
	margin: 15px 0px;
}

h6
{
	color: #000;
	background-color: #ACACAC;
	font-size: 85%;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 4px;
}

a:hover
{
	text-decoration: underline;
}

hr
{
	width: 100%;
	clear: both;
	border: 0;
	margin: 0;
	height: 0.1px;
}

/* BOXY - ZAKLADNI ROZVRZENI */

#main
{
	background-color: #CCC;
	overflow: visible;
	border: 15px solid #fff;
	margin-left: auto;
	margin-right: auto;
	width: 729px;
	min-height: 100px;
}

#header
{
	background: url(../graphics/.jpg) right 40px no-repeat #AB8F67;
	border-bottom: 1px solid #fff;
}

#content-holder
{
	background: url(../graphics/bg-content-holder.gif) top left repeat-y #CCC;
	overflow: visible;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	min-height: 100px;
}

#footer
{
	color: #000;
	background-color: #ccc;
	font-size: 75%;
}

/* BOXY - HEADER */

h1 a
{
	background: url(../graphics/logo.jpg) top left no-repeat;
	width: 251px;
	height: 111px;
	margin: 0;
	margin-right: -1px;
	margin-bottom: -1px;
	position: relative;
	display: block;
	float: left;
}

h1 span
{
	display: none;
	margin: 0;
}

h6 a
{
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

#header p
{
	color: #000;
	background-color: #bcbcbc;
	border-top: 1px solid #fff;
	text-align: right;
	margin: 0;
	margin-top: 54px;
	padding: 10px;
	padding-bottom: 7px;
}

#header p a
{
	color: #000;
	background-color: transparent;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
}

#header p a:hover
{
	text-decoration: underline;
}

#header p a img
{
	border: 0;
}

#header ul
{
	float: right;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
	width: 479px;
}

#header ul li
{
	background: url(../graphics/bg-menu-top.jpg) top left repeat-x;
	text-align: center;
	list-style: none;
	display: block;
	float: left;	
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	margin: 0;
	padding-top: 12px;
	height: 28px;
	width: 118px;
}

#header ul li#last
{
	border-right: 0;
}

#header ul li a
{
	color: #fff;
	background-color: transparent;
	font-size: 85%;
	text-decoration: none;
}

#header ul li a:hover
{
	text-decoration: underline;
}

#header-left
{
	color: #000;
	background-color: #BCBCBC;
	float: left;
	border-right: 1px solid #fff;
	width: 221px;
}

#header-left p
{
	color: #fff;
	background: url(../graphics/bg-lang.jpg) top left no-repeat #7FA496;
	display: block;
	text-align: right;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 15px;
	padding-bottom: 15px;
	padding-top: 25px;
	width: 191px;
	height: 10px
}

#header-left p a
{
	color: #fff;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

#header-left p a:hover
{
	text-decoration: underline;
}

#header-left form
{
	color: #000;
	background-color: #ccc;
	margin: 0;
	padding: 15px;
	padding-bottom: 11px;
}

#header-left form fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

#header-left form fieldset label
{
	float: left;
	display: block;
	margin-bottom: 5px;
	padding-top: 2px;
}

#header-left form fieldset label input
{
	font-size: 85%;
	display: block;
	float: left;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: -2px;
	margin-left: 7px;
	margin-right: 4px;
	padding-left: 2px;
	padding-top: 2px;
	height: 14px;
	width: 110px;
}

#header-left form fieldset label img
{
	float: left;
}

#header-left form fieldset input#submit
{
	color: #fff;
	background-color: #555;
	font-size: 70%;
	float: right;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: -1px;
	padding: 0;
	height: 20px;
	width: 55px;
}

/* CONTENT-HOLDER */

#content-left
{
	color: #000;
	background-color: #ccc;
	overflow: visible;
	float: left;
	border-right: 1px solid #fff;
	padding-bottom: 20px;
	width: 221px;
	min-height: 80px;
}

#content-right
{
	color: #000;
	background-color: #fff;
	font-size: 85%;
	overflow: visible;
	float: right;
	padding: 30px;
	padding-bottom: 20px;
	width: 446px;
	min-height: 40px;
}

/* CONTENT-LEFT */

#content-left p
{
	font-size: 85%;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#content-left a
{
	color: #000;
}

#content-left img
{
	width: 181px;
	border: 0;
	margin: 20px;
	margin-top: 5px;
	margin-bottom: 0;
}

#content-left ul
{
	color: #006633;
	background-color: #B9D3B1;
	border-bottom: 1px solid #fff;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

#content-left ul li
{
	color: #006633;
	background-color: #B9D3B1;
	list-style: none;
	border-bottom: 1px solid #71A460;
	border-top: 1px solid #EAF1E7;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	padding-top: 10px;
}

#content-left ul li#first
{
	border-top: 0;
}

#content-left ul li#last
{
	border-bottom: 0;
}

#content-left ul li a
{
	color: #006633;
	background-color: #B9D3B1;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
}
#content-left ul li a:hover
{
	
	text-decoration: underline;
}

#content-left a:hover
{
	text-decoration: none;
}

/* CONTENT-RIGHT */

#content-right p
{
	line-height: 1.4em;
}

#content-right a
{
	color: #000;
}
#content-right a:hover
{
	
	text-decoration: none;
}

#content-right ul
{
	list-style: square;
	margin-top: 25px;
}

#content-right ul li
{
	margin-bottom: 10px;
	line-height: 1.4em;
	list-style: circle;
}
#content-right ul li img
{
	 border:none;
	 margin: 0px 3px;
	 padding:0px;
	 vertical-align: middle;
}


div.vr ul
{
	padding: 0;
	margin: 0;
	margin-left: 13px;
	list-style: square;
}

div.vr ul li
{
	margin-bottom: 10px;
	line-height: 1.4em;
}

#content-right form
{
	margin: 25px;
	width: 370px;
}

#content-right form fieldset
{
	padding: 0;
	border: 0;
	margin: 0;
}

#content-right form fieldset#odber label
{
	width: 160px;
	clear: both;
}

#content-right form fieldset label
{
	width: 110px;
	display: block;
	margin-top: 0;
	margin-right: 30px;
	clear: none;
	float: left;
}

#content-right form fieldset label input
{
	width: auto;
	margin-top: -12px;
}

#content-right form label
{
	font-weight: bold;
	clear: both;
	display: block;
	text-align: left;
	margin-bottom: 15px;
}

#content-right form label input, #content-right form label select
{
	background-color: #ebebeb;
	float: right;
	margin-top: -15px;
	width: 205px;
}

#content-right form label select
{
	width: 165px;
}

#content-right form label textarea
{
	background-color: #ebebeb;
	float: right;
	margin-top: -15px;
	margin-bottom: 8px;
	width: 205px;
	height: 100px;
}

#content-right form label input.half
{
	width: 102.5px;
	margin-right: 102.5px;
}

#content-right input#submit
{
	float: right;
	clear: both;
}

#content-right input#registr
{
	float: left;
	clear: both;
}

div.vr
{
	clear: both;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

#content-right img.small
{
	border: 0;
	margin-right: 5px;
	width: 95px;	
}


div.topicl
{
	background: url(../graphics/vr.gif) top right repeat-y #fff;
	float: left;
	overflow: visible;
	margin-bottom: 15px;
	padding-right: 15px;
	width: 208px;
	min-height: 10px;
}

div.topicr
{
	background: url(../graphics/vr.gif) top left repeat-y #fff;
	float: left;
	overflow: visible;
	margin-bottom: 15px;
	margin-left: -1px;
	padding-left: 15px;
	width: 208px;
	min-height: 10px;
}

div.last
{
	border: 0;
	margin: 0;
	padding: 0;
}

#content-right img
{
	
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

#content-right img.left
{
	float: left;
	margin-right: 15px;
}

#content-right img.right
{
	float: right;
	margin-left: 15px;
}

#content-right a.more
{
	color: #B22222;
	float: right;
	display: block;
	clear: both;
}

a.more:hover
{
	text-decoration: none;
}

div.naf
{
	background-color: #ebebeb;
	padding: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
	margin-bottom: 15px;
}

div.naf p
{
	width: 100%;
}

div.naf p strong
{
	width: 247px;
	float: left;
}

div.naf p span
{
	font-size: 180%;
	font-weight: bold;
	color: #b22222;
	float: right;
	width: 165px;
	text-align: right;
}

div.naf p span#naf-end
{
	color: #3CB371;
}

/* FOOTER */

#footer p
{
	margin: 0;
	float: left;
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#footer p#left
{
	color: #000;
	background-color: #ACACAC;
	border-right: 1px solid #fff;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 201px;
}

#footer p#foxy
{
	text-align: right;
	width: 325px;
}

#footer p#foxy a
{
	color: #000;
	background-color: transparent;
}

