@charset "UTF-8";
@import url("reset.css");
@import url("generic.css");

body {
	background-color: #444;
	padding:8px;
}



#sitebox {
	width: 950px;
	left: 50%;
	position: absolute;
	margin-left: -475px;
	height:600px;
	top: 50%;
	margin-top:-300px;
}

#topnav {
	position:relative;
	width:950px;
	height:220px;
}

#sitebox #topnav #mainflashmenu {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
}

#box1, #box2,#box3, #box4,#box5,  #box6, #box7,#box8, #box9,#box10{
width:190px;
height:190px;
float:left;
overflow:hidden;

}

#box1, #box9 {
	background-image:url(/template_images/block_blue.jpg);
	background-repeat:no-repeat;
	z-index:1;
}

#box2 {
	background-image:url(/template_images/block_blue.jpg);
	background-repeat:no-repeat;
	z-index:2;
}

#box3 {
	background-image:url(/template_images/block_green.jpg);
	background-repeat:no-repeat;
	z-index:3;
}

#box4 {
	background-image:url(/template_images/block_blue.jpg);
	background-repeat:no-repeat;
	z-index:4;
}

#box5, #box7 {
	background-image:url(/template_images/block_orange.jpg);
	background-repeat:no-repeat;
	z-index:5;
}

#boxes {
height:352px
}

.boxcontainer {
	padding:8px;
	position:absolute;
	color:#FFFFFF;
	font-size:11px;
	line-height:17px;
	width:170px;
	height:176px;
	overflow:hidden;

	}
	
h1, h2, h3, h4, h5, h6 {
color:#FFFFFF !important;
margin-bottom:0.3em;
}
.boxcontainer a {
		color:#FFFFFF;
		text-decoration:none
}

.boxcontainer a:hover {
		color:#fff;
		text-decoration:none
}

.boxcontainer .contentheading {
	font-size:16px;
	}
	
#schaduwbox {
	position:absolute;
	top:220px;
	left:0;
	z-index:100;
	overflow:hidden;
	width:950px;
	height:16px;
	margin:0;
	padding:0;
}

table {
border:0;
border-collapse:collapse;
padding:0;
margin:0
}

#footer {
	position:relative;
	color:#888888;
	font-size:10px;
	text-align:center;
	top:10px;
	
}

#footer a{
	padding:0 5px;
	text-transform:lowercase;
}

#landingspaginas {
	position:relative;
	text-align:center;
	top:10px;
}

#landingspaginas a.blogsection{
	color:#CCC;
	font-size:9px;
}
#landingspaginas h1.componentheading_home, #landingspaginas h2 {
	display: none;
}

#landingspaginas div.blog_home div.blog_more_home ul li {
	margin: 5px;
	text-align: center;
	list-style: none;
	display: inline;
}
