*
{
	padding: 0;
	margin: 0;
}

body, html
{
	background-color: #000;
	color: #999;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

body
{
	width: 100%;
	/*overflow: hidden;*/
}

p
{
	padding: 0.5em 0.5em 1em;
}

.container
{
	/*overflow: auto;*/
  margin-top: 0;
}

.page
{
	width: 1000px;
	height: 800px;
	margin: 0 auto;
}

.head
{
	/*border-bottom: 1px solid #999;*/
	height: 99px;
	background: transparent url('../img/head.jpg') left top no-repeat;
}

.foot
{
	border-top: 1px solid #999;
	height: 20px;
	text-align: center;
	color: #999;
	font-size: 0.85em;
	margin-top: 20px;
	clear: both;
}

.main
{
	/*height: 680px;*/
}

.navi ul
{
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

.navi ul li
{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}

.navi ul li.last
{
	float: right;
}

.navi ul li a
{
	color: #999;
	padding: 0.5em 0;
	text-decoration: none;
	display: inline-block;
	width: 100px;
	text-align: center;
}

.navi ul li.translate a
{
	width: 24px;
	height: 12px;
}
li#english a
{
	background: url('../img/trans/en-0.gif') 50% 50% no-repeat;
}
li#english a:hover, li#english.notrans a
{
	background: url('../img/trans/en-1.gif') 50% 50% no-repeat;
}
li#german a
{
	background: url('../img/trans/de-0.gif') 50% 50% no-repeat;
}
li#german a:hover, li#german.notrans a
{
	background: url('../img/trans/de-1.gif') 50% 50% no-repeat;
}

.notrans a
{
	margin-top: 6px;
	width: 21px!important;
}

.navi ul li a:hover, .navi ul li.active a
{
	color: #fff;
}

.navi ul li ul
{
	display: none;
}

.navi ul li:hover ul
{
	display: block;
	position: absolute;
	top: -4em;
	left: 0;
	background: #000;
}

.coverflow
{
	clear: both;
}

#covers
{
	border:0px solid #fff;
	width:1000px;
	height:300px;
	padding-top: 50px;
	z-index: 1 !important;
}

iframe
{
	float: right;
	width: 1000px;
	height: 200px;
	border: none;
  display: none;
}

h2
{
	font-size: 110%;
}

a.fl2lb, a.b2lb, a.ti2lb
{
  display: none;
}

#dynamic
{
min-height:400px;
padding:20px 0 5px 0;
width:1000px;
}
#dynL, #dynR
{
	/*height: 600px;
	overflow: hidden;*/
}
#dynL
{
width: 400px;
float: left;
}
#dynR
{
width: 580px;
float: right;
}


.navi
{
	width: 1000px;
	height: 26px;
}

.longtext
{
	/*max-height: 505px;
	overflow: auto;*/
}

.buecher
{
	width: 999px;
	padding-top: 40px;
}
.buecher td
{
	border: 0px solid #999;
	height: 150px;
	padding-right: 20px;
	padding-bottom: 30px;
}

.bookcover
{
	width: 100px;
}
.bookdesc
{
	width: 192px;
}
.bookcover a img
{
	border: none;
}

.startarray a:hover span
{
	display:block !important;
	z-index: 1000 !important;
}

#technik
{
	margi-bottom: 2em;
}

#technik > li
{
	list-style-type: none;
	border-bottom: 1px solid #999;
}
#technik > li > a
{
	text-decoration: none;
	color: #dadada;
	font-weight: bold;
	display:block;
	padding: 0.5em;
}
#technik > li > a:hover
{
	background-color: #333;
}
#technik > li ul, #technik > li ol
{
	list-style-type: none;
	margin-bottom: 1em;
	margin-left: 3em;
}
#technik > li ol
{
	list-style-type: decimal;
}

.pdf_aufsatz
{
	padding-right: 20px;
	color: #ccc;
	text-decoration: none;
	background: url('../img/misc/pdf.png') 144px 2px no-repeat;
}
.web_aufsatz
{
	color: #ccc;
	text-decoration: none;
}

.pdf_essay
{
	padding-right: 20px;
	color: #ccc;
	text-decoration: none;
	background: url('../img/misc/pdf.png') 106px 2px no-repeat;
}

ul.parts li a
{
	color: #ccc;
	text-decoration: none;
}

.counterdigit
{
	vertical-align: -35%;
}
