* {
  font-family: arial;
  font-size: 10pt;
  color: #dddddd;
  
  border: solid;
  border-width: 0px;
  border-color: #ded6be;
  
  margin: 0px;
  
}

body {
  background-color: #dddddd;
  height:100%;
}
html
{
	height:100%;
}
/*LINKS*/
a {
  text-decoration: none;
}

a:link,a:visited {
  color: #859db3;
}

a:active,a:hover {
/*  color: #ffffff;*/
}

a.subnav:link,a.subnav:visited {
  color: #ffffff;
}

a.subnav:active,a.subnav:hover {
  color: #aaaaaa;
}

/*DIVS*/
div.container {
  display: block;
  background-color: #6d7e8d;

  width: 960px;
  overflow: hidden; 
  

  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  margin: 0 auto;
}

div.block {
  float: left;
  display: block;
  width: 960px;
  background-color: #384149;
}

div.main {
  float: left;

  background-image: url('images/index_10.gif');
  background-repeat: repeat-x;
  background-color: #384149;
  
  min-height: 300px;
  height:auto !important;
  height: 300px;

  float: left;
  width: 674px;

  text-align: left;
  
  padding: 10px;
}

div.side {
  float: left;

  background-image: url('images/index_11.gif');
  background-repeat: repeat-x;
  background-color: #384149;
  
  min-height: 300px;
  height:auto !important;
  height: 300px;

  float: left;
  width: 246px;

  text-align: right;
  
  padding: 10px;
}

div.footer {
  float: left;
  display: block;
  width: 960px;
  background-color: #525f6b;
  
  margin-top: 5px;
}

div.footer_nav {
  float: left;
  display: block;

  margin: 10px;
}

/*PARAGRAPHES*/
h1 {
  font-family: georgia;
  font-size: 17pt;
  font-weight: bold;
  color: #6d7e8d;

  padding-left: 25px;
}

h2 {
  font-family: georgia;
  font-size: 12pt;
  font-weight: bold;
  color: #6d7e8d;
  text-align:center;
  padding-bottom:5px;
}

/*IMAGES*/
img.navigation {
  float: left;
}

.thumbnail2, .thumbnail  {
  border-width: 1px;
  border-color: #6d7e8d;
  
  padding: 1px;
  margin-left: 5px;
  
  width:56px;
  height:56px;
}
.thumbnail
{
  float: right;
	background-image: url('images/thumb_1.gif');
}
.thumbnail2
{
  float: left;
	background-image: url('images/thumb_2.gif');
}
.right
{
	float: right;
}
.left
{
	float: left;
}
.min
{
	min-height:60px;
	text-align:left;
}
.kop
{
	margin-left:-9px
}
