/*---------------------------------
CSS voor www.geitenboerderijvliek.nl
----------------------------------*/ 

/* Algemeen */

BODY  
	{
	background-color : #FFFFFF;
	font-family : Arial, Verdana;
	color : #000000 
	}

p   {color: #000000;
	font-family: arial;
	font-size: 14px;
	}

ol 	{color: #000000;
	font-family: arial;
	font-size: 14px;
	}

ul
	{
	font-size: 80%;
	font-weight: bold;
	margin-left: 5;
	padding-left: 5;
	padding-top: 0;
	line-height: 230%; /* regelafstand */
	list-style-image: url("images/spacer.gif"); /* wit standaard plaatje dat opsommings-rondje vervangt */

	}


.images
{
border: solid 1px #878787
}


/* Links */

a 
	{
	color: #999999;
	text-decoration: none;
	}

a:hover 
	{
	color: #669933 ;
	text-decoration: underline;
	}


/* Style voor de tabel/cel-achtergrond van de pagina's */

.content
	{ 
	background-image:url('');
	background-repeat:no-repeat;
	background-position: bottom center 
	}

.contenthome
	{ 
	background-image:url('images/vliek_pano_achtergrond1.jpg');
	background-repeat:no-repeat;
	background-position: bottom center 
	}

/* Style voor de Koppen van de content */

h1
	{
	color: #0000000;
	font-size: 90%;
	text-decoration: underline
	}

h2
	{
	color: #669933;
	margin-left: 10;
	text-decoration: underline;
	font-weight: bold;
	font-size: 90%;
	}

h2 a
               {
               font-size: 100%;
               text-decoration: underline; 
               } 
 
h2 a:visited
              {
              color: #669933;
              text-decoration: underline;
              font-size: 100%;
              }

h3
	{
	color: #000000;
	font-size: 9pt
	}

/* Specifieke stijl opmaak */

#cont /* <li> in de content */
	{
	font-size: 90%;
	}


#sub /* <UL> voor submenu's */
	{
	margin-left: 0;
	padding-left: 15;
	font-family: arial;
	font-weight: bold;
	font-size: 85%;
	list-style-image: url("images/spacer.gif");
	}

#flags {

  position: relative;
  top: 5px;
  left: 300px;
  height: 30px;
}


/* Contactformulier */

input
	{
	color: #fff;
	background: #669933;
	border: 1px solid #999999
	}

textarea
	{
	color: #fff;
	background: #669933;
	border: 1px solid #999999
	}

.submit input
	{
	color: #fff;
	background: #669933;
	border: 2px outset #999999
	} 

/* Extra opmaak voor "normale" links */
A.normal
                {
                color: #669933;
                }
                
.selected_menu_link {

  color: #669933;
}

/* Promo Home */

#promo {

  float: right;
  margin-left: 20px;
  text-align: center;
}

#promo P {

  margin-top: 0px;
}
