/* Template part CSS */
body {
color: #373737;
text-align: left;
font-size: 15px;
background-image: url('imgs/texture.png');
font-family: Arial;
}

.base {
width: 900px;
position: relative;
background-color: #c1c1c1;
}

.header {  
height: 402px;
width: 884px;
top: 8px;
position: relative;
background-color: transparent;
}

.logo {
width: 202px;
position: absolute;
left: 0px;
top: 0px;
height: 490px;
background-color: #9db610;
background-image: url('imgs/menutex1.png');
}

	.logo img {
	margin-top: 80px;
	border: 0px;
	}

.top-border {
position: absolute;
background-color: white;
height: 20px;
width: 722px;
left: 162px;
top: 12px;
}

.right-border {
position: absolute;
background-color: white;
height: 330px;
width: 20px;
left: 864px;
top: 30px;
}

.bottom-border {
position: absolute;
background-color: white;
height: 20px;
width: 682px;
left: 202px;
top: 342px;
}

.flash {
background-color: #9db610;
position: absolute;
top: 32px;
left: 202px;
width: 662px;
height: 310px;
}

.header-menu {
width: 722px;
height: 32px;
background-color: #373737;
position: absolute;
top: 362px;
left: 162px;
background-image: url('imgs/header-menu-button.png');
}

	.header-menu td {
	border: solid black 0px;
	text-align: center;
	width: 107px;
	height: 32px;
	}

		.header-menu td:hover {
		color: #9db610;
		}

	.header-menu a {
	border: solid black 0px;
	width: 107px;
	height: 32px;
	color: #c1c1c1;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;
	text-decoration: none;
	}

		.header-menu a:hover {
		color: #9db610;
		}

.content {
background: url("imgs/menutex3.png") repeat-y scroll -8 0 #C1C1C1;
position: relative;
width: 884px;
margin-bottom: 8px;
}

.menu {
background: url("imgs/menutex2.png") repeat scroll 0 0 #9DB610;
width: 202px;
float: left;
}

.navigator {
width: 656px;
height: 17px;
background-color: 9fa01f;
text-indent: 15px;
font-size: 13px;
font-family: arial;
font-weight: bold;
padding: 5px;
text-align: left;
color: #373737;
}

.footer {
border: 2px solid #C1C1C1;
height: 30px;
background: white;
text-align: center;
padding-top: 10px;
font-size: 15px;
clear: both;
}

	.footer a {
	color: #9db610;
	}

.item {
border: solid #fff 1px;
width: 260px;
margin-left: 25px;
margin-right: 25px;
margin-bottom: 25px;
background-color: #9fa01f;
}

	.item img {
	width: 260px;
	border: 0px;
	}

	.item table {
	border-top: solid #fff 1px;
	width: 100%;
	padding: 3px;
	color: #fff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	}

.item2 {
border: solid #fff 1px;
width: 400px;
margin-left: 25px;
margin-right: 25px;
margin-bottom: 25px;
background-color: #9db610;
}

	.item2 img {
	width: 400px;
	border: 0px;
	}

	.item2 table {
	border-top: solid #fff 1px;
	width: 100%;
	padding: 3px;
	color: #fff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	}

.top {  /* Nahoru text */
color: #373737;
font-weight: bold;
text-decoration: none;
}

	.top:hover {
	color: #777C1B;
	text-decoration: underline;
	}
/* End Template part CSS */

/* Content style */
.text {
float: right;
width: 658px;
padding: 8px;
}

.colfix {
clear: both;
}

p {
text-align: justify;
text-indent: 0px;
font-size: 13px;
padding-left: 40px;
padding-right: 40px;
}

	p a {
	color: #373737;
	text-decoration: none;
	font-weight: bold;
	}

		p a:hover {
		color: #777C1B;
		text-decoration: underline;
		}

h1 {
color: #373737;
font-size: 17px;
text-align: left;
font-family: Arial;
padding-left: 40px
}

h2 {
color: #373737;
font-size: 15px;
text-align: left;
font-family: Arial;
padding-left: 40px
}

h3 {
color: #373737;
font-size: 14px;
text-align: left;
font-family: Arial;
padding-left: 40px
}

hr {
color: #373737;
height: 1px;
width: 90%;
}

#r {
text-align: right
}
/* End Content style */

/* Form style */
input {
border: solid #9db610 1px;
color: #373737;
font-family: Arial;
}

textarea {
border: solid #9db610 1px;
color: #373737;
font-family: Arial;
}

.button {
background-color: #9db610;
color: #fff;
}

.img {
width: 576px;
border: solid #373737 1px;
}

td {
font-size: 13px;
}

.overakce {
position: absolute;
left:42px;
top:1px;
}


