/*

COLOURS

khaki B7A50E
darkblue 063858
lightblue bfcbd4
pink FF3399

*/

.content ol li	{
	margin-top: 7px;
}

*	{
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #063858;
}

body	{
	background: #bfcbd4;
	background-image:url(../images/background.gif);
	background-position: left; 
	background-repeat: repeat-y;
}

h1	{
	color: #fff;
	font-weight: normal;
	font-size: 15pt;
	letter-spacing: 5px;
}

h2	{
	font-size: 11pt;
	color: #fff;
	margin-bottom: 5px;
}

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

#selected	{
	color: #FF3399;
}

a span	{
	color:#fff;
}

a.menu_item	{
	display: block;
	height: 16px;
	margin-bottom: 7px;
	background-position: bottom left; 
	background-repeat: no-repeat;
	line-height: 16px;
	text-decoration:none;
	float:left;
}

a.menu_item:hover	{
	background-position: 0px -16px; 
}

a.menu_item#selected	{
	background-position: 0px 0px; 
}

a.menu_item span	{
	display: none;
}

a.home	{
	display: block;
	width: 150px;
	height: 54px;
	position: absolute;
	background-position: top left; 
	background-repeat: no-repeat;
	background-image: url(../images/titles/volker_jaekel.gif);
	left: 20px;
	top: 365px;
}

a.home:hover	{
	background-position: 0px -54px; 
}

img.subtitle	{
	position: absolute;
	left: 18px;
	top: 420px;
}

div.header	{
	height: 150px;
	background: #B7A50E;
}

div.blue_box	{
	float: left;
	background: #063858; 
	height: 150px; 
	width: 160px; 
}

div.menu_container	{
	float: left;
	margin-left: 130px;
	margin-top: 30px;
	width: 500px;
}

div.menu_container img	{
	float:left; 
	margin: 0px 5px 7px 5px; 
}

div.menu_container span	{
	display: none;
}

div.content	{
	width: 400px;
}

div.content p	{
	text-align: left;
	line-height: 13pt;
	margin-bottom: 20px;
}

div.body	{
	width: 1000px;
}

div.left_column	{
	width: 400px;
	float:left;
	margin-top:220px;
}

div.left_column a {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
}

div.left_column a.switch {
	color: white;
	position: relative;
	top: -22px;
	display: inline;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
}

div.left_column a.switch:hover {
	color: #FF3399;
}

div.left_column h1 {
	font-family: helvetica;
	float: left;
	margin-left:20px;
}

div.right_column	{
	background: #bfcbd4;
	padding: 20px;
	width: 500px;
	margin-left: 20px;
	float:left;
}

div.photo_banner	{
	background: #fff;
	position: absolute;
	left: 0px;
	top: 150px;
	width: 840px;
}

div.photo_banner a	{
	float:left;
	margin: 0px 10px 4px 0px;
}

div.photo_banner a.last	{
	float:left;
	margin: 0px 0px 4px 0px;
}

div.photo_banner a:hover	{
	color: #ff3399;
}

div.photo_banner a:link img,
div.photo_banner a:visited img	{
	border: none;
	padding-bottom: 3px;
	border-bottom: 3px solid #fff;
}

div.photo_banner a:hover img	{
	border-bottom: 3px solid #ff3399;
}

img.main	{
	position: absolute;
	left: 0px;
	top: 150px;
	display: inline;
}

#active	{
	color: #f39;
}

ul li	{
	list-style: none;
	margin-bottom: 10px;
}

ol li { 
	margin-left: 25px;
}


