@charset "utf-8";
/* CSS Document */

body {
	background-color: #ff6600;
	width: 1208px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#header {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 245px;
	width: 1207px;
}
#header #headLeft {
	float: left;
	margin-left: 30px;
	height: 240px;
	width: 352px;
	margin-top: 3px;
}
#header #headRight {
	float: right;
	height: 220px;
	background-image: url(images/head_right.jpg);
	background-repeat: no-repeat;
	width: 523px;
	margin-top: 13px;
	margin-right: 13px;
}

#container {
	color: #FFF;
	font-family: "Century Gothic", Arial;
}
#container #left {
	float: left;
	width: 210px;
}
#container #left #menu {
	width: 210px;
}
#container #left #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #left #menu ul li {
	background-image: url(images/bg_menu.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 156px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	display: block;
}
#container #left #menu ul li.special{
	color: #F00;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 136px;
	height: auto;
	padding-left: 20px;
	text-align: left;
}
#container #left #menu ul li.special a:link,
#container #left #menu ul li.special a:visited,
#container #left #menu ul li.special a:active {
	color: #FC0;
	padding: 0px;
	height: auto;
	width: auto;
}
#container #left #menu ul li.special a:hover {
	color: #FC0;
	padding: 0px;
	height: auto;
	width: auto;
}

#container #left #menu ul li a:link,
#container #left #menu ul li a:visited,
#container #left #menu ul li a:active {
	display: block;
	height: 26px;
	width: 156px;
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 12px;
}
#container #left #menu ul li a:hover {
	display: block;
	height: 26px;
	width: 156px;
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	padding-top: 12px;
}
#container #left #banner {
	width: 210px;
	text-align: center;
}


#container #right {
	float: right;
	width: 998px;
}
#container #right #ContentLeft {
	width: 479px;
	padding: 10px;
	float: left;
}
#container #right #ContentRight {
	padding: 10px;
	float: right;
	width: 479px;
	text-align: center;
}
#container #right #ContentLeft #top {
	background-image: url(images/top_middle.jpg);
	background-color: #FFFFCD;
	background-repeat: no-repeat;
	width: 446px;
	height: auto;
	color: #333;
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	padding: 15px;
	line-height: 22px;
}
#container #right #ContentLeft #top h1  {
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#container #right #ContentLeft #top p a:link {
	text-decoration: none;
	color: #F60;
}
#container #right #ContentLeft #top p a:visited {
	text-decoration: none;
	color: #F60;
}
#container #right #ContentLeft #top p a:hover {
	text-decoration: underline;
	color: #F60;
}
#container #right #ContentLeft #top p a:active {
	text-decoration: none;
	color: #F60;
}

#container #right #ContentLeft #bottom {
	background-image: url(images/bottom_middle.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 478px;
}



.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 1208px;
	color: #FFF;
	text-decoration: none;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 6px;
}
#container #right #ContentLeftOther {
	width: 978px;
	padding: 10px;
	float: left;
}
#container #right #ContentLeftOther #top {
	background-image: url(images/top_middleOther.jpg);
	background-color: #FFFFCD;
	background-repeat: no-repeat;
	width: 946px;
	height: auto;
	color: #333;
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	padding: 15px;
	line-height: 22px;
}
#container #right #ContentLeftOther #top h1 {
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#container #right #ContentLeftOther #top p a:link {
	text-decoration: none;
	color: #F60;
}
#container #right #ContentLeftOther #top p a:visited {
	text-decoration: none;
	color: #F60;
}
#container #right #ContentLeftOther #top p a:hover {
	text-decoration: underline;
	color: #F60;
}
#container #right #ContentLeftOther #top p a:active {
	text-decoration: none;
	color: #F60;
}
#container #right #ContentLeftOther #top .galerijaFloat {
	float: left;
	margin: 3px;
}
#container #right #ContentLeftOther #bottom {
	background-image: url(images/bottom_middleOther.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 978px;
}

.imgFloatLeft {
	clear: both;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.forma {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #333;
	width: 200px;
	background-color: #FFF;
	border: 1px solid #333;
}
.formatext {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #333;
	width: 200px;
	background-color: #FFF;
	border: 1px solid #333;
}
.kontakt {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #FFF;
	text-align: right;
}
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #F60;
	text-decoration: none;
}
#container #right .ContentLeftOther {
	width: 978px;
	padding: 10px;
	float: left;
}
#container #right .ContentLeftOther .top  {
	background-image: url(images/top_middleOther.jpg);
	background-color: #FFFFCD;
	background-repeat: no-repeat;
	width: 946px;
	color: #333;
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	line-height: 22px;
}
#container #right .ContentLeftOther .top h1 {
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#container #right .ContentLeftOther .top p a:link {
	text-decoration: none;
	color: #F60;
}
#container #right .ContentLeftOther .top p a:visited {
	text-decoration: none;
	color: #F60;
}
#container #right .ContentLeftOther .top p a:hover {
	text-decoration: underline;
	color: #F60;
}
#container #right .ContentLeftOther .top p a:active {
	text-decoration: none;
	color: #F60;
}
#container #right .ContentLeftOther .bottom {
	background-image: url(images/bottom_middleOther.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 978px;
}
#container #right .ContentLeftOther .top2 {
	background-image: url(images/blagdanskaBG.jpg);
	background-color: #FFFFCD;
	background-repeat: no-repeat;
	width: 946px;
	color: #FFF;
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	padding: 15px;
	height: 600px;
	line-height: 22px;
}
#container #right .ContentLeftOther .top2 h1 {
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#container #right .ContentLeftOther .top2 p a:link {
	text-decoration: none;
	color: #F60;
}
#container #right .ContentLeftOther .top2 p a:visited {
	text-decoration: none;
	color: #F60;
}
#container #right .ContentLeftOther .top2 p a:hover {
	text-decoration: underline;
	color: #F60;
}
#container #right .ContentLeftOther .top2 p a:active {
	text-decoration: none;
	color: #F60;
}
.topRow {
	background-color: #F60;
	color: #FFF;
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
}
.otherRow {
	background-color: #FC6;
	color: #666;
	font-family: "Century Gothic", Arial;
	font-size: 12px;
}
.karta {
	height: 420px;
	width: 429px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-family: "Century Gothic", Arial;
	font-size: 11px;
}
#container #right #ContentLeftOther #top .karta a:link,
#container #right #ContentLeftOther #top .karta a:visited,
#container #right #ContentLeftOther #top .karta a:active {
	color: #F60;
	text-decoration: none;
}
#container #right #ContentLeftOther #top .karta a:hover {
	color: #000;
	text-decoration: none;
}
#container #right #ContentLeftOther #top form #form_top_left {
	float: left;
	width: 49%;
}
#container #right #ContentLeftOther #top form #form_top_right {
	float: right;
	width: 49%;
}
#container #right #ContentLeftOther #top form #form_middle1_left {
	float: left;
	width: 49%;
}
#container #right #ContentLeftOther #top form #form_middle1_right {
	float: right;
	width: 49%;
}
#container #right #ContentLeftOther #top form #form_middle2_left {
	float: left;
	width: 10%;
}
#container #right #ContentLeftOther #top form #form_middle2_right {
	float: right;
	width: 89%;
}
#container #right #ContentLeftOther #top form #form_middle4_left {
	float: left;
	width: 49%;
}
#container #right #ContentLeftOther #top form #form_middle4_right {
	float: right;
	width: 49%;
}
#container #right #ContentLeftOther #top form #form_bottom_left {
	float: left;
	width: 49%;
}
#container #right #ContentLeftOther #top form #form_bottom_right {
	float: right;
	width: 49%;
}
#container #right #ContentLeftOther #top form #submit {
	float: left;
	width: 100px;
}
#container #right #ContentLeftOther #top form #reset {
	float: left;
	width: 100px;
}
.IMGfloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#container #right #ContentRight .flash {
	z-index: 200;
}
#prefooter {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 1208px;
	text-align: center;
}
#prefooter img {
	border: 4px solid #FFF;
	margin-right: 5px;
	margin-left: 5px;
}

