/*      camping-coo.be (Camping de la cascade) STYLE SHEET
This stylesheet is used for all the elements that are used in the camping-coo.be website. Only make changes in this document if you are well aware what you are doing. Changes made in this document may result in a non-intuitive and/or(partially) loss of functionality.
*/
 
/*      COPYRIGHT STATEMENT
You may adapt elements of this CSS in your own projects, but the  unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright 2007 camping-coo.be and may not be reproduced.
*/

body	{
	background: #F7EABE;
	color: #003300;
}

#login a       {
        color: #003300;
        font-weight: bold;
        text-decoration: none;
}
 
 
 
#login a:hover {
        color: #663333;
}

td	{
	border: 1px solid #fff;
}

/* De opmaak van de homepagecellen start hier (pageid == 1)*/
#een	{
	background: url("../images/waterval.gif");
}
#vijf	{
		background: url("../images/lhbeest.gif");
}
#drie {
		background: url("../images/camping1.jpg");
}
#vier	{
	color: #AA8000;
	background: #663333 url("../images/wijnrank.gif");
	padding: 3px;;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 1.5em;
	text-align: center;
}
#negen	{
	background: #663333;
	color: #fff;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: .8em;
	text-decoration: none;
}
#negen ul {
	margin: 0;
	padding: 0 0 0 5px;
        list-style-type: none;
        text-align: left;
        clear: left;
}
 
#negen ul li a {
	margin: 0;
	padding:0;
        display: block auto;
        float: left;
	color: #F7EABE;
	text-decoration: none;
	font-weight: bold;
}

#negen ul li a:hover	{
	color: #AA8000; 
}


#zes {
		background: url("../images/ambleve.jpg");
		width: 170px;
		height: 170px;
}
#zeven {
	color: #fff;
	background: #003300;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
}
#acht{

	background: url("../images/bosbeek1.jpg");
}
#elf	{
	background: url("../images/kasteel1.jpg");
}
#tien	{
	background: url("../images/mountainbiking1.jpg");
}
#twee	{
	color: #fff;
        font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
        font-size: .8em;
        text-align: center;
	background: #663333;
}
#twaalf	{
	background: url("../images/camping2.jpg");
}	

/* De opmaak van de cellen van de andere pagina's (pageid > 1) start hier*/

#aa {
 	color: #fff;
        background: #003300;        
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: .8em
}

#aa ul {
        margin: 0;
        padding: 0 0 0 5px;
        list-style-type: none;
        text-align: left;
        clear: left;
}
 
#aa ul li a {
        margin: 0;
        padding:0;
        display: block auto;
        float: left;
        color: #F7EABE;
        text-decoration: none;
        font-weight: bold;
}
 
#aa ul li a:hover     {
	color: #AA8000; 
}



#bb {
	color: #AA8000;
	text-align: center;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 1.5em;
	background: url("../images/wijnrank-groot.gif") no-repeat bottom  center;
}

#cc	{
		background: url("../images/camping1.jpg");
}

#dd	{
	padding-top: 15px;
	color: #fff;
	background: #663333;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
        font-size: .8em;
}

#dd ul {
        margin: 0;
        padding: 0 0 0 5px;
        list-style-type: none;
        text-align: left;
        clear: left;
}
 
#dd ul li a {
        margin: 0;
        padding:0;
        display: block auto;
        float: left;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
}
 
#dd ul li a:hover     {
        color: #F7EABE;
}
 


#ee	{
	padding: 5px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: .8em;
}

#ee h1	{
	font-size: 1.2em;
}

#ee h2	{
	font-size: 1em;
}

#ee h3	{
	font-size: .8em;
}

#ee a	{
	color: #663333;
}

#ee a:hover	{
	color: #AA8000;
}

#footer	{
	font-size:	.7em;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

#footer a	{
	color: #003300;
	font-weight: bold;
	text-decoration: none;
}



#footer a:hover	{
	color: #663333;
}

.navhere	{
	font-weight: bold;
	color: #AA8000; 
}



.loginform td	{
	 font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	border: 0;
	font-size: .8em;
}

.loginform a       {
        color: #003300;
        font-weight: bold;
        text-decoration: none;
}
 
.loginform a:hover {
        color: #663333;
}

.loginform input	{
	background: #003300;
	color: #F7EABE;
	font-weight: bold;
}

.loginform h3	{
	font-size: 1em;
}

