@charset "UTF-8";

body {
	margin: 0px;
	font-family: "Lucida Grande", "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #000000
}

img {
	display: block
}

a:link,a:visited,a:active {
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

html,body {
	width: 100%;
	height: 100%;
	overflow: hidden
}

#hintergrund {
	position: absolute;
	height: 200%;
	width: 200%;
	left: -50%;
	top: -50%;
	overflow: hidden;
}

#hintergrund table {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#hintergrund td {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

#hintergrund img {
	min-height: 50%;
	min-width: 50%;
	overflow: hidden;
	margin: auto;
}

/* Front page specific stuff */

#frontpageMenu {
	position: absolute;
	height: 71px;
	width: 100%;
	bottom: 22px;
	left: 22px;
	background-image: url(../images/menustripe.png);
	margin: 0px;
}

#frontpageMenu a:link {
	color: #333333;
}

#frontpageMenu a:hover {
	color: #000;
	text-decoration:none
}

#frontpageHeikeText {
	position: fixed;
	right: 10px;
	font-size: 40px;
	line-height: 40px;
	height: inherit;
	color: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
	font-weight: bold;
	text-transform: uppercase;
}

#frontpageHeikeText table {
	height: 100%;
}

#frontpageHeikeText td {
	vertical-align: middle
}

/* Stuff used more or less by all pages */

#linkerblock {
	position: absolute;
	bottom: 22px;
	left: 0px;
	width: 140px;
	height: 71px;
	background-color: #000000;
	color: #FFFFFF;
}

#linkerblock table {
	height: 100%;
	width: 100%;
}

#linkerblock td {
	text-align: right;
	vertical-align: bottom;
}

#linkerblock a:link,#linkerblock a:visited,#linkerblock a:hover {
	color: #FFFFFF;
}

#menublock {
	position: absolute;
	bottom: 22px;
	left: 142px;
	width: 100%;
	height: 71px;
	background-image: url(../images/menustripe.png);
}

#menuListStyle {
	text-transform: uppercase;
	color: #333333;
	list-style-type: none;
	line-height: 13px;
	margin: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-weight: bold;
}

#menuListStyle a:link,#menuListStyle a:visited {
	color: #333333;
}

#menuListStyle a:hover {
	color: #000;
	text-decoration: none;
}

#menuListStyle li {
	/*display: block;	*/
}

#menuListStyle b {
	color: #000000
}

#titel {
	position: absolute;
	left: 30px;
	top: 20px;
	font-size: 60px;
	font-weight: bold;
}

#content {
	position: absolute;
	top: 90px;
	left: 33px;
	width: 100%;
	font-size: 16px;
}

#maxSize {
	position: absolute;
	height: 100%;
	width: 100%;
}

#widecontent {
	width: 44%;
}

#thincontent {
	width: 30%;
}

.black,.black a:link,.black a:visited,.black a:hover {
	color: #000000;
}

.white,.white a:link,.white a:visited,.white a:hover {
	color: #FFFFFF;
}

.semibig {
	font-size: 20px;
}

.large {
	font-size: 24px;
	/* font-weight: bold; */
}

.huge {
	font-size: 27px;
}

.semitransparent {
	opacity: 0.95;
	filter: alpha(opacity=95);
}

#cdblock {
	padding: 1px;
	background-color: rgba(0,0,0,0.1);
	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.4), 0px 1px 0px rgba(255,255,255,0.1);
	height: 80px;
	width: 100%;
	border-radius: 4px;
}

#cdblock img {
	margin-right: 7px;
	max-height: 100%;
	float: left;
	border-radius: 4px;
}

#cdblock a {
	text-decoration: none;
}

#cdblockTitel {
	margin-top: 6px;
}

#cdblockYear {
	margin-right: 6px;
	color: rgba(255,255,255,0.3);
	float: right;
	margin-top: 6px;
}

#cdblockBeschreibung {
	margin-right: 6px;
	padding: 1px;
	color: #999999;
	font-size: 9pt;
	margin-top: 4px;
}

#cdcontent {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 40px;
	padding: 10px;
	background-color: rgba(0,0,0,0.65);
	box-shadow: inset 0px 3px 5px rgba(0,0,0,0.8), 0px 1px 0px rgba(255,255,255,0.3);
	width: 600px;
	border-radius: 4px;
}

.cdcover {
	margin-bottom: 30px;
	max-height: 225px;
	margin-right: 10px;
	float: left;
	border-radius: 1px;
}

#cdcontent p {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
}

#cdcontenttoc {
	width: 100%;
}

