/* 

CSS2 layout.css file for Maskerade.org 
Site URL: http://www.maskerade.org/
Site E-mail: info@maskerade.org

Author: Sebastiaan Titulaer
Author E-mail: info@dartiste-designs.com
Author Website: http://www.dartiste-designs.com/

Last updated: 1-June-2007
Copyrighted by dartiste-designs.com

*/

html,body
  {
      width: 100%;
	  height: 100%;
	  margin: 0px;
	  background-color: #ffffff;
	  font-family: Arial, sans-serif;
	  font-size: 10px;
	  color: #000000;
  }

.container
  {
      left: 50%;
      top: 50%;
      width: 860px;
      height: 570px;
      position: absolute;
      margin-left: -425px; /* half of width */
      margin-top: -285px;  /* half of height */
	  border: 1px solid #ffffff;
  }

.shadow
  {
      width: 860px;
      height: 560px;
      margin: 0px;
	  background-image: url('../images/maskerade_shadow_860_x_560.jpg');
	  background-repeat: no-repeat;
	  border: 1px solid #ffffff;
  }

.box
  {
      width: 850px;
	  height: 550px;
	  background-image: url('../images/maskerade_bg_850_x_550.jpg');
	  background-color: #ffffff;
	  background-repeat: no-repeat;
	  margin: 0px;
  }
 
.language
  {  
	  width: 300px;
	  height: 10px;
	  margin-right: 35px;
	  margin-top: 5px;
	  float: right;
  }
	
#textarea
  {
      width: 565px;
	  height: 385px;
	  border: 1px solid #ffffff;
	  padding: 10px; 
	  color: #ffffff;
	  scrollbar-face-color: #000000;
      scrollbar-arrow-color: #ffffff;
      scrollbar-track-color: #000431;
      scrollbar-shadow-color: #000000;
      scrollbar-highlight-color: #000000;
      scrollbar-3dlight-color: #bbbbbb;
      scrollbar-darkshadow-color: #bbbbbb;
	  text-align: left;
	  overflow: auto;
   }

#menu_en
  {
      width: 565px;
	  margin-left: 32px;
	  margin-top: 15px;
  }

#menu_nl
  {
      width: 565px;
	  margin-left: 28px;
	  margin-top: 15px;
  }
  
#menu_de
  {
      width: 565px;
	  margin-left: 13px;
	  margin-top: 15px;
  }
 
#page_header
   {
      width: 95%;
      font-family: verdana, arial, sans-serif;
	  font-size: 14px;
	  font-weight: bold;
	  text-align: right;
   }
   
#page_intro
   {
	  margin: 10px;
      font-family: verdana, arial, sans-serif;
	  font-size: 11px;
   }
   
#page_body
   {
	  margin: 10px;
      font-family: verdana, arial, sans-serif;
	  font-size: 11px;
   }
 
.copyright
   {
	  text-align: right;
	  color: #888888;
   }   
      
 .hr
   {
      width: 95%;
	  height: 1px;
	  text-align: center;
	  color: #ffffff;
   }
	  
ul
   {
      margin-left: 25px;
	  margin-top: 0px; 
	  list-style-type: square; 
   }

a{color:#de171a; text-decoration: none;}
a:active {color: #de171a; text-decoration: none;}
a:hover {color: #ffffff; text-decoration: underline;}
p {margin:0; padding:0;}
a.guestbook{color:#FFFFFF; text-decoration: none;}
a.guestbook:active {color: #FFFFFF; text-decoration: none;}
a.guestbook:hover {color: #de171a; text-decoration: underline;}
