@import "http://fonts.googleapis.com/css?family=Crimson+Text:regular,regularitalic,bold,bolditalic";

body	{
	margin: 	0;
	padding: 	0;
	width: 		100%;
	height: 	100%;
	background: #ffffff;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size: 	85%;
	text-align: center;
	color:		#333333;
	background: #ffffff;
}

#container	{
	position: 	relative;
	margin: 	20px auto 0;
	width: 		800px;
	height: 	500px;
	text-align: left;
}

#logo	{
	width:		220px;
	height:		100px;
	background:	url(pics/logo.jpg) no-repeat;
}

#content	{
	float:		left;
	width:		500px;
	padding:	0 0 0 30px;
	overflow:	auto;
}

#menu	{
	float:		left;
	margin:		48px 20px 0 0;
	padding:	15px 0 50px 20px;
	width:		180px;
	background:	url(pics/menu.jpg) bottom no-repeat #6E6EAF;
}

#menu a	{
	color:		#FFFFFF;
	text-decoration:none;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:	14px;
	width:		180px;
	display:	block;
	line-height:180%;
}

#menu a:hover	{
	text-decoration:underline;
}

#footer	{
	margin:		100px 0 0 0;
	width:		100%;
	height:		80px;
	background:	#FFF1CA;
	float:		left;
}

.adres	{
	margin:		20px 34px 0 15px;
	float:		left;
}

.adres a	{
	color:		#ffffff;
	text-decoration:none;
}

.adres a:hover	{
	text-decoration:underline;
}

h1	{
	font-family:'Crimson Text', Georgia, Times New Roman,Times,serif;
	font-weight:normal;
	font-style:	italic;
	margin:		0 0 20px;
	font-size:	40px;
	color:		#6762A6;
}

h2	{
	font-family:'Crimson Text', Georgia, Times New Roman,Times,serif;
	margin:		20px 0 5px;
	padding:	0;
	font-size:	26px;
	font-style:	italic;
	font-weight:normal;
	color:		#6762A6;
}

ul, li	{
	margin:		0;
	padding:	0;
}

ul	{
	padding:	5px 0 0 20px;
}

li	{
	list-style:	square;
	margin:		0 0 5px;
}

li.boven	{
	text-align:	right;
	font-style:	italic;
	list-style: none;
	margin:		0px;
}

p	{
	margin:		0 0 10px;
	line-height:150%;
}

table	{
	margin:		0;
	padding:	0;
}

tr	{
	height:		20px;
}
td	{
	min-width:	100px;
}

a	{
	color:		#6762A6;
}
