/* $Id: academia1.css,v 1.2 2005/02/11 11:02:00 leopold Exp $ */

/* global behaviour */

body {
	margin: 14px ;
	color: black ;
	background:black url('body.gif') repeat-x top;
	font-family: Arial, Helvetica, sans-serif ; 
	font-size: 9pt ;
	font-style: normal ;
	line-height: 1.5 ;
}

h1, h2, h3, h4, p, ol, ul, form {
	margin-left:84px;
	margin-right:84px;
	margin-top: 0;
	margin-bottom: 8px ;
}

h3 {
	font-size: 14pt ;
	font-weight: bold;
	margin-top:20px;
}

h4 {
	font-size: 10pt ;
	font-style: italic ;
	margin-bottom: 8px ;
	margin-top: 0 ;
}

h1, h2, h3, h4 {
	color:#fe0002;
}

/* links are bold, no underline, color changes on hover */

a {
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
}

a:hover {
 	color: red;
	background-color:transparent;
}

/* no border for img tags with an anchor */

p.sample_images
{
	margin-left: 28px ;
	margin-right: 28px ;
	text-align: center ;
}

p.sample_images img {
	border: 0 ;
	margin: 7px ;
}

ul {
	list-style: url(li.gif) disc outside;
	padding-left: 35px ;
}

p ul, ul ul, p ol, ul ol {
	margin-left: 0px;
	margin-right: 0px;
}


/* content */
#container {
	clear:both;
	display:block;
	position:relative;
	width: 900px;
	margin: auto;
	background:white;
}
#content {
		padding-bottom:30px;
}
td.news
{
	width: 516px ;
}

td.news p,
td.news h3,
td.news ul
{
	margin-right: 14px ;
}

td.recent_additions
{
	width: 384px ;
}

td.recent_additions p,
td.recent_additions h3,
td.recent_additions ul
{
	margin-left: 14px ;
}


#header {
	background: url(header.gif) no-repeat top center;
	margin-bottom:1px;
}

.logo {
	margin-left: 150px;
	margin-top: 10px;

}
.inline {
			float:left;
			margin-right:5px;
			margin-top:5px;
			margin-bottom:5px;
}

/* footer */

#footer {
	clear:both;
	margin-top: 8px ;
	border-bottom:1px solid black;
	font-size: 8pt;
	background:transparent url(footer.gif) no-repeat bottom left;
}

/* used for faq */

.faq_item p {
	margin-top: 0 ;
	margin-left: 16px ;
}

li.faq_item {
	margin-bottom: 8px ;
}

/* admin nieuws */

table.admin_nieuws
{
	margin-left: 84px ;
	margin-right: 84px ;
}

/* nieuwsbrieven */

table.two_column
{
	margin-left: 84px ;
	margin-right: 84px ;
}

td.left_column
{
	width: 450px ;
}

td.right_column
{
	width: 180px ;
	padding-left: 16px;
}

table.two_column form,
table.two_column h2,
table.two_column h3,
table.two_column p,
table.two_column ul
{
	margin-left: 0;
	margin-right: 0;
}

table.two_column form input.text_input
{
	width: 150px;
}