/* ----- base elements ----- */
P, DIV, TD {
	font-family: arial;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
P {
	margin: 10px 0px 10px 0px; /* IE stupid margin correction: ) */
}
BODY {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
H1 {
	font-size: 24px;
	font-weight: normal;
	color: white;
	margin: 0px;
	display: block;
	height: 35px;
	padding: 25px 0px 0px 28px;
}
H2 {
	font-size: 18px;
	font-weight: normal;
	color: #ffffb4;
	margin: 0px;
	display: block;
	height: 20px;
	padding: 10px 0px 0px 28px;
}
H3 {
	font-size: 20px;
	font-weight: normal;
	color: #aacd3c;
	margin: 0px;
}
H4 {
	font-size: 20px;
	color: #aacd3c;
	font-weight: normal;
	margin-bottom: 0px;
}
H6 {
	font-size: 100%;
}
a {
	color: #d25c11;
	text-decoration: underline;
}
a:visited {
	color: #d25c11;
	text-decoration: underline;
}
a:hover {
	color: #d25c11;
	text-decoration: none;
}



/* ----- TOP element ----- */
a#toplink {
	visibility: hidden;
}
DIV#top_wide {
	height: 175px;
	background: url(img_layout/top_wide.jpg) repeat-x;
}
DIV#top {
	width: 900px;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(img_layout/top.jpg);
	position: relative;
}
A#homelink {
	display: block;
	position: absolute;
	left: 15px;
	top: 10px;
}
A#homelink IMG {
	border: 0px;
}
DIV#sys_menu {
	position: absolute;
	left: 700px;
	top: 20px;
	width: 195px;
	text-align: right;
	color: #464650;
}
DIV#sys_menu A {
	color: #464650;
	text-decoration: none;
}
FORM.search_form {
	display: block;
	position: absolute;
	left: 693px;
	top: 60px;
}
INPUT.search_string {
	display: block;
	background: url(img_layout/search_input.jpg);
	width: 161px;
	height: 20px;
	padding: 5px 0px 0px 10px;
	border: 0px;
	float: left;
}
INPUT.search_submit {
	display: block;
	background: url(img_layout/search_button.jpg);
	width: 25px;
	height: 25px;
	border: 0px;
	float: left;
	margin-left: 5px;
	cursor: pointer;
}



/* ----- SMOOTH menu ----- */
DIV#main_menu UL {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 20px;
	top: 130px;
}
DIV#main_menu UL LI {
	display: block;
	float: left;
	background: url(img_layout/menu_separator.jpg) no-repeat left center;
	position: relative;
	width: 145px;
	height: 45px;
}
DIV#main_menu UL LI A {
	display: block;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding: 14px 0px 14px 0px;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
DIV#main_menu UL LI A:hover {
	color: #cfd3d6;
}
DIV#main_menu UL LI A.menu_current {
	color: #c7e37b;
}
.ddsmoothmenu UL {
	z-index: 100;
}


/* ----- SMOOTH menu UROVEN 2 ----- */
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	padding-top: 4px;
	background-color: #1f1f1f;
}
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none !important;
	background-image: none !important;
	position: relative;
	height: 35px !important;
}
.ddsmoothmenu UL LI UL LI A {
	background: none;
	width: 143px;
	margin: 0;
	border-top-width: 0;
	float: none;
	font-size: 12px !important;
	background: url(img_layout/menu_separator2.jpg) no-repeat center top;
	padding: 9px 0px 9px 0px !important;
}
.ddsmoothmenu ul li ul li a:hover {
	
}
.ddsmoothmenu UL LI UL LI A.menu_current {

}



/* ----- SMOOTH menu UROVEN 3 ----- */	

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0px;
}


/* Holly Hack for IE */
* html .ddsmoothmenu {
	height: 1%;
}
/*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
	position: absolute;
	top: 5px;
	right: 10px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: white;
	z-index: 99;
	visibility: hidden;
}
.toplevelshadow {
/*shadow opacity. Doesn't work in IE*/
	opacity: 0.5;
}

/* ----- MIDDLE element ----- */
DIV#middle_wide {
	min-height: 225px;
	_height: 225px;
	background: url(img_layout/middle_wide.jpg) repeat-x;
}
DIV#middle-front {
	width: 900px;
	min-height: 225px;
	_height: 225px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(img_layout/middle_content_frontpage.jpg);
}
UL#middle-front-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 20px;
	padding: 6px 0px 0px 47px;
}
UL#middle-front-list LI {
	padding: 0px 0px 9px 0px;
	font-size: 13px;
	color: white;
}
UL#middle-front-list LI H3 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: white;
	display: inline;
	font-weight: bold;
}
UL#middle-front-list LI A {
	color: white;
	text-decoration: none;
}
UL#middle-front-list LI A:visited {
	color: white;
	text-decoration: none;
}
UL#middle-front-list LI A:hover {
	color: white;
	text-decoration: underline;
}
DIV#headlines_wide {
	min-height: 250px;
	_height: 250px;
	background: url(img_layout/headline_wide.jpg) repeat-x top center;
}
DIV#headlines {
	width: 900px;
	min-height: 250px;
	_height: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}
A#headline1-link {
	background: url(img_layout/header1.jpg) no-repeat top;
	width: 213px;
	height: 234px;
	float: left;
	margin: 20px 15px 0px 0px;
}
H2#headline1-header {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 32px;
	width: 213px;
	height: 30px;
	color: white;
	text-align: center;
	z-index: 10;
}
A#headline2-link {
	background: url(img_layout/header2.jpg) no-repeat top;
	width: 213px;
	height: 234px;
	float: left;
	margin: 20px 15px 0px 0px;
}
H2#headline2-header {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 230px;
	top: 32px;
	width: 213px;
	height: 30px;
	color: white;
	text-align: center;
	z-index: 11;
}
A#headline3-link {
	background: url(img_layout/header3.jpg) no-repeat top;
	width: 213px;
	height: 234px;
	float: left;
	margin: 20px 15px 0px 0px;
}
H2#headline3-header {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 458px;
	top: 32px;
	width: 213px;
	height: 30px;
	color: white;
	text-align: center;
	z-index: 10;
}
A#headline4-link {
	background: url(img_layout/header4.jpg) no-repeat top;
	width: 213px;
	height: 234px;
	float: left;
	margin: 20px 0px 0px 0px;
}
H2#headline4-header {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 687px;
	top: 32px;
	width: 213px;
	height: 30px;
	color: white;
	text-align: center;
	z-index: 10;
}
DIV#content {
	padding: 260px 30px 10px 30px;
}


/* ----- BOTTOM Element ----- */

DIV#bottom_wide {
	height: 85px;
}
DIV#bottom {
	width: 900px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	background: url(img_layout/bottom.jpg) no-repeat top center;
}
DIV#secondmenu {
	position: absolute;
	left: 30px;
	top: 18px;
}
DIV#secondmenu UL {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
DIV#secondmenu UL LI {
	float: left;
	display: block;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	background: url(img_layout/menu2.jpg) no-repeat left center;
}
DIV#secondmenu UL LI A {
	text-decoration: none;
	color: black;
}
DIV#companyinfo {
	position: absolute;
	left: 30px;
	top: 40px;
	color: #999999;
	font-size: 11px;
}
DIV#companyinfo A {
	color: black;
}
LABEL {
	color: red;
}

A IMG.thumbnail {
}
DIV#img_gallery TABLE TR TD A {
	text-decoration: none;
}
DIV#img_gallery TABLE TR TD A IMG {
	border: 5px solid #f5c922;
	padding: 1px;
}
DIV#img_gallery TABLE TR TD A IMG:hover {
	border: 5px solid #55555f;
	padding: 1px;
}
TABLE#captcha_table {
	background-color: #f3dfdf;
	border: 2px solid #c7c8c7;
	padding 2px;
	margin-left: 240px;
	margin-top: 20px;
}
INPUT#form_submit {
	margin-left: 390px;
	margin-top: 20px;
}
DIV.title_clear {
	clear: both;
}
/* --------- event cal ------------- */
.evheader {
	text-align: center;
	margin-bottom: 10px
}
.eventborder {
	border: 2px solid red;
	margin-bottom: 10px;
}
.tdeventheading {
	line-height: 20px;
	padding: 5px 5px 5px 5px;
	background-color: #470600;
	color: #fdc5a0;
	font-weight: bold;
	text-align: center;
}
.tdevent {
	padding: 10px;
	background-color: #e9451f;
}
.eventheading {
	text-align: center;
}
.mteventheading {
	line-height: 20px;
	padding: 5px 5px 5px 5px;
	background-color: #470600;
	color: #fdc5a0;
	font-weight: bold;
	text-align: center;
}
.mtevent {
	vertical-align: top;
	padding: 10px;
	background-color: #e9451f;
}
.alleventheading {
	line-height: 20px;
	padding: 5px 5px 5px 5px;
	background: url(header_bg.gif) repeat-x left top;
	color: #d8cd8d;
	font-weight: bold;
	text-align: center;
}
.allevent {
	vertical-align: top;
	padding: 10px;
	background-color: #66613e;
}
.evfooter {
	text-align: center;
}
/* -------------- DISKUSIA ---------------- */
.gbtitle {
	font-weight: bold;
}
#guestbook_form {
	background: url(transparent.png) no-repeat top center;
	width: 400px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}