body {
background-image:url(images/back.jpg);
}
#logo {
	position:absolute;
	width:900px;
	height:192px;
	left: 12%;
	top: 0px;
}

#contact {
position:absolute;
width:900px;
height:110px;
top:710px;
left:22%;
color:#ffffff;
font-family:Verdana;
font-size:12px;
}
#contact a {
color:#000000;
}

#tel {
position:absolute;
width:36px;
height:20px;
top:705px;
left:20%;
}

#linie {
position:absolute;
background-color:#666666;
width:900px;
height:1px;
top:50px;
z-index:10;
}

#linie2 {
position:absolute;
background-color:#666666;
width:900px;
height:1px;
left:12%;
top:700px;
z-index:10;
}
#container {
	background-image:url(images/bodyb.jpg);
	position:absolute;
	height: 590px;
	width:900px;
   left: 12%;
	top: 182px;
}


/* Gallery styles */

#gallery{

	/* The width of the gallery */
	width:900px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:500px;

	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:900px;
	overflow:hidden;
}

.slide{
background-color:#777777;
	float:left;
padding-left:5px;
}

#menu{
	/* This is the container for the thumbnails */
width:900px;
	height:45px;




}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
padding: 4px 4px;
	display:inline-block;
	list-style:none;
	height:40px;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(img/active_bg.png) repeat-x;

}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */



}

li a{
	display:block;
	
	height:35px;
	padding-top:15px;

}

a img{
	border:none;
}

a, a:visited {
font-size:12px;
font-family:Verdana;
	color:#ffff66;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

p{
	padding:10px;
	text-align:center;
}


span.categCyanFooterIntactMediaGroup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
span.categMagentaFooterIntactMediaGroup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
a.linkFooterIntactMediaGroup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ebf36c;
	font-size:10px;
	text-decoration:none;
	line-height: 1.5;
}
a.linkFooterIntactMediaGroup:hover {
	text-decoration: underline;
}
span.noLinkFooterIntactMediaGroup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:10px;
	text-decoration:none;
	line-height: 1.5;
}
a.linkBlackFooterIntactMediaGroup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ebf36c;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	line-height: 1.5;
}
a.linkBlackFooterIntactMediaGroup:hover {
	text-decoration:underline;
}


#footer {
position:absolute;
top:750px;
left:12%;
width:900px;
height:100px;
}

#banda {
position:absolute;
	background-image:url(images/banda.jpg);
width:100%;
height:30px;
top:1108px;
left:0px;
}