*
{
	padding: 0;
	margin: 0;
}

html
{
	padding: 2% 0 275px;
}

body
{
	width: 80%;
	margin: 0 auto;
	font-family: Verdana, Helvetica, sans-serif;
	background: #ddd;
}

p,ul,ol
{
	color: #000000;
	font-size: 90%;
}

ul
{
	padding-left: 25px;
	list-style: square;
	margin: 10px 0 20px;
}

li
{
	margin-bottom: 5px;
}

p
{
	margin: 10px 0 15px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Helvetica, sans-serif;
}

img, fieldset
{
	border: none;

}

h1
{
	color: #ffffff;
	font-size: 200%;
	display: inline;
}

h2
{
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	display: inline;
}

h3
{
	color: #707070;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

a
{
		color: #707070;
		text-decoration: none;
}	a:hover
	{
		color: #ff0033;
		text-decoration: underline;
	}

form
{
	border-top: 1px solid #ccc;
	padding: 15px;
}

form *
{
	display: block;
	float: left;
}

input
{
	margin: 20px 5px 0 0 ;
}

/*
	Styles
*/

.header, .left, .right
{
	border: 1px solid #000;
	background: #ffffff;
	padding: 2%;
}	
	.header h1
	{
		margin: 0 30px;


	}
	.header a
	{
		padding-top: 55px;
	}

.header
{
	margin-bottom: 2%;
	text-align: center;
	background: #000000 url(images/bartknubben.jpg) left top no-repeat;
	padding: 26px 0px;
}

.left
{
	width: 30%;
	float: left;
}

.right
{
	width: 60%;
	float: right;
}

.footer
{
	color: #000000;
	font-size: 70%;
	text-align: left;
	padding-top: 15px;
}

.citation
{
	color: #000000;
	font-style: italic; 
	font-size: 80%;
	text-align: left;
}

.citation_title
{
	color: #555;
	font-size: 70%;
	text-align: left;
	border-bottom: 1px solid #ccc;
	text-align: left;
}


