﻿/*
Opmaak van de content van de site.
(C)2009 RTN-Soft  <info@rtnsoft.nl>
*/




/* Begin Kleuren Website Ristorante Ortica */
@font-face {   
   font-family: "footlight";   
   src: url(footlight.eot ); /* IE */   
   src: local("Footlight MT Light"), url( footlight.ttf ) format("truetype"); /* non-IE */   
 }   
  
 /* THEN use like you would any other font */   
.footlight { font-family:"footlight", verdana, helvetica, sans-serif;   
 }

.zalm 		{color: #E5C294;}
.titel
  {
  color:#E5C294;
  font-size:20px;
  }

.tekst {
	color:#E5C294;
	font-size: 12px;
	font-family: "footlight", Tahoma, sans-serif, verdana, arial;
	padding:0;
}
.klein a
  {
  color:#E5C294;
  font-size:9px;
  text-decoration:none;
  }
.verborgen
{
display:none;
}

.donkeretabelregel {
	background-color: #333333;
}


/* Eind Kleuren Website Ristorante Ortica */

/* Begin Algemene Layout Instellingen*/
/* Niet veranderen deze instellingen gelden voor heel de site!!!*/
body {
		color:#E5C294;
		background-color: #000;
		font-size: 15px;
		font-family: "footlight", Tahoma, sans-serif, verdana, arial;
		margin:5px;
		padding:0;
	}

#wrap {
		position: relative;
		margin:0 auto;
		width:898px;
		height:auto;
		border: 5px #303336 solid;
		background-color:black;
		background:url('totaal_lang.jpg');
		}

#wrapoud {
		position: relative;
		margin:0 auto;
		width:898px;
		height:auto;
		border: 5px #303336 solid;
		background-color:black;
		background:url('totaal.jpg');
		}


#menu {
	width:898px;
	height:120px;
	margin: 0;
	padding: 0;
	}

div.achtergrond 
  {
  padding: 0px;
  margin: 0px;
  width:898px;
  height:100%;
  /*background:url('achtergrond2.jpg');*/
}



div.inhoud{
  position: relative;
  width:478px;
  height:100%;
  margin:30px 30px;
  background-color: transparent;
  background-image: url(opacity.png);
  background-repeat: repeat;
  padding: 15px;
}

div.inhoudbreed {
  position: relative;
  width:790px;
  height:100%;
  margin:30px 30px;
  background-color: transparent;
  background-image: url(opacity.png);
  background-repeat: repeat;
  padding: 15px;
}


div.inhoud p
  {  color:#E5C294;
  }
  
div.inhoud a
    {
    text-decoration: none;
  color:#E5C294;
  font-weight:bold;

  }

div.inhoud a:hover 
	{text-decoration: none; 
	color: #f3e4d1; 
	font-weight:bold;}
	

div.footer a
    {
    text-decoration: none;
  color:#E5C294;
  font-weight:bold;

  }

div.footer a:hover 
	{text-decoration: none; 
	color: #f3e4d1; 
	font-weight:bold;}
	


div.illustratie {
	position: absolute;
	top: 150px;
	left: 551px;
	float: right;
}

#inhoud h1, h2, #inhoud h3, #inhoud table, #inhoud p {
		padding:0 10px;
		line-height: 18px;
}
    
div.footer {
	height: 80px;
	clear:both;
	padding-left: 30px;
	border-bottom: 6px black solid;
	}
	
#footer a{
color: #E5C294;
	}

	
/* Einde Algemene Layout Instellingen*/

