html, body
{
	margin: 0;
	padding: 0;
	background-image: none;
	background-color: #000000;
}
.cover
{
	position: relative;
	float: left;
	width: 797px;
	height: 515px;
	overflow: hidden;
	background-color: #000000;
	background-image: url(../images/cover/cover_speculum-amoris.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
/* LEFT */
.left
{
	position: relative;
	float: left;
	width: 385px;
	height: 495px;
	padding-left: 30px;
	padding-right: 45px;
	margin-top: 20px;
	color: #FFFFFF;
	overflow: hidden;
}
.left .date
{
	font-size: 12px;
	color: #8f8f8f;
}
.left h1
{
	margin-top: 5px;
	font-size: 15px;
	color: #8f8f8f;
}
.left .code
{
	position: relative;
	float: left;
	width: 100%;
	font-size: 13px;
	color: #8f8f8f;
	padding-bottom: 20px;
}
.left .text
{
	position: relative;
	float: left;
	padding-bottom: 20px;
}
.left ul.submenu
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 13px;
	list-style-type: none;
}
.left ul.submenu li
{
	padding-top: 10px;
	list-style-type: none;
}
.left ul.submenu li a, .left ul.submenu li a:hover
{
	color: #FFFFFF;
}
.left ul.submenu li a.aktiv
{
	color: #5f8d9d;
}

/* RIGHT */
.right
{
	position: relative;
	float: left;
	height: 495px;
	width: 330px;
	margin-top: 20px;
	overflow: hidden;
}
.right .content
{
	position: relative;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
	width: 330px;
	height: 495px;
	overflow: -moz-scrollbars-vertical;
}
/* SLIDER */
.slider
{
	display: none;
	visibility: hidden;
	position: relative;
	float: left;
	width: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: transparent url(images/scrolls_orange.gif) repeat-y scroll -15px 0;
	border: 0;
	-moz-border-radius: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.slider .ui-widget-header
{
    display: none;
    visibility: hidden;
}
.slider a.ui-state-default
{
	position: absolute;
	background: transparent url(images/scrolls_orange.gif) repeat scroll -30px 0;
	width: 15px;
	height: 20px;
	border: 0;
	-moz-border-radius: 0;
	left: 0px;
	margin-bottom: -0.6em;
	margin-left: 0;
	cursor:default;
	z-index: 2;
	font-weight: normal;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}
.slider .up
{
    position: absolute;
    bottom: 100%;
	font-size: 1px;
	top: -20px;
	left: 0;
	line-height: 1px;
	height: 20px;
	width: 15px;
	background: transparent url(images/scrolls_orange.gif) no-repeat scroll 0 0;
}
.slider .down
{
    position: absolute;
    bottom: 0%;
	font-size: 1px;
	bottom: -15px;
	left: 0;
	line-height: 1px;
	height: 15px;
	width: 15px;
	background: transparent url(images/scrolls_orange.gif) no-repeat scroll 0 -11px;
}



