/* import files */
@import url(left.boxes.css);
@import url(page.css);


/* basic settings */
html
{
	height: 100%;
}
	
body
{
	background-color: #fff;
	color: #000;
	font: 80%/1.44 Verdana, "Geneva CE", lucida, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
}

pre
{
	border: 1px solid #a6a6a6;
}

a
{
	color: #00367b;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

img
{
	border: none;
}

form
{
	margin: 0;
	padding: 0;
}

textarea
{
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
}

input, select, textarea
{
	font-size: 1em;
}

button
{
	background-color: transparent;
	border: none;
}

.submitButton
{
	background-color: #ff1d61;
	color: #fff;
	font-weight: bold;
	width: auto !important;
	padding: auto 10px; 
	border: none;
}

hr,.accessibility
{
	display: none;
}

.cleaner
{
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}

table
{
	font-size: 1em;
}
/* end: basic settings */

/* h1 */
h1, h1.green, h1.orange, h1.blue{
	font-size: 1.0em;
	text-indent: 26px;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 4px 0px 6px 0px;
/*	padding-top: -3px;*/
	font-weight: bold;
	height: 1.2em;
	min-height: 17px;
}
h1.green{
	background-image: url("./../img/layout/h1_green.png");
	color: #57a60c;
}
h1, h1.orange{
	background-image: url("./../img/layout/h1_orange.png");
	color: #fd7018;
}
h1.blue{
	background-image: url("./../img/layout/h1_blue.png");
	color: #3762ae;
}

/* /h1 */


/* page */
#page
{
	width: 99.9%;
	text-align: center;
	position: relative;
	height: 100%;
	min-width: 997px;
	_width: expression(document.body.clientWidth < 995? "995" : "auto" );
	border: 0px none;
}
#topImage{
	display: none;
}
#topImage #topLogo{
	width: 215px;
	height: 140px;
	background: url("./../img/layout/logo.png") top left no-repeat;
	float: left;
	margin-right: 2px;
}
#topImage #topLogo2{
	width: 760px;
	height: 140px;
	background: url("./../img/layout/top_image.jpg") top left no-repeat;
	float: left;
}
#topImage #topBar{
	width: 977px;
	height: 34px!important;
	background: url("./../img/layout/top_bar.png") top left repeat-x;
	margin-top: 1px;
}
.wsw{

}

/* end: page */


/* header */
#header
{
	width: 100%;
	height: 6em;
}
#headerBottom{

}
/* end: header */

/* main menu*/
#mainMenu
{
	display: none;
}

#mainMenu li
{
	margin: 0px 2px 0px 2px;
	padding: 0;
	display: block;
	float: left;
	border: 0px;
}

#mainMenu a
{
	margin: 0;
	padding: 0px 10px 0px 10px;
	display: block;
	background: #55a60c url(./../img/layout/menu_top_back.png) top left repeat-x;
	font-weight: bold;
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
	border: 2px solid #55a60c;
	border-bottom: 4px solid #55a60c;
}
#mainMenu a:hover
{
	text-decoration: none;
	background: #55a60c url(./../img/layout/menu_top_back_hover.png) top left repeat-x;
}
/* end: main menu*/


/* headerLink */
#headerLink
{
	color: #adadad !important;
	text-decoration: none;
	position: absolute;
	top: -214px;
	_top: -222px;
	*top: -222px;
	left: 0px;
	padding-left: 12px;
	width: 16em;
}
#headerLink a:visited
{
	float: right;
}
/* end: headerLink */

/* navigator */
#navigator
{
	display: none;
}
#navigator .arrow{
	text-align: center;
	margin: 0px 8px 0px 8px;
}
#navigator a{
	color: #00367b !important;	
}
#navigator span{
	color: white;	
}
/* end: navigator */



/* content */
#content
{
	width: 100%;
	height: auto;
	overflow: visible;
	margin: 0px;
	margin-left: 12px;
	padding: 0px;
	text-align: left;
	position: relative;
}
/* end: content */

/* leftColumn */
#leftColumn
{
	display: none;
}
#leftColumn .banner img{
	margin: 6px 0px 6px 0px;
}
/* end: leftColumn */

	
/* footer */
#footer
{
	bottom: 0;
	left: 0px;
	height: 6em;
	width: 99.9%;
	text-align: center;
	background: url("../img/layout/footer_back.png") top left repeat-x;
	text-align: center;
	padding-top: 4px;
}
	#footerCenter{
		text-align: center;
		margin: 0px auto;
		width: 977px;
	}

	#footerLink
	{
		height: 4em;
		margin: 0px auto;
		position: relative;
		padding-top: 2px;
		left: 70px;
		_left: 0px;
		*left: 0px;
		top: -10px;
		_top: 0px;
		*top: 0px;
	}
	#footerLogo{
		position: absolute;
		left: 60px;
		top: 20px;
	}
	#footerText
	{
		height: 40px;
		font-size: 0.8em;
		font-weight: bold;
		color: #adadad;
		margin: 0px;
		margin: 0px auto;
		position: relative;
		top: -22px;
		left: 42px;
	}
	#footerMenu{
		display: block;
		list-style: none;
		padding: 0px;
		width: 90%;
	}
	#footerMenu li{
		display: inline;
		font-weight: bold;
		border-left: 1px solid #adadad;
	}
	#footerMenu li.first{
		border: 0px;
	}
	#footerMenu li a{
		text-align: center;
		margin: 0px 20px 0px 20px;		
	}
/* end: footer */

/* styl novinek */
#rightColumn {
	display: none;
}

/** form */
.form_table .error{
	color: red;
}
.form_table{
	margin-bottom: 12px;
}
.buttons img, a img{
	display: none;
}
