/* Copyright (c) 2007 by viando.de */

html, body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F5F4F2;
	height: 100%;
	width: 100%;
}

div {
	overflow: hidden;
}


/* Page Header */

div.PageHeader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 837px;
	height: 110px;
	background-image: url(/ep/img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* Login / Member Info Area */

div.MemberInfos {
	position: absolute;
	right: 0px;
	top: 9px;
	font-size: 11px;
	color: #666666;
}


/* Left Menu Bar */

div.MenuBar {
	position: absolute;
	left: 6px;
	top: 115px;
	width: 180px;
}

div.MenuBarHelpLinks {
	height: 27px;
	width: 180px;
	font-size: 12px;
	line-height: 27px;
	padding-left: 9px;
}

div.MenuBarHeadline {
	height: 17px;
	width: 171px;
	margin: 0px;
	background-image: url(/ep/img/menubar.gif);
	background-color: #2268A8;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 9px;
}

div.MenuBarContent {
	width: 170px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #A7ACB0;
	border-left-color: #A7ACB0;
	padding: 4px;
	font-size: 11px;
	color: #666666;
}

div.MenuBarBottomLine {
	width: 180px;
	height: 2px;
	background-image: url(../img/bottomline180.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

a.MenuItem:link, a.MenuItem:visited, a.MenuItem:active, a.MenuItem:focus {
	font-size: 11px;
	background-image: url(/ep/img/bluebox.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding-left: 12px;
	margin-left: 3px;
}

a.MenuItem:hover {
	background-image: url(/ep/img/orangebox.gif);
}

a.MenuItem_Active:link, a.MenuItem_Active:visited, a.MenuItem_Active:active, a.MenuItem_Active:focus {
	font-size: 11px;
	font-weight: bold;
	background-image: url(/ep/img/orangebox.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding-left: 12px;
	margin-left: 3px;
}


div.ExtraMenu {
	font-size: 11px;
	color: #666666;
	padding-left: 9px;
}

a.ExtraMenuItem:link, a.ExtraMenuItem:visited, a.ExtraMenuItem:active, a.ExtraMenuItem:focus {
	font-size: 11px;
	background-image: url(/ep/img/bluearrowright.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
}

a.ExtraMenuItem:hover {
	background-image: url(/ep/img/orangearrowright.gif);
}


/* Location Bar */

div.LocationBar {
	width: 582px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding: 6px;
}

a.LocationLink:link, a.LocationLink:visited, a.LocationLink:active, a.LocationLink:focus {
	font-size: 11px;
	background-image: url(/ep/img/grayarrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	padding-right: 6px;
}


/* UserPanel */

div.UserPanelHeader {
	width: 265px;
	border: 1px solid #A7ACB0;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding: 6px;
	margin-top: 20px;
	background-color: #F5F4F2;
}


/* Overview / Search results */

a.ResultListItem:link, a.ResultListItem:visited, a.ResultListItem:active, a.ResultListItem:focus {
	font-size: 11px;
	display: block;
	padding: 3px;
}

/* Details */

a.DetailListItem:link, a.DetailListItem:visited, a.DetailListItem:active, a.DetailListItem:focus {
	font-size: 12px;
	background-image: url(/ep/img/bluebox.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	margin-left: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a.DetailListItem:hover {
	background-image: url(/ep/img/orangebox.gif);
}

/* Content Area */

div.Content {
	position: absolute;
	left: 193px;
	top: 115px;
	width: 644px;
}

div.ContentFrame {
	width: 594px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #A7ACB0;
	border-left-color: #A7ACB0;	
	padding: 12px 24px 24px 24px;
}

div.ContentBottomLine {
	width: 644px;
	height: 2px;
	background-image: url(../img/bottomline644.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* Below Content Area (e.g. for displaying top 10 from each category) */

table.Top5 {
	width: 647px;
	margin-top: 15px;
}

td.Top5Headline {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-left: 9px;
}

div.Box155_TopLine {
	width: 155px;
	height: 2px;
	background-image: url(../img/topline155.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.Box155_Content {
	width: 145px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #A7ACB0;
	border-left-color: #A7ACB0;
	padding: 4px;
}

div.Box155_BottomLine {
	width: 155px;
	height: 2px;
	background-image: url(../img/bottomline155.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Right Space (e.g. for showing ads) */

div.RightMargin {
	position: absolute;
	left: 850px;
	top: 110px;
	width: auto;
}

/* TabMenu */

div.BlueBar {
	background-image: url(/ep/img/menubar.gif);
	height: 19px;
	width: 644px;
	margin: 0px;
	background-color: #2268A8;
	text-align: right;
	line-height: 19px;
}

a.BlueBarLink:link, a.BlueBarLink:visited, a.BlueBarLink:active, a.BlueBarLink:focus, a.BlueBarLink:hover {
	font-size: 11px;
	color: #FFFFFF;
	margin-right: 12px;
}

table.TabBar {
	width: 630px;
	height: 27px;
	border: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}

a.Tab:link, a.Tab:visited, a.Tab:focus {
	background-image:  url(/ep/img/menubutton01.gif);
	text-align: center;
	width: 126px;
	cursor: Pointer;
	color: #2268A8;
	background-repeat: no-repeat;
	height: 20px;
	text-decoration: none;
	font-size: 11px;
	vertical-align: middle;
	margin: 0px;
	padding: 7px 0px 0px;
	font-weight: bold;
	display: block;
}

a.Tab:hover {
	background-image:  url(/ep/img/menubutton02.gif);
	color: #2268A8;
}

a.Tab:active {
	background-image:  url(/ep/img/menubutton06.gif);
	color: #2268A8;
}


a.Tab_Active:link, a.Tab_Active:visited, a.Tab_Active:focus {
	background-image:  url(/ep/img/menubutton04.gif);
	text-align: center;
	width: 126px;
	cursor: Pointer;
	color: #2268A8;
	background-repeat: no-repeat;
	height: 20px;
	text-decoration: none;
	font-size: 11px;
	vertical-align: middle;
	margin: 0px;
	padding: 7px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
}	

a.Tab_Active:hover {
	background-image:  url(/ep/img/menubutton05.gif);
	color: #2268A8;
}

	
a.Tab_Active:active {
	background-image:  url(/ep/img/menubutton06.gif);
	color: #2268A8;
}


/* Info header for overview pages */

div.InfoHeader {
	width: 580px;
	border: 1px solid #A7ACB0;
	font-size: 11px;
	color: #666666;
	padding: 6px;
	margin-top: 20px;
	background-color: #F5F4F2;
}