
body{
  background: black;
  font-family: Verdana, Arial, Sans-serif;
  color: white;
  text-align: center;
  
}

#Main{
  width: 980px;
  margin: 0 auto;
  text-align: left;
}



#Header{
  height: 80px; 
  background: url(http://www.vaalserberg-garden.com/v2/images/design/head-background.jpg) top right no-repeat;
}

.HeaderLogo{
  float: left;
}


.HeaderFlag{
  font-size: 12px;  
  margin-right: 400px;
  text-align: right;
}

.HeaderFlag ul{
  list-style-type: none;
  padding: 5px 0px;
  margin: 0px;
}

.HeaderFlag ul li{
  display: inline;
  
}

.HeaderFlag ul li img{
  border: 1px solid white;  
}


#Footer{
 clear: both;
 font-family: Arial, Sans-serif;
 text-align: right; 
  border-bottom: 2px solid white;
}

#Footer p{
float:left;
margin:10px;
 font-size: 17px;
 color: white;


 background: none;
}

.faceb
{
float:left;
text-align:left;
margin: 10px;
}



#MainContent{  
 
}



.MainContentTitle{
  margin-left: 340px;   
}

.MainContentTitle h2{
  font: bold 20px Arial, Sans-serif;
  padding: 20px 10px; 
  margin: 0px; 
}

.MainContentTitle img{
  margin: 10px;
  
}

.MainContentTitle p{
  margin: 0px;
  padding: 0px 10px;  
}

/*************************/



#ColumnLeft{
  float: left;
  width: 140px;
 
}

.LeftBox{
  padding: 2px;
}

.LeftBoxTitle{
  background: #9DB428;
  padding: 2px 5px;  
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.LeftBoxTitle a{
  color: white;
  text-decoration: none;
}

ul.LeftBoxSub{
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 5px 0px;
  
}

ul.LeftBoxSub li{
  background: #D2D31D;
  font-size: 12px;
  margin-right: 5px;
  text-align: left;
}

ul.LeftBoxSub li a{
  color: white;
 
  margin-left: 7px;
  text-decoration: none;
}


/*********************/

.Separator{
  clear: both;
}

.LeftSeparator{
  clear: left;
}

.RightSeparator{
  clear: right;
}


/*******************/

.EndContent{

  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;  
}

