/* EPTA nijn-lgs css */

* {padding: 0; margin: 0;}
body, html, div {
	margin: 0px;
	padding: 0px;
}
/*
body {
	background: #e7ede9;
	height:100%;
}
*/
body {
	height:100%;
	width:100%;
	background: url("../img_site/body.png") repeat;
}

#container {
	background: #fff;
	border:2px solid #aaa;
	margin: 10px auto 0px auto;
	padding: 0;
	width: 940px;
}

#header {	
	background: #fffffd url(../img_site/eptalogo.png) no-repeat 20px 15px;
	height:190px;
	width:940px;
	clear: both;
}
#lgs_kop{
	position:relative;
	width:500px;
	text-align:right;	
	top:32px;
	left:420px;
	font: 13px arial,sans-serif;
	color:#555;
}
#lgs_mijnlgsheadertekst{
	position:relative;	
	width:500px;
	text-align:right;
	top:55px;
	left:420px;
	font: 28px "helvetica neue",arial,sans-serif;
	color:#00336c;
	clear:both;
}
#menustrook{
	position:relative;	
	width:940px;
	top:70px;
	height:35px;
	left:0px;
	font: 14px arial,sans-serif;
	background:#7499e8;
}

#menustrook a{
	position:relative;
	left:20px;
	top:10px;
	color:#333;
	font: 14px arial,sans-serif;
	text-decoration:none;
}
#menustrook a:hover{
	color:#f05a2e;
	text-decoration:none;
}
p.error{
	background:#e03420;
	color: #fff;
	font-weight:bold;
	padding:4px;
}
div.error{
	border: 2px solid red;
	background:#ffe;
	padding:5px;
	margin-bottom:5px;	
}
#leftbar {
	float: left;
	display:inline;
	width: 191px;
	margin: 15px 0px 0px 16px;
	padding: 0px 0px 5px 0px;
}

#rightbar {
	float:right;
	display:inline;
	width:700px;
	margin: 14px 17px 10px 0px;
	padding: 0;
}

#footer {
	background: #e7ede9;
	
	height:20px;
	width:940px;
	margin:0px auto 0px auto;
	padding: 4px 0;	
}
#footer p {
color:#666;
font-size:10px;
text-align:center;
}
#footer a {
color:#666;
font-size:10px;
text-decoration:none;
}
#footer a:hover {
color:#444;
text-decoration:underline;
}

hr.clearer {
	line-height: 0px;
	height: 0px;
	visibility: hidden;
	clear: both;
}

hr.divisor{
	margin:5px 0 5px 0;
	width: 80%;
}

/* CSS tekstopmaak */

input,select,textarea{
	border-width:1px;
	border-color:#9aa3af;
}

body {
	font: 12px verdana,helvetica;
	color: #303035;
}

table {
	font: 12px verdana,helvetica;
	color: #303035;
	line-height:140%;
}

p, a, input, li, textarea {
	font: 12px Verdana, helvetica;
	color: #303035;
	line-height: 140%;
}

#leftbar {
	font: 12px verdana, helvetica;
}

#leftbar p {
	font: 12px verdana, helvetica;
	line-height: 140%;
	color: #303035;
	margin: 0 0 1em 0;
	
}

#rightbar {
	font: 12px verdana, helvetica;
	color: #303035;
	line-height:140%;
}

#rightbar p {
	font: 12px verdana, helvetica;
	color: #303035;
	line-height:140%;
	margin: 0 0 1em 0;
}
#rightbar a {
	color: #DC331F;
	text-decoration:none;
	}
#rightbar a:hover {
	text-decoration:underline;
	}	
	
#rightbar p.error{
	background:#e03420;
	color: #fff;
	font-weight:bold;
	padding:4px;
}
#rightbar p.error_announce{
	background:#fff;
	color: #e03420;
	font-weight:bold;
	padding:4px;
	border:3px solid #000;
}

#rightbar p.caperror{
	background:#4c67dd;
	color: #fff;
	font-weight:bold;
	padding:4px;
}

#rightbar p.caperror_announce{
	background:#fafafa;
	color: #4c67dd;
	font-weight:bold;
	padding:4px;
	border:3px solid #4c67dd;
}

#rightbar h1 {
	font: bold 22px Arial,verdana, helvetica;
	
	color: #00336c;
	padding: 0 0 10px 0;
}

#rightbar h2 {
	font: bold 18px verdana, helvetica;
	color: #E75700;
	padding: 0 0 8px 0;
}

#rightbar h3 {
	font: bold 15px verdana, helvetica;
	color: #E75700;
	padding: 0 0 5px 0;
}

#rightbar h4 {
	font: bold 15px verdana, helvetica;
	color: #00336c;
	padding: 0 0 5px 0;
}

#rightbar h5 {
	font: bold 13px verdana, helvetica;
	color: #00336c;
	padding: 0 0 5px 0;	
}

h6 {
	display:none;
}	

label {
	cursor: pointer;
	float: left;
	width: 140px;
	text-align: right;
	padding: 0px 4px;
}

img {
border: 0px solid #e03420;
}

img.links {
	float: left;
	margin: 0px 9px 9px 0px;
	padding: 3px;
	border: 1px solid #e03420;
}

img.rechts {
	float: right;
	margin: 0px 0px 9px 9px;
	padding: 3px;
	border: 1px solid #e03420;
}

img.midden {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	border: 1px solid #e03420;
}

#rightbar ol {
	list-style-type: decimal;
	padding-bottom:10px;
	margin-left:25px;
}

#rightbar ul {
	list-style-type: disc;
	padding-bottom:10px;
	margin-left:25px;
}

#rightbar blockquote{
	font: 13px verdana, helvetica;
	margin: 0 25px 0 25px;
	padding: 5px 5px 1px 5px;
	border: 1px solid #e03420;
}

.f22 { font-size:22px }
.f20 { font-size:20px }
.f19 { font-size:19px }
.f18 { font-size:18px }
.f16 { font-size:16px }
.f14 { font-size:14px }
.f12 { font-size:12px }
.f11 { font-size:11px }
.f10 { font-size:10px }
.f9 { font-size:9px }

.db_resultaten{
	border: 2px solid green;
	background:#dbf0ae;
	padding:5px;
	margin-bottom:5px;
}
.error_db_resultaten{
	border: 2px solid red;
	background:#dbf0ae;
	padding:5px;
	margin-bottom:5px;
}

#navcontainer{
width:100%;
padding-bottom:10px;
}

 #navcontainer ul
 {
 margin: 0;
 padding: 0;
 list-style-type: none;
 width:100%;
 }

#navcontainer li { margin: 0 0 0 0; }

 #navcontainer a
 {
 display: block;
 color: #404d4e;
 
 width: 100%;
 padding: .6em 0 0 0;
 text-decoration: none;
 }

#navcontainer .sub a
 {
 display: block;
 color: #404d4e;
 
 width: 100%;
 padding: .3em 0 0em 0;
 text-decoration: none;
 }

 #navcontainer a:hover
 {
 color: #fff;
 background:#7499e8;
 }

#navcontainer p.klein {
	font-size:10px;
	font-style:italic;
}

.alertkader{
	border:2px solid #ccc;
	padding:10px;
	background: #e7ede9;
	margin-bottom:5px;
}	
#menulogpart{
text-align:right;
border: 1px solid #aaa;
padding:3px;
margin-bottom:3px;
}
li.inlogstatus{
background:#c3ccdb;
padding-right:2px;
}
.ingelogd{
	font-size:11px;
	background:#f5f5f5;
	border:1px solid #ccc;
	padding-left:3px;
}
.menuborder{
	border: 1px solid #aaa;
	padding:3px;
	margin-bottom:3px;
}
.menucaption{
	font: bold 12px arial,helvetica;
	color: #00336c;
}

#butcontainer{
	float:right;
	width:200px;
	padding:0px;
	margin:0px 0 0px 0;
	border-color: #a0a0a0;
	border-style: solid;
	border-width: 1px;
	background:#e7ede9;
}

#butcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:192px;
}
#butcontainer li { margin: 0 0 0 0; }

#butcontainer a{
display: block;
color:#222;
width: 100%;
padding: 3px 0 3px 8px;
margin:1px 0 1px 0;
text-decoration: none;
font-weight:normal;
font-size:13px;
}

#butcontainer a:hover
{
background-color: #e0e0e0;
color: #e03420;
width: 192px;
text-decoration:none;
}

/*newstyles voor verbeterde kadd.php*/

.headertd{
	background:#7499e8 url(../img_site/dropfolder-48.png) no-repeat 640px -15px;
	color:#fff;
	font-weight:bold;
	padding:5px;
}
