/*LAYOUT*/

body
{
    padding: 0px;
    margin: 0px;

    background-image: url(Images/BodyBg.png);
    background-repeat: repeat-x;
    background-color: #E5E5E5;
    
    font-size: 80%;
    font-family: "Lucida Grande" , Arial, sans-serif;
    
}

div#main
{
    margin: auto;
    margin-top: 20px;
    width: 960px;
    background-image: url(Images/ContentBg.png);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
}

#top
{
    background-image: url(Images/ContentTop.png);
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

div#body
{
   padding-left: 20px;
   padding-right: 20px;
}

div#LeftColumn
{
float: left;
width: 550px;
}


div#RightColumn
{
float: right;
width: 255px;
}

#footer
{

    clear: both;
      background-image: url(Images/ContentBottom.png);
    background-repeat: no-repeat;
    background-position:bottom;
    padding: 20px;
        padding-top: 50px;
       padding-bottom: 2px;
text-align: center;
font-size: 0.8em;

}


/* FONTS standards */
h1, h2, h3, h4, h5, h6
{
    color: #3D659E;
  /*  font-family: Tahoma, Arial; */
}
h1
{
    font-size: 1.8em;
border-bottom: solid 1px #E8DB34;
padding-top: 0px;
}

h1.NoBorder
{
border-bottom: solid 0px #E8DB34;
}



h2
{
   /*   border-bottom: solid 1px #E8DB34;*/
margin-top: 20px;
font-size: 1.3em;
}

h3,
a.h3
{
      font-size: 1.2em;
}

/* LINKS standards */
a:focus, a:hover
{

}
a
{
    text-decoration: underline;
color: #3D659E;
font-weight: bold;
}

img
{
border: 0px;
}


div.post-date,
div.post-title
{
}

div.post-title
{
padding-left: 70px;
padding-top: 5px;

width: 500px;
background-image: url(Images/Tennisball.jpg);
background-repeat: no-repeat;

}


.post-date 
{
	display:inline;	
	width:55px;
	background-image: url(Images/Kalendar.png);
	
}

.month 
{
color:#ffffff;
font-family:Georgia,Sans-serif;
font-size:0.9em;
font-weight:bold;
text-align:center;
padding-top: 7px;
}

.day 
{
color:#ffffff;
font-family:Georgia,Sans-serif;
font-size:1.5em;
font-weight:bold;
margin:0 5px 5px 0;
text-align:center;
padding-top: 3px;

}

span.GrayDate
{
color: #777777;
}

input,
input.btn,
textarea,
select 
{
border: #4972AA 1px solid; 
} 

input.btn 
{ 
 color:#4972AA ; 
 background-color:#E7DA34; 
} 

table.ContactForm tr td.First
{
padding-right: 10px;
padding-bottom: 10px;
}

table.ContactForm tr td.Second
{
padding-right: 10px;
padding-bottom: 10px;
}


table.ContactForm .Contact_Warning
{
font-weight: bold;
color: #3D659E;
}


table.info-table
{
border-collapse: collapse;
width: 100%;
}

table.info-table th,
table.info-table td
{
padding: 5px;
padding-left: 10px;
padding-right: 10px;
border: solid 1px #aaaaaa;
}

table.info-table th
{
background-color: #eeeeee;
}

table.info-table td
{
text-align: right;
}

table.info-table-left td,
table.info-table td.left
{
text-align: left;
}



















































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

h2 {

}

TestTiel {
font-family: verdana;
font-size: 14px;
color: red;
}

Groot {
font-size: 1.3em;
}


