html,body {
	width				: 100%;
	height				: 100%;
	margin				: 0px;
	padding				: 0px;
	background-color	: rgb(195,0,24);
	background-image 	: url('/images/back_de_b.png');
	background-repeat	: repeat-x;
	background-position	: top left;
	color				: #FFFFFF;
	font-family			: "Liberation Sans", Arial, Helvetica, "Nimbus Sans L", FreeSans, sans-serif;
	font-size			: 10px;
}

h1 {
	/* initialisation */
	margin				: 0px;
	
	margin-bottom		: 26px;
	margin-left			: auto;
	margin-right		: auto;
	font-family 		: "Bitstream Vera Sans", "DejaVu Sans", Verdana, Tahoma, Geneva, Arial, sans-serif;
	font-size			: 32px;
	width				: 859px; /* 1059px - padding-left*/
	height				: 151px; /* 281px - padding-top*/ 
	background-image	: url('/images/essen_head.png');
	background-repeat	: no-repeat;
	line-height			: 1.4em;
	
	/*padding-left		: 53px;
	padding-top			: 120px;*/
	padding-left		: 200px;
	padding-top			: 130px;
	
	color				: rgb(255,230,16);
}

h1 span#first {
	display				: none;
	color				: #000000;
}

h1 span#city {
	color				: black; 
	font-size			: 57px;

}

h2 {
	text-decoration		: none;
	margin				: 0px;
	/*background-color	: black;*/
	background-image 	: url('/images/essen_kolom_head.png');
	color				: white;
	font-family			: "Liberation Sans", Arial, Helvetica, "Nimbus Sans L", FreeSans, sans-serif;
	font-size			: 14px;
	text-align			: center;
	height				: 36px; /*64px - padding-top*/
	padding-top			: 28px;
	
}

a {
	text-decoration		: none;
	color				: rgb(206,0,13);
	text-align			: center;
	font-family			: "Liberation Sans", Arial, Helvetica, "Nimbus Sans L", FreeSans, sans-serif;
	font-size			: 12px;
	line-height			: 1.4em;
}

a:hover {
	color				: black;
}

ul {
	/*initialisation*/
	margin				: 0px;
	padding				: 0px;
	list-style			: none;
	
	/*real layout*/
	margin-bottom		: 1.2em;
/*	padding-top 		: 1.0em;*/
/*	padding-bottom		: 0.9em;*/
	padding-bottom		: 34px;
/*	background-color	: rgb(255,230,26);*/ /*#434243;*/
	
/*
	border-width		: 2px;
	border-style 		: solid;
	border-color		: black;
	border-top-width	: 0px;
	border-bottom-width	: 0px;
*/

	background-image	: url('/images/essen_kolom_tail.png');
	background-repeat	: no-repeat;
	background-position	: bottom center;
}

li {
	text-align			: left;
	padding-left		: 21px;
	
	border-width		: 3px;
	border-style 		: solid;
	border-color		: black;
	border-top-width	: 0px;
	border-bottom-width	: 0px;

	background-color	: rgb(255,230,26);
}

li:first-child {
	padding-top			: 1em;
}

div#main {
	margin				: 0px;
	margin-left			: auto;
	margin-right		: auto;
	width				: 105.9em; /* width left + width middle + width right + margin-left middle + margin-right middle = 21.9*3 + 1.2 + 1.2 */
}

div#left {
	float				: left;
	width				: 268px;
	margin-left			: 86px;
}

div#middle {
	margin-left			: 74px;
	margin-right		: 74px;
	float				: left;
	width				: 268px;
}

div#right {
	width				: 268px;
	float				: left;
}

