
html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial,sans-serif;
	font-size:11px;
	color:#223b50;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}


a {
	color: #94cd00;
	text-decoration: underline;	
}

a:hover{
	color: #121e29;
	text-decoration: underline;
}

h1 {
	color: #94cd00;
	text-decoration: none;
	font-size:11px;
	margin: 0px;
	padding: 0px;
}

hr{
border:dashed #223b50; 
border-width:1px 0 0; 
height:0px;
}
.spacer{
float:left;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	margin:0 auto;
	width: 913px;
	height: 83px;
}
#menu{
	margin:0 auto;
	margin:0 auto;
	width: 913px;
	height: 64px;
		}
		
.menuoff a{
	color: #FFFFFF;
	height: 35px;
	float: left;
	display: inline;
	margin-top: 14px;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 12px;
	text-align: center;
	background-image: url(images/menu_off.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.menuoff a:hover{
	background-image: url(images/menu_on.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.menuon a{
	color: #FFFFFF;
	height: 35px;
	float: left;
	display: inline;
	margin-top: 14px;
	padding-top: 15px;
	font-size: 12px;
		padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	background-image: url(images/menu_on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.menuon a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.menuoffb a{
	color: #FFFFFF;
	height: 35px;
	float: left;
	display: inline;
	margin-top: 14px;
	padding-top: 15px;
	font-size: 12px;
	width: 94px;
	text-align: center;
	background-image: url(images/menu_off_b.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.menuoffb a:hover{
	background-image: url(images/menu_on_b.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

.menuonb a{
	color: #FFFFFF;
	height: 35px;
	float: left;
	display: inline;
	margin-top: 14px;
	padding-top: 15px;
	font-size: 12px;
	width: 94px;
	text-align: center;
	background-image: url(images/menu_on_b.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.menuonb a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.menuoffc a{
	color: #FFFFFF;
	height: 35px;
	float: left;
	display: inline;
	margin-top: 14px;
	padding-top: 15px;
	font-size: 12px;
		padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	background-image: url(images/menu_off.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.menuoffc a:hover{
	background-image: url(images/menu_on_c.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

.menuonc a{
	color: #FFFFFF;
	height: 35px;
	float: left;
	display: inline;
	margin-top: 14px;
	padding-top: 15px;
	font-size: 12px;
		padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	background-image: url(images/menu_on_c.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.menuonc a:hover{
	color: #FFFFFF;
	text-decoration: none;
}


div#subheader {
	margin:0 auto;
	width:913px;
	height: 280px;
	margin-top: 20px;
	}	

div#content {
	width: 913px; /* bottom padding for footer */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 80px;
	padding-left: 1em;
	
}
	
#main{
	padding-left: 15px;
	padding-top: 30px;
	width: 565px;
	text-align: justify;
}
#extra{
	width: 545px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #1f3447;	
}
#ref{
	padding-left: 45px;
	padding-right: 15px;
	padding-top: 62px;
	
}

.logo{
width: 60px;
float: left;
display: inline;
}
.ref_kolum{
width: 213px;
float: left;
display: inline;

}
.ref_kolumb{
width: 273px;
float: left;
}
div#footer {
	position:absolute;
	width:100%;
	height:36px;
	background-image: url(images/bg_footer.gif);
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	padding-top:28px;
	bottom:0; /* stick to bottom */
	
}

#textfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 222px;
	color: #254158;
	border: 1px solid #254158;
	
}



#textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 222px;
	color: #254158;
	border: 1px solid #254158;
	
}

#button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 224px;
	color: #254158;
	border: 1px solid #254158;
	
	}
