@charset "utf-8";
/* CSS Document */
html {}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #28282a;
	background-image: url(/images/bg.gif); 
	background-repeat: no-repeat; 
	background-position: 50% 0%; 
	color: white;
	min-height: 500px;
}
a {
	color: #0099FF
}
.article_title {
	font-size: 12pt;
	font-weight: bold;
}
#container_home {
	width: 900px;
	margin: auto;
}

#container_home #snip1, #container_home #snip2, #container_home #snip2_home, #container_home #snip3 {
	float: left;
	display: block;
	width: 280px;
	margin-right: 20px;
}
#container_home #snip1 {
	margin-left: 8px;
	width: 282px; 
	}
#container_home #snip2_home {
	margin-top:-48px;
	}
#container_home #snip3 {
	margin-right: 0px;
	}
#container_home #snip2 .article_title {
	display: none;
	width: 290;
	margin: 0;
}
#container_home #snip3 ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
#container_home #snip3 ul li a {
	color: white;
	text-decoration: none;
	display: block;
	width: 230px;
	height: 54px;
	border: 1px solid #999999;
	padding: 4px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
}

/* NAVIGATION */
#mainMenu {
	background-image: url(/images/3cms.gif); 
	background-repeat: no-repeat;
	height: 50px;
	margin-bottom: 32px;
}
#navigation_main {
	margin: 8px 0 0 222px;
	padding: 0;
	float: left;
}
#navigation_main li {
	list-type: none;
	display: inline;
	margin:0;
	padding: 0;
	position: relative;
	float: left;
}
#navigation_main li:first-child a {
	/* border-left: 2px solid white; */
	}
#navigation_main li a {
	color: white;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	border-right: 2px solid white;
	padding: 0px 8px;
	line-height: 20px;
}
/* submenus */
#navigation_main li ul {
	position: absolute;
	display: none;
	top: 18px;
	left: 0px;
	*left: -39px;
	background-image: url(/images/menu_bg.png);
}
#navigation_main li:hover ul {
	display: block;
	margin:: 0;
	padding: 0;
	padding-top: 4px;
}
#navigation_main li ul li {
	display: block;
	left: inherit;
	min-width: 120px;
}
#navigation_main li ul li a{
	border: 0px;
	font-size: 10pt;
	font-weight: normal;
	padding-top: 2px;	
}

