body {
	margin				: 0;
	padding				: 0;
	font-family			: Arial, Helvetica, sans-serif;
	min-width			: 41em;
	font-size			: 100.01%;
}

div#content p {
	font-size			: .8em;
}

ul, li	{
	list-style-type		: none;
	margin				: 0;
	padding				: 0;
}

div#main_frame {
	position			: relative;
	top					: 187px;
	min-height			: 20px;
	background-color	: transparent;
}

div#footer {
	position			: relative;
	top					: -150px;

	height				: 24px;
	width				: 100%;
	background-color	: transparent;
	text-align			: center;
}

div#head {
	position			: absolute;
	width				: 100%;
	height				: 146px;
	background-image	: url('../images/static_web/head_rep.jpg');
	clear				: left;
}

div#logo_left {
	position			: relative;
	float				: left;
	width				: 258px;
	height				: 146px;
	background-image	: url('../images/static_web/EP_logo.gif');
}

div#head_inner {
	position			: absolute;
	top					: 0px;
	left				: 258px;
	width				: 496px;
	height				: 146px;
	background-image	: url('../images/static_web/logo2.jpg');
}

div#breadcrumb {
	position			: absolute;
	top				: 146px;
	width				: 100%;
	height				: 31px;
	background-color	: transparent;
	clear				: both;
}

li.breadcrumb_menu {
	display				: inline;
}

ul.breadcrumb_menu {
	margin				: 8px 0 0 258px;
	font-size			: 12px;
	font-weight			: bold;
	font-family			: Arial, Helvetica, sans-serif;
	color				: #AAA;
}

div#fmenu {
	position			: absolute;
	width				: 100%;
	top					: 10px;
	height				: 31px;
	background-color	: transparent;
}

li.f_menu {
	padding				: 0;
	display				: block;
	float				: right;
	margin				: 0 0 0 10px;
}

ul.f_menu {
	margin				: 2px 40px 0 170px;
	font-size			: 12px;
	font-weight			: bold;
	font-family			: Arial, Helvetica, sans-serif;
	color				: #444;
}

div#divider	{
	position			: absolute;
	left				: 0;
	top					: 176px;
	width				: 100%;
	height				: 6px;
	background-image	: url('../images/static_web/dots.jpg');
	background-repeat	: repeat-x;
}

div#menu_1_holder {
	position			: relative;
	left				: 13px;
	top					: 0px;
	min-height			: 100px;
	width				: 139px;
}

div#menu_1 {
	text-transform			: uppercase;
	position			: relative;
	width				: 100%;
	min-height			: 100px;
	background-color		: #FFF;
}

div#menu_2_holder {
	position			: absolute;
	left				: 154px;
	top					: 0px;
	min-height			: 100px;
	width				: 134px;
	background-color	: transparent;
}

div#menu_2 {	
	position			: relative;
	width				: 100%;
	min-height			: 143px;
	background-color	: #d5d5d5;
}

div#content_holder {
	position			: relative;
	float				: left;
	left				: 168px;
	top				: -783px;
	background-color		: transparent;
	margin				: 0 190px -760px 0;
	padding				: 0;
	}

div#content_holder2 {
	position			: relative;
	float				: left;
	left				: 166px;
	top					: -393px;
	background-color	: transparent;
	margin				: 0 150px 0 0;
	padding				: 0;
}


div#content {
	position			: relative;
	min-height			: 250px;
	margin				: 0;
	padding				: 0;
	background-color		: transparent;
	width				: 75%;
}



/* MENU LAYER 1 - KONFIGURATION */

ul.menu_layer_1 {
	background-color	: transparent;
}

li.menu_layer_1 {
	font-size			: 12px;
	background-color	: #d5d5d5;
	margin-bottom		: 2px;
}

li.menu_layer_1:hover {
	font-size			: 12px;
	background-color	: #d5d5d5;
	margin				: 0 0 2px 0;
}

li.menu_layer_1_active {
	font-size			: 12px;
	background-color	: #d5d5d5;
	margin				: 0 -2px 2px 0;
}


a.menu_layer_1 {
	display				: block;
	padding				: 6px 0 6px 5px;
	font-weight			: bolder;
	text-decoration		: none;
	letter-spacing		: -.05em;	
}

a.menu_layer_1:link,
a.menu_layer_1:visited {
	background-color	: #D1E1F9;
	color				: #111;
}

a.menu_layer_1_active {
	display				: block;
	padding				: 6px 0 6px 5px;
	font-weight			: bold;
	text-decoration		: none;
	letter-spacing		: -.05em;
}


a.menu_layer_1_active:link,
a.menu_layer_1_active:visited,
a.menu_layer_1_active:hover,
a.menu_layer_1_active:active {
	background-color	: #d5d5d5;
	color				: #39ADDB;
}


a.menu_layer_1:hover,
a.menu_layer_1:active {
	background-color	: #d5d5d5;
	color				: #39ADDB;
}



/* MENU LAYER 2 - KONFIGURATION */

ul.menu_layer_2 {
	background-color	: transparent;
	margin				: 0 0 0 0;
	padding				: 4px 0 4px 0;
}

li.menu_layer_2 {
	font-size			: 12px;
	background-color	: #d5d5d5;
	margin-bottom		: 2px;
}

li.menu_layer_2:hover {
	font-size			: 12px;
	background-color	: #d5d5d5;
	margin				: 0 0 2px 0;
}

li.menu_layer_2_active {
	font-size			: 12px;
	background-color	: #d5d5d5;
	margin				: 0 0 2px 0;
}


a.menu_layer_2 {
	display				: block;
	padding				: 2px 0 2px 14px;
	font-weight			: normal;
	text-decoration		: none;
}

a.menu_layer_2:link,
a.menu_layer_2:visited {
	background-color	: #d5d5d5;
	color				: #111;
}

a.menu_layer_2_active {
	display				: block;
	padding				: 2px 0 2px 14px;
	font-weight			: bold;
	text-decoration		: none;
}


a.menu_layer_2_active:link,
a.menu_layer_2_active:visited,
a.menu_layer_2_active:hover,
a.menu_layer_2_active:active {
	background-color	: #d5d5d5;
	color				: #39ADDB;
}


a.menu_layer_2:hover,
a.menu_layer_2:active {
	background-color	: #d5d5d5;
	color				: #39ADDB;
}

p.search_label {
	margin				: 0 0 0 0;
	padding				: 0 0 0 0;
	text-align			: center;
	font-weight			: bold;
	color				: #888;
	font-size			: 13px;
	letter-spacing		: -0.05em;
}

p.search_button {
	margin				: -4px 0 0 0;
	padding				: 0;
	text-align			: center;
	font-size			: 13px;
}

input.search_input {
	margin				: 0 0 0 0;
	padding				: 0;
	width				: 136px;
}

div#search	{
	width				: 139px;
	padding				: 0;
	margin				: 8px 0 0 -4px;
	border				: none;
}

div#translation {
	position			: absolute;
	top					: 40px;
	height				: 14px;
	width				: 100%;
	background-color	: transparent;
}

.nothing {
	border				: none;
	margin				: 0;
	padding				: 0;
}

.flags {
	float				: right;
	margin				: 0 224px 0 170px;
}

.pplogo {
	margin				: 10px 0 0 -4px;
}

.clearer {
	clear				: both;
}

.left_float {
	float				: left;
	margin				: 0 10px 5px 5px;
}

p.content {
	margin				: 0 10px 5px 5px;
	padding				: 0;

}

h1.content {
	color				: #39ADDB;
	margin				: 0 0 0 5px;
	padding				: 0;
}

h5.content {
	margin				: 0;
	padding				: 0;
	margin				: 0 0 0 5px;
}

p.footer_text {
	font-size			: 12px;
	text-align			: center;
}

/*
div#werbebanner {
	position			: relative;
	width				: 100%;
	float				: right;
	margin				: 0 0 0 0;
}

*/

div#werbebanner {
    font-size			: 0.9em;
    float				: right;
	width				: 20%;
	height				: 200px;
    margin				: 0 0 1.1em;
	padding				: 0;
	background-color	: #111;
}

div.dotted_line2 {
	width				: 100%;
	height				: 4px;
	background-image	: url('../images/static_web/dots.jpg');
	background-repeat	: repeat-x;
	margin				: 8px 0;
	padding				: 0;
}

a.f_menu {
	text-decoration		: none;
	font-size			: 12px;
	font-weight			: bold;
}

a.f_menu_active {
	text-decoration		: none;
	font-size			: 12px;
	font-weight			: bold;
	color				: #39ADDB;
}



a.breadcrumb_menu {
	text-decoration		: none;
	font-size			: 12px;
	font-weight			: bold;
}

a.f_menu:link,
a.f_menu:visited,
a.breadcrumb_menu:link,
a.breadcrumb_menu:visited {
	color				: #5A5A5A;
}

a.f_menu:hover,
a.f_menu:active,
a.breadcrumb_menu:hover,
a.breadcrumb_menu:active {
	color				: #9a9a9a;
}

a.f_menu_active:link,
a.f_menu_active:visited {
	color				: #5A5A5A;
}

a.f_menu_active:hover,
a.f_menu_active:active {
	color				: #9a9a9a;
}

p.bodytext {
	margin				: 10px  0 0 0;
}

span.blue_text {
	color				: #39ADDB;
}

p.more {
	font-size			: 1.1em;
	font-weight			: bold;
	float				: right;
}

a.more:link,
a.more:visited {
	color				: #5A5A5A;
	text-decoration		: none;
	letter-spacing		: -.1em;
}

a.more:hover,
a.more:active {
	color				: #5A5A5A;
	text-decoration		: none;
}

.centered {
	text-align			: center;
	margin				: 0px auto;
}


p.nl_label, p.nl_input {
	margin				: 0 0 0 5px;
}

div#search input[type=text] {
	width				: 136px;
	padding				: 0;
	margin				: 0;
	
}