/* CSS Reset Start */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family:Arial;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

ol,ul {
	list-style:none;
}
/* CSS Reset End */

body,div,dl,dt,dd,ul,ol,li,pre,p,blockquote,th,td,form { 
	font-size:12px;
	color:#9C9D9F;
}

body{
	background:url(../images/bgav.jpg) repeat 0 0;
	margin-bottom:20px;
}

#intro {
	background:url(../images/av.jpg) no-repeat top left;
	width:842px;
	margin: 50px auto 10px;
	padding-top: 202px;
	height:498px;
}

#bgintromenu {
	width:100%;
	background:url(../images/bgintromenu.jpg) repeat-x top left;
	height:26px;
	position:absolute;
	left:0px;
	top:252px;
	z-index:1;
}

#bottom {
	width:842px;
	margin:0 auto;
	color:#FFF;
	text-align:right;
}


table.moduletable-intro {
	position:relative;
	z-index:100;
}

a.mainlevel-intro:link, a.mainlevel-intro:visited {
	display:block;
	background:url(../images/bgintromenu.jpg) repeat-x 0px 0px;
	float:left;	
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	color:#6D8CC8;
	font-size:14px;
	height:26px;
	line-height:26px;
	width:121px;
	padding:0px 23px;	
	margin:0px;
	text-decoration:none;
}

a.mainlevel-intro:hover {
	color:#3DBCED;
	background:url(../images/intromenuh.jpg) repeat-x  0px 0px;
	text-decoration:none;
}

span.mainlevel-intro {
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
	background-color:#C6C6C6;
	height:26px;
	line-height:26px;
	width:1px;
	margin:0px;
}
