/* Algemene instellingen */
html        {height: 100%;}
body        {height: 100%; font-family:'Century gothic'; font-size: 12px; color: rgb(117,108,108); background-color: rgb(34,34,34); background-image: url(../images/bgFrame.jpg);}
*           {margin:0; padding:0;}
hr          {clear: both; color: #ffffff; background-color: #ffffff; height: 1px; border: 0px; margin: 6px 0 10px 0;}

/*	---------------------------------------------------------------------------------------
	Centreren
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.centreren{
    display: block;
    position: relative;
    margin-left: -500px;
    left: 50%;
    width: 1000px;
    background-color: rgb(34,34,34);
}

/*	---------------------------------------------------------------------------------------
	Titel
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.top{
	height:20px;
}
/*	---------------------------------------------------------------------------------------
	Head
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.head{
  position: relative;
  top: 10px;
  width:1000px;
  height:100px;
  background:url(../images/logo-fotos-fc-web-kl.png);
  background-repeat:no-repeat;
}


/*	---------------------------------------------------------------------------------------
	Main
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.main{
  position:absolute;
  background-color: rgb(34,34,34);
  width:1000px;
  height:450px;
}

/*	---------------------------------------------------------------------------------------
	Content
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.content{
   position:relative;
   width: 1000px;
   line-height: 25px;
   overflow:hidden;
}

.content_tekst{
  width: 246px;
  height:465px;
  font-family:'Century gothic';
  color:rgb(117,108,108);
  border-top:1px solid rgb(117,108,108);
  border-bottom:1px solid rgb(117,108,108);
  float: left;
}

.content_foto{
  width: 754px;
  height:465px;
  margin-left:246px;
  border-top:1px solid rgb(117,108,108);
  border-bottom:1px solid rgb(117,108,108);
  overflow:hidden;
 }

/*	---------------------------------------------------------------------------------------
	Footer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
iframe {
	height: 60px;
	width: 1000px;
	background-color: rgb(34,34,34);
	background-image: url(../images/bgFrame.jpg);
	background-repeat: repeat;
	border: none;
}

 div.footer{
    position: relative;
    clear: both;
    background-color: rgb(34,34,34);
    width: 1000px;
    height: 60px;
}

#eind{
//clear:both;
}

table {
	font-family:'Century gothic';
	color: rgb(117,108,108);
	letter-spacing: 2px;
}

#text_div {
	font-family:'Century gothic';
	color: rgb(117,108,108);
	letter-spacing: 1px;
}	

h1 {
        font-family:'Century gothic';
        font-size: 12px;
        color: rgb(117,108,108);
}

h2 {
        font-family:'Century gothic';
        font-size: 12px;
        color: rgb(117,108,108);
}

h3 {
        font-family:'Century gothic';
        font-size: 12px;
        color: rgb(117,108,108);
}

textarea, input{
	    font-family:'Century gothic';
        font-size: 11px;
}


.nh{
	color: rgb(117,108,108);
	font-size: 12px;
	font-family:'Century gothic';
	font-weight:normal;
	text-decoration:none;
}

.n{
	color: rgb(117,108,108);
	font-size: 12px;
	font-family:'Century gothic';
	font-weight:normal;
	text-decoration:none;
}


a:link { font-size: 9px; color: rgb(117,108,108); font-weight:normal; text-decoration:none; }
a:visited { font-size: 9px; color: rgb(117,108,108); font-weight:normal; text-decoration:none; }
a:active { font-size: 9px; color: rgb(117,108,108); font-weight:normal; text-decoration:none; }
a:hover { font-size: 9px; color: rgb(117,108,108); font-weight:normal; text-decoration:none;}

a.n:link:focus, a.n:visited:focus {-moz-outline:0px;}
a.n:link { font-size: 11px; font-family: 'Century gothic'; color: rgb(117,108,108); font-weight:normal; text-decoration:none; }
a.n:visited { font-size: 11px; font-family: 'Century gothic'; color: rgb(117,108,108); font-weight:normal; text-decoration:none; }
a.n:active { font-size: 11px; font-family: 'Century gothic'; color: rgb(117,108,108); font-weight:normal; text-decoration:none; }
a.n:hover { font-size: 11px; font-family: 'Century gothic'; color: rgb(117,108,108); font-weight:normal; text-decoration:none;}

a.nh:link:focus, a.nh:visited:focus {-moz-outline:0px;}
a.nh:link { font-size: 11px; font-family: 'Century gothic'; rgb(117,108,108); font-weight:normal; text-decoration:none; }
a.nh:visited { font-size: 11px; font-family: 'Century gothic'; rgb(117,108,108); font-weight:normal; text-decoration:none; }
a.nh:active { font-size: 11px; font-family: 'Century gothic'; rgb(117,108,108); font-weight:normal; text-decoration:none; }
a.nh:hover { font-size: 11px; font-family: 'Century gothic'; rgb(117,108,108); font-weight:normal; text-decoration:none;}

