body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0088fc;
	background-image:url(../basis/bg/bg_bottem_menu.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size:11pt;
	color: #000000;
}

.oneColElsCtr #container {
		height: 100%;
		width: 99%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr div#imgs_left{
background-image:url(../images/large/img_start_bg.jpg);
	float:left;
	width: 45%;
	height: 762px;
	z-index:1;
	overflow:hidden;
}

.oneColElsCtr #imgs_right{
	background-color:#0066CC;
	left:inherit;
	padding-left:169px;
	max-width: 517px;
	top:0px;
	height: 762px;
	z-index:1;
	overflow:hidden;

}

.oneColElsCtr div#imgs_left_over{
	position:absolute;
	width: 0 auto;
	height: 762px;
	left: 0px;
	top: 0px;
	border:solid 1px #000000;
	visibility:hidden;
	overflow:hidden;
	margin-left: 5px;
	margin-right: 6px;
}

.oneColElsCtr div#imgs_left_over img{
	width: 100%;
	height: 100%;
}

.oneColElsCtr #img{
	/*background-color:#00CC33;*/
	border:0px; 
	max-width: auto;
	height:381px;
	overflow: hidden;
}

.oneColElsCtr div#imgs_left  #img_01{
	background-image:url(../images/large/img_start_01.jpg);
	background-position: left;
	border:0px; 
	max-width: auto;
	height:381px;
	overflow: hidden;
}

.oneColElsCtr div#imgs_left  #img_02{
	background-image:url(../images/large/img_start_02.jpg);
	background-position: left;
	border:0px; 
	max-width: auto;
	height:381px;
	overflow: hidden;
}


.oneColElsCtr div#menu {
	background-color:#0088fc;
	/*bg_adres-color is:#0673d8; */
	background-image:url(../basis/img_adres.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	position:absolute;
	min-height:762px;
	float:left;
	left:45%;
	top:0px;
	width:169px;
	border-style:solid;
	border: 0px;
	border-left:#000000 1px;
	border-right:#000000 1px;
	padding-bottom:1px;
	z-index:3;
}

 #search{
	border: 1px solid #000000;
	height: 17px;
	float: left;
	margin: 5px 0px 5px 5px;
}

#adres {
	width: 100%;
	margin-top: 100%;
	margin-bottom:0px;
	font-size: 9pt;
	color: #ffffff;
	padding-left:2px;
}


.oneColElsCtr #text {
	text-align:center;
}

#more {
background-color: #FF33FF;
padding-right:20px;
text-align:right
}

h1 {
	font-size:13pt;
	font-weight:600;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#FF0000;
	text-align:left;
	padding-top:40px;
	padding-left:50px;
}

h2 {
	font-size:12pt;
	font-weight:600;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#FF0000;
	text-align:left;
	margin-top: 10px;
	padding-left:50px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.notice {
background-color:#dbedfe;
background-image:url(../basis/icon_inform.png);
background-repeat:no-repeat;
border:solid;
border-width:1px;
border-color:#0099FF;
margin:10px;
padding-left:35px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
vertical-align:middle;
}