/*
   __              __                                             
  /\ \  __        /\ \                                            
  \_\ \/\_\    ___\ \ \/'\     ___ ___      __      ___     ____  
  /'_` \/\ \  /'___\ \ , <   /' __` __`\  /'__`\  /' _ `\  /',__\ 
 /\ \L\ \ \ \/\ \__/\ \ \\`\ /\ \/\ \/\ \/\ \L\.\_/\ \/\ \/\__, `\
 \ \___,_\ \_\ \____\\ \_\ \_\ \_\ \_\ \_\ \__/.\_\ \_\ \_\/\____/
  \/__,_ /\/_/\/____/ \/_/\/_/\/_/\/_/\/_/\/__/\/_/\/_/\/_/\/___/ design.com
  
*/

/* GENERAL
----------------------------------------------------------------------------- */

* {margin:0; padding:0;}
a img {border: 0;}
ul, ol {list-style:none;}
.img_left img{float:left;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.over {overflow:hidden;}
.over1 {overflow:hidden; height:1px;}
.block {display:block;}
.del{display:none;}
.null{visibility:hidden;}



/* --------- this project -------- */

a{ color:#1C7AB3;}
a:hover{ text-decoration:none;}


/* BASE
----------------------------------------------------------------------------- */

body {
	background: url(images/bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3em;
	color:#69747A;
}

.main {
	position:relative;
	margin:0 auto;
	width:760px;
}

/* FLAGS
----------------------------------------------------------------------------- */
.flags { font-size: 12px; padding: 2px 0 1px 0; background:#E4F0FE; }
.flags img { border: 1px #BEC7D0 solid; margin: 0 0 0 3px; float: left; display: block; }
.flags a img { opacity:.30; filter: alpha(opacity=30); -moz-opacity: 0.30; }
.flags a:hover img { opacity:100; filter: alpha(opacity=100); -moz-opacity: 100; }

/* MENU
----------------------------------------------------------------------------- */
.menu{
	height:29px;
}
.menu img{
	display:block;
}
.menu ul{
	position:absolute;
	top:0;
	left:0;
	z-index:50px;
	height:29px;
}
.menu li{ float:left;}
.menu a:hover img{opacity:0; filter: alpha(opacity=0); -moz-opacity: 0;}

/* HEADER
----------------------------------------------------------------------------- */
.header {
	position:relative;
}

.header .logo{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
.header .menu{
	position:absolute;
	top:104px;
	left:0;
	width:760px;
}

/* CONTENT
----------------------------------------------------------------------------- */
.content {
	width:760px;
	padding:0 0 15px;
	background:#EEF5FE url(images/bg-content.gif) repeat-x 0px 82px;
}

.content .titlebox{
	width:760px;
	height:82px;
	background:url(images/temp-title.jpg) no-repeat;
}
.content .titlebox img{
	margin:37px 0 0 23px;
}

.content .nav-bar{
	margin:10px 0 0;
	height:40px;
}

.content .bluebox{
	width:721px;
	margin:0 0 0 23px;
	background:#EEF5FE url(images/bg-bluebox.gif) repeat-x;
}
.content .whitebox{
	width:721px;
	margin:0 0 0 23px;
	background:#fff;
}

/* FOOTER
----------------------------------------------------------------------------- */
.footer { position:relative; height: 142px; }

.footer .left { width: 612px; }
.footer .right { width: 148px; }

.footer address{
	padding:5px 0 35px;
	text-align:center;
	font-style:normal;
	color:#ABAEAD;
}
.footer .menu{
	position:relative;
	height:29px;
}

.promotion
{
	margin-top:20px;
	margin-left:40px;
	margin-bottom:20px;
	width:500px;
}

.promotion input
{
	margin-right:3px;
}

.promotion img
{
	margin-right:10px;
}

h1 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
h2 {
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
h2 li {
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
div.tekst p{
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: justify;
}

div.panel_index {
float:left;
text-align:left;
width:499px;
}
div.index_box {
	float: left;
	padding: 0 3px 2px;
	text-align: left;
	width: 160px;
	height: 162px;
}
div.index_box p {
		font-size: 10px;
}












