/* PRINT   EPTA congres/aanmeldsectie CSS basis en positionering */

* {padding: 0; margin: 0;}
body, html, div {
	margin: 0px;
	padding: 0px;
}

body {
	background: #e7ede9;
	height:100%;
}

#container {
	background: #fff;
	padding: 0;
	width: 99%;
}

#header {
	display:none;
	clear: both;
}

#leftbar {
	display:none;
}

#rightbar {
	
	padding: 0px 0px 0px 0px;
	width:99%;
}


#footer {	
	height:20px;
	width:99%;
	padding: 4px 0;	
}
#footer p {
color:#666;
font-size:10pt;
text-align:center;
}
#footer a {
color:#666;
font-size:10pt;
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;
}

body {
	font: 11pt verdana,helvetica;
	color: #303035;
}

table {
	font: 10pt verdana,helvetica;
	color: #303035;
	line-height:140%;
}
table.samenvatting{
	font: 9pt verdana,helvetica;
	color: #303035;
	line-height:140%;
}	

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

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

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

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

#rightbar p {
	font: 11pt verdana, helvetica;
	color: #303035;
	line-height:140%;
	margin: 0 0 1em 0;
}
#rightbar a {
	color: #DC331F;
	text-decoration:none;
	font-size:11pt;
	}
#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 h1 {
	font: bold 16pt Arial,verdana, helvetica;
	
	color: #00336c;
	padding: 0 0 20px 0;
}

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

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

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

#rightbar h5 {
	font: bold 12pt verdana, helvetica;
	color: #00336c;
	padding: 0 0 3px 0;
	
}


h6 {
	display:none;
}	

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

img {
border: 0px 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: 12pt 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 }


#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: #e03420;
 }

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

.alertkader{
	border:2px solid #ccc;
	padding:10px;
	background: #e7ede9;
}	
.noprint{
display:none;
}