/*------------------------------------------------------------------
//	stylesheet
//	(c) J.Steegh, Venlose Zweefvlieg Club, 2007
//
//	Description : The standard layout for the 'leden pagina' 
//	
//	
//	Version	: 0.0 
//
//	Change-history:
//	
//	Date	: 20-2-2007, 18:00
//------------------------------------------------------------------*/

body{
background-color:#ffffff;
margin-top:0px;
margin-left:0px;
margin-right:0px;
top:0px;
left:0px;
right:0px;
bottom:0px;
font-family: 'times', 'arial', 'verdana';
}

#header{
width:100%;
left:0px;
top:opx;
background-repeat: no-repeat;
background-image:URL(images/header.png);
height:120px;
//border-bottom:1px solid #dddddd;
z-index:2;
}



#content{
position:absolute;
width:675px;
left:250;
top:150px;

}

#content_title{
width:675px;
height:35px;
border:1px solid #222222;
background-color:#1e85ae;
color:#ffffff;

}

#content_text{
width:600px;
padding-left:10px;

}

#createcont{
width:600px;
padding-left:10px;
border:1px dotted #555555;

}
#plane{
position:absolute;
left:100%;
margin-left:-442px;
top:0px;
width:442px;
height:324px;
z-index:0;
background-color:#3de;
background-image:URL(images/glider.gif);

}

/*   menu       */
#menu{
position:absolute;
width:200px;
left:30px;
top:150px;
background-color:#1e85ae;
border:1px solid #222222;
}

#navlist li { list-style-type: square; }

#menu a:link {
color: #eee;
text-decoration: none;
font-size:14px;
font-weight:bold;
}

#menu a:visited{
color: #eee;
text-decoration: none;
font-size:14px;
font-weight:bold;
}

#menu a:hover{
color: #eee;
text-decoration: underline;
font-size:14px;
font-weight:bold;
}

/*  general settings   */


p{33
font-size:12px;
color:#222222;
font-family: 'arial', verdanna, times,'times new roman' ;
}

h2{
margin-top:2px;
margin-left:10px;
font-size:24px;
font-weight:bold;
}
h3{
margin-top:2px;
margin-left:10px;
font-size:24px;
font-weight:bold;
color:#ffffff;
}
h3{
margin-top:2px;
margin-left:10px;
font-size:18px;
font-weight:bold;
color:#555555;
}

h5{
margin-top:2px;
margin-left:20px;
margin-bottom:-5px;
font-size:16px;
font-weight:bold;
color:#222222;

}

.mail{
font-size:12x;
font-weight:bold;
color:#444444;
text-decoration: none;

}

.login{
padding-left:3px;
font-size:12x;
font-weight:bold;
color:#cccccc;
text-decoration: none;

}

.signature{
font-size:12x;
font-weight:normal;
color:#333333;
text-decoration: none;

}

a.bestanden {
font-size:12x;
font-weight:normal;
color:#444444;
font-weight:bolder;
text-decoration: none;


}

a.bestanden:hover{
font-size:12x;
font-weight:normal;
color:#333333;
font-weight:bold;
text-decoration: underline ;

}