/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
.intro {
	width: 800px;
	margin: 0 auto;
	text-align: left; 
}
body {
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #474747;
	padding-top: 15px;
}
.balkintro {
	width: 776px;
	height: 24px;
	background-image: url(images/balk_intro.jpg);
	margin-top: 7px;
	padding-top: 10px;
	font-family:  Arial;
	font-weight: bold;
	font-size:  9px;
	color : #FFFFFF;
	text-decoration: none;
	padding-left: 17px;
	word-spacing: 5px;
}
.logo {
	text-align: right;
	padding-right: 10px;
	height: 55px;
}



#imageMenu {
	position: relative;
	width: 762px;
	height: 415px;
	overflow: hidden;
	border: 15px solid #FFFFFF;
}


#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 415px;
	width: 1000px;
	padding: 0px;
	
	}

#imageMenu ul li {
	float: left;
	padding: 0px;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:252px;
	height: 415px;
}

#imageMenu ul li.lis a {
	background: url(images/intro/foto1.jpg) repeat scroll 0%;
}

#imageMenu ul li.abs a {
	background: url(images/intro/foto2.jpg) repeat scroll 0%;
}

#imageMenu ul li.deco a {
	background: url(images/intro/foto3.jpg) repeat scroll 0%;
}


.clear {
	clear: both;
}

/*************************************************************/
.sublink {
	padding-top: 5px;
	font-family:  Arial;
	font-weight: bold;
	font-size:  11px;
	color : #FFF;
	text-decoration: none;
}

.sublink:hover {
	color : yellow;
	text-decoration: none;
}
.sublinkl {
	padding-top: 5px;
	font-family:  Arial;
	font-weight: bold;
	font-size:  11px;
	color : #FFF;
	text-decoration: none;
}

.sublinkl:hover {
	color : yellow;
	text-decoration: none;
}
