/* ----- base elements ----- */
P, DIV, TD {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: white;
}
P {
	margin: 0px 0px 10px 0px; /* IE stupid margin correction :) */
}
BODY {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: url(img_layout/body1.jpg) repeat center top;
}
DIV.clearer {
	clear: both;
}
IFRAME {
	border: 1px solid white;
}
/* ----- Headers ----- */
H1 span, H2 span {
	display: none;
	visibility: hidden;
}
H1 {
	display: block;
	position: absolute;
	left: 20px;
	top: 3px;
	width: 219px;
	height: 59px;
	background: url(img_layout/logo.jpg) no-repeat;
	padding: 0px;
	margin: 0px;
}
H2 {
	display: none;
	visibility: hidden;
}

A.header_link {
	display: block;
	width: 100%;
	height: 100%;
}
H3 {
	font-size: 20px;
	font-weight: normal;
	color: white;
	margin: 0px 0px 10px 0px;
	padding-top: 10px;
}
H4 {
	font-size: 18px;
	font-weight: normal;
	color: white;
	margin: 0px 0px 10px 0px;
	padding-top: 10px;
}
H6 {
	font-size: 100%;
}


/* ----- Links ----- */
a {
	color: white;
	text-decoration: underline;
}
a:visited {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: white;
	text-decoration: none;
}




/* ----- TOP element ----- */
a#toplink {
	visibility: hidden;
}
DIV#top_wide {
	height: 64px;
	background: url(img_layout/topwide.jpg) repeat-x center top;
}
DIV#top {
	width: 1000px;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}
DIV#language {
  position: absolute;
	left: 930px;
	top: 25px;
	background: url(img_layout/menu.jpg) no-repeat 24px 0px;
}
DIV#language A {
  text-decoration: none;
}
FORM.search_form {
	display: block;
	position: absolute;
	left: 660px;
	top: 41px;
}
DIV#all_cars {
	position: absolute;
	left: 730px;
	top: 86px;
}
DIV#all_cars A {
	color: white;
	text-decoration: none;
}
DIV#all_cars A:hover {
	color: #e50000;
	text-decoration: none;
}

/* ----- SMOOTH menu ----- */
DIV#main_menu UL {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 270px;
	top: 15px;
}
DIV#main_menu UL LI {
	display: block;
	float: left;
	background: url(img_layout/menu.jpg) no-repeat right center;
	position: relative;
}
DIV#main_menu UL LI.menu-last {
	background-image: none !important;
}
DIV#main_menu UL LI A {
	display: block;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding: 10px 13px 10px 10px;
	float: left;
	text-transform: uppercase;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.downarrowclass {
	visibility: hidden;
	display: none;
}
DIV#main_menu UL LI A:hover {
	color: #e50000;
}
DIV#main_menu UL LI A.menu_current {
	
}
.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: url(img_layout/menu_back.jpg) repeat-x top;
	width: 136px;
}
.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: 136px;
	margin: 0;
	border-top-width: 0;
	float: none;
	font-size: 13px !important;
	background: url(img_layout/menu_separator2.gif) no-repeat center top;
	padding: 10px 0px 10px 0px !important;
}
.ddsmoothmenu UL LI UL LI A.menu-last {
	background-image: none !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;
	visibility: hidden;
	display: none;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
	visibility: hidden;
	display: none;
}
/* ######### 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;
}


/* ----- Content ----- */
DIV#middle_wide {
	 background: url(img_layout/middle_wide.jpg) no-repeat center top;
	 min-height: 466px;
	 _height: 466px;
}
DIV#middle {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(img_layout/main1.jpg) no-repeat center top;
}
DIV#content {
	padding: 320px 30px 0px 30px;
	text-align: left;
	min-height: 350px;
	_height: 350px;
}
DIV#content_spacer {
	
}
DIV#content_spacer_left {
	float: left;
	width: 450px;
}
DIV#content_spacer_right {
	float: right;
	width: 460px;
	padding-top: 30px;
}

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

DIV#bottom_wide {
	background: url(img_layout/bottomwide.png) repeat-x center center;
	height: 127px;
}
DIV#bottom {
	width: 1000px;
	height: 127px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}
DIV#secondmenu {
	position: absolute;
	right: 40px;
	top: 62px;
}
DIV#secondmenu UL {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
DIV#secondmenu UL LI {
	float: left;
	display: block;
	font-size: 11px;
	padding: 0px 10px 0px 10px;
	background: url(img_layout/menu2.gif) no-repeat left center;
}
DIV#secondmenu UL LI A {
	text-decoration: none;
	color: white;
}
DIV#companyinfo {
	position: absolute;
	left: 10px;
	top: 90px;
	width: 980px;
	color: white;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
}
DIV#companyinfo A {
	color: white;
	text-decoration: underline;
	font-size: 11px;
}
DIV#slogan {
	position: absolute;
	left: 45px;
	top: 60px;
	color: white;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
}
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: 2px solid #38332D;
	padding: 1px;
}
DIV#img_gallery TABLE TR TD A IMG:hover {
	border: 2px solid #B05D59;
}
TABLE#captcha_table {
	background-color: #f3dfdf;
	border: 2px solid #c7c8c7;
	margin-left: 240px;
	margin-top: 20px;
}
INPUT#form_submit {
	margin-left: 390px;
	margin-top: 20px;
}
DIV.title_clear {
	clear: both;
}
TABLE.formated TR TD {
	background-color: #F7F7F7;
	border-left: 1px dotted #C2C2C2;
	border-bottom: 1px dotted #C2C2C2;
}
TABLE.formated TR TH {
	background-color: #ededed;
	border-left: 1px dotted #C2C2C2;
	border-bottom: 1px dotted #C2C2C2;
}
TABLE.formated {
	background-color: #F7F7F7;
	border-right: 1px dotted #C2C2C2;
	border-top: 2px solid #C2C2C2;
}

/* --------- 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;
}
