/* Stylesheet voor Lemniscaat website */

html, body{
	margin: 0px;
 	height: 100%;
 	color: #3333cc;
	font-family: Tahoma ,Verdana, Tahoma, Arial, Helvetica;
}

body{
  background-color:#EEEEEE; /* grijze achtergrond*/
  margin: 0px;
}

h1 {
  font-size:15px;
}
h2 {
  font-size:13px;
  margin: 0px 0px 0px 0px;
}
p { 
text-align: center;
} 

.centerdiv {
	position: absolute;
	top: 0%;
	left: 50%;
	right: 50%;
	width: 800px;
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
}

.content {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 800px;
}

.header {
	position: relative;
	vertical-align: top;
	float: left;
	left: 0px;
	width: 100%;
	height: 80px;
	padding: 10px 0px 5px 0px;
  background-color: #FFF;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
}

.head_logo {
	position: relative;
  float: left;
  width: 200px;
  text-align: right;
}

.head_text {
	position: relative;
	float: left;
  width: 580px;
  padding: 16px 0px 0px 20px;
  font-size:12px;
  font-weight:bold;
}

.topmenu {
	position: relative;
	float: left;
	width: 100%;
  text-align: right;
  color: #FFF;
  background-color: #3333cc;
  padding: 1px 0px 3px 0px;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
}

.topmenu a {
  color:#FFF; 
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
}

.topmenu a:hover, a:active {
  color:#FFF; 
}

.main {
	position: relative;
	background-image: url(images/top_back.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	float: left;
	width: 100%;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
}

.main_left {
	position: relative;
	float: left;
	width: 240px;
	height: 100%;
}

.main_left ul {
	list-style: none;
	margin: 0;
  padding: 65px 0px 0px 0px;
	border: none;
	width: 200px;
	border-style: none none dotted none;
	border-width: 2px;
	border-color: #3333cc;
	margin-left: 12px;
		}
		
.main_left li {
	/* margin: 5px 0px 3px 0px; */
	padding: 5px 0px 5px 1px;
	list-style: none;
	list-style-image: none;
	border-style: dotted none none none;
	border-width: 2px;
	border-color: #3333cc;
	font-size: 12px;
	font-weight:bold;
	color: #3333cc;
		}
	
.main_left li a {
	display: block;
	/* padding: 3px 0 3px 10; */
	text-decoration: none;
	width: 200px;
  color: #3333cc;
		}

.main_right {
	position: relative;
	float: left;
	font-size:13px;
	width: 550px;
  padding: 20px 10px 5px 0px;
}

.pre_footer {
	position: relative;
	float: left;
	height: 56px;
	width: 100%;
	background-image: url(images/bottom_back2.gif);
	background-repeat: repeat-x;
	border-left:1px solid #000000;
  border-right:1px solid #000000;
}

.footer {
	position: relative;
	float: left;
	width: 100%;
  font-size:12px;
  text-align: center;
  color: #FFF;
  font-weight:bold;
  padding: 3px 0px 5px 0px;
  background-color: #3333cc;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
}

.dis {
  color:#888; 
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
}

#persoon label {
 	float: left;
	margin: 0 0 8px 4 px;
	width: 150px;
}

#persoon input {
	width: 270px;
}

#persoon select {
	margin: 0 12px 6px 150px;
}

#persoon {
	float: left;
	margin: 0 0 9px 9px;
	width: 450px;
}

#soort {
	float: left;
	margin: 0 0 9px 9px;
	width: 100px;
}

#reactie {
	float: left;
	margin: 0 0 9px 9px;
	width: 450px;
}

#klaar {
	float: left;
	margin: 0 0 9px 9px;
	width: 150px;
}

textarea, #persoon input {
	background: #ffe;
}

#klaar input {
	width: 100px;
