/* 
    Document   : style
    Created on : 11-aug-2009, 15:53:16
    Author     : karen
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html,body{
height: 100%;
    text-align: center;
        color: white;
 /* background-color: #3366CC;
*/
}
label
{
    min-width: 100px;
    display: inline;
    float: left;

}
a:visited
{
     color: white;
}
.error
{
    color : red;
}
.block
{
    
}
#header{
    background-color: #89B5DD ;
    margin-bottom : 50px;
    width: auto;
    display: block;
    height: 21px;

}
#header li 
{
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    list-style-type: none;
    border-right: black solid 1px;
}
#header li a
{
     text-decoration: none;
}
#header li a:hover
{
     color: orange;
     background-color: black;
}

#textcontent
{     width: 600px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;}
textarea{
     width: 500px;
     height: 400px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;

}
.topics-menu
{
float:right;
text-align:left;
     color: black;
     display:block;
padding-left: 0px;
margin-right: 10px;
max-width: 250px;
}
.topics-menu li 
{
    color: white;
}
.topics-menu a 
{
    color: white;
    text-decoration: none;
}
.topics-menu ul
{
    list-style-type: none;
padding-left: 0px;
    
}
.topics-menu ul ul
{
padding-left: 25px;
}
.pages
{
  /*  color: black;*/
    margin-left: 1px;
	margin-right: 10px;
    text-align: left;
height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */
}
#adminmodule
{
    float: right;
    background-color: yellow;
     color: black;
    height: 450px;
    width: 200px;
    max-width: 29%;
}
.content
{
    float: left;
	margin-left: 10px;
    width: 500px;
    
	
    
}
p{
    white-space: normal;
    display: block;
}
a{

color:white;}
.active
{
font-style:italic;
font-weight:900;
font-size:18px;
   /* color: orange !important;
  background-color: yellow;*/
}



.hidden
{
    font-weight: bold;
    color: gray !important;
 /*   background-color: yellow;*/
}
#pagecontainer
{
width: 919px;
min-height: 60%;
height:auto !important; /* voor moderne browsers */
height:50%; /* voor IE */
margin-left: auto;
margin-right: auto;
}
#backhome
{
border:medium none;
display:block;
width: 909px;
text-align:right;
height:50px;
padding-top: 150px;
margin-right: 10px;

}
#backhome img
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/beauval.png', sizingMethod='scale');
}

#backhome sub
{
}

#footer a
{
color: black;
}
#footer
{
width: 919px;
height: 220px;
margin-left: auto;
margin-right: auto;
color:black;
text-align:left;
clear:both;
}
#footer-bottom{
padding-top: 200px;}

#footer sub{
vertical-align:bottom;
paddin-top:200px;
bottom:0px;
}

