﻿/*
Opmaak van de content van de site.
(C)2009 RTN-Soft  <info@rtnsoft.nl>
*/

/* Begin Kleuren Website Ristorante Ortica */
.zalm 		{color: #E5C294;}
.titel
  {
  color:#E5C294;
  font-size:16px;
  }
.tekst {
	color:#E5C294;
	font-size: 12px;
	font-family: Tahoma, sans-serif, verdana, arial;
	padding:0;
}
.klein a
  {
  color:#E5C294;
  font-size:9px;
  text-decoration:none;
  }


/* 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: 12px;
		font-family: 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');

		}


#menu {
	width:898px;
	height:120px;
	margin: 0;
	padding: 0;
	}

div.achtergrond 
  {
  padding: 0px;
  margin: 0px;
  width:898px;
  height:100%;
 
}



div.inhoud{
  position: relative;
  width:478px;
  height:100%;
  margin:30px 30px;
  padding: 15px;
}

div.inhoudbreed {
  position: relative;
  width:790px;
  height:100%;
  margin:30px 30px;
  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*/

