@charset "UTF-8";
/* CSS Document */

html,body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label,div{
	/* Page reset */
	margin:0px;
	padding:0px;
}

body{
	background:#f6f6f6;
	font-size:1em;
}

li{
	list-style:none;	
}

#container {
	margin: 0px auto;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3;
	text-decoration: none;
	color: #999;
	position: relative;
	height: 100%;
}

#header {
	background: url(../_images/logo.jpg) no-repeat;
	height: 187px;

}

#menu {
	position:absolute;
	margin-top:-47px;
	margin-left:-10px;
	color:#333;
	font-size:1.3em;
}

#menu a{
	color:#666;
	text-decoration: none;	
}

#menu li{
	display: inline;
	margin-right:12px;
}

#sidebar {
	float:left;
	width:220px;
	text-align:right;
}

#sidebar a{
	color:#999;
	text-decoration: none;	
}

#sidebar ul{
	font-size:.9em;
	line-height:1.5em;
	padding-right:15px;
}

#border{
	background:#ccc url(../_images/logoBg.jpg) repeat-y;
	width:184px;
	height:500px;
	float:left;
}

#content {
	float:left;
	margin-top:-70px;
	margin-bottom:87px;
}

#footer {
	clear:both;
}

#footerBorder {
	height: 15px;
	width: 184px;
	margin-left: 220px;
	background:#915169;
}

#wrapper{
	color:#999;
	padding-left:10px;
	padding-top:20px;
}

#wrapper .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#666;
	margin-bottom:20px;
}


#data {
	visibility: hidden;
}

#data .test{
	position:absolute;
	top: 0px;
	left: 0px;
}


.shadow {
  -moz-box-shadow: 3px 3px 4px #ccc; /* Firefox/Mozilla */
  -webkit-box-shadow: 3px 3px 4px #ccc; /*Safari/Chrome */
  box-shadow: 3px 3px 4px #ccc; /* Opera & hoe het zou moeten */
  /* Voor IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
  /* Voor IE 5.5 - 7 <img src="" width="100" height="1" />*/
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
}

label{
	width: 150px;
	display:inline-block;
	margin:3px;
}

textArea{
	width: 200px;
	margin-left:160px;
	margin-top:-15px;
}

input{
	width: 200px;
}
input#submit{
	margin-top:5px;
	width: 70px;
}



