@charset "UTF-8";
/* CSS Document */
#main_image {
	position: absolute;
	z-index: 0;
	height: 420px;
	width: 960px;
	left: 0px;
	top: 0px;
	background-image: url(../images/home/header_home.jpg);
}
#header_tekst_01 {
	position: absolute;
	height: 210px;
	width: 248px;
	left: 695px;
	top: 145px;
	font-size: 13px;
	line-height: 27px;
	overflow: hidden;
}
/*-------------------------------------- NAV ----*/
#nav_home {
	position: absolute;
	height: 20px;
	width: 905px;
	top: 395px;
	left: 0px;
}
#nav_home li{
	list-style: none;
	display: inline;
}
#nav_home li a {
	color: #FFF; 
	text-decoration: none;
}
#nav_home li a:hover {
	color: #B7D27A; 
	text-decoration: none;
}
li#nav_home_select a {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #7cb734;
	background-repeat: repeat-x;
}
li#nav_home_select a:hover {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #7cb734;
	background-repeat: repeat-x;
}
/*-------------------------------------- INTRO ----*/
#container_intro {
	position: relative;
	height: 180px;
	width: 960px;
	left: 0px;
	top: 415px;
}
.container_introblok_tekst {
	position: absolute;
	height: 48px;
	width: 206px;
	left: 17px;
	top: 121px;
	overflow: hidden;
}
.introblok_kop {
	color: #FFF;
	line-height: 16px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#introblok_01 a {
	position: absolute;
	height: 180px;
	width: 240px;
	left: 0px;
	top: 0px;
	background-image: url(../images/home/intro_home_01.jpg);
	background-position: 0px 0px;
	color: #FFF;
	line-height: 16px;
	text-decoration: none;
	font-size: 11px;
	overflow: hidden;
}
#introblok_01 a:hover {
	background-image: url(../images/home/intro_home_01.jpg);
	background-position: 0px -180px;
	color: #FFF;
	text-decoration: none;
}
#introblok_02 a {
	position: absolute;
	height: 180px;
	width: 240px;
	left: 240px;
	top: 0px;
	background-image: url(../images/home/intro_home_02.jpg);
	background-position: 0px 0px;
	color: #FFF;
	line-height: 16px;
	text-decoration: none;
	font-size: 11px;
	overflow: hidden;
}
#introblok_02 a:hover {
	background-image: url(../images/home/intro_home_02.jpg);
	background-position: 0px -180px;
	color: #FFF;
	text-decoration: none;
}
#introblok_03 a {
	position: absolute;
	height: 180px;
	width: 240px;
	left: 480px;
	top: 0px;
	background-image: url(../images/home/intro_home_03.jpg);
	background-position: 0px 0px;
	color: #FFF;
	line-height: 16px;
	text-decoration: none;
	font-size: 11px;
	overflow: hidden;
}
#introblok_03 a:hover {
	background-image: url(../images/home/intro_home_03.jpg);
	background-position: 0px -180px;
	color: #FFF;
	text-decoration: none;
}
#introblok_04 a {
	position: absolute;
	height: 180px;
	width: 240px;
	left: 720px;
	top: 0px;
	background-image: url(../images/home/intro_home_04.jpg);
	background-position: 0px 0px;
	color: #FFF;
	line-height: 16px;
	text-decoration: none;
	font-size: 11px;
	z-index: 3;
	overflow: hidden;
}
#introblok_04 a:hover {
	background-image: url(../images/home/intro_home_04.jpg);
	background-position: 0px -180px;
	color: #FFF;
	text-decoration: none;
	z-index: 3;
}
/*-------------------------------------- FOOTER ----*/

#footer_home {
	position: relative;
	height: 60px;
	width: 960px;
	font-size: 10px;
	line-height: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	top: 415px;
	color: #FFF;
}
#footer_home a {
	color: #FFF;
	text-decoration: underline;
}
#footer_home a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer_home .design_by a {
	color: #7CB734;
	text-decoration: none;
}
#footer_home .design_by a:hover {
	color: #7CB734;
	text-decoration: underline;
}
