/* Allgemeines ------------------------------------------------------------- */
body {
	width: 60em;
	/* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	margin: auto;
	padding: 2em;
	background-color: 
				#555555;;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 100.01%;
	color: 
				#999999;;
	height: 100%;
}



/* Allgemeine Formatierungen ----------------------------------------------- */
a,a:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a:hover {
	color: 
				#121212;;
	text-decoration: none;
}

/* Titel ------------------------------------------------------------------- */
div#hBox {
	
}

div#banner {
	position: absolute;
	left: 0;
	top: 32px;
	background-color: 
				#bfbfbf;;
	width: 100%;
	height: 100px;
	z-index: 0;
}

div#h {
	position: absolute;
	left: 10%;
	top: 32px;
	background-image: url(../media/signs/logo.gif);
	width: 600px;
	height: 100px;
	z-index: 1;
}

#pub {
	position: absolute;
	left: 90%;
	top: 42px;
	background-color: #bfbfbf;
	z-index: 1;
	color: 
				#335140;;
}

p#about {
	position: absolute;
	left: 90%;
	top: 92px;
	background-color: #bfbfbf;
	z-index: 1;
	color: 
				#335140;;
}

h1 {
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0.3em;
	text-align: center;
	color: #2f4e3d;
	height: 100px;
}


/* Inhalt ------------------------------------------------------------------ */
div#inhalt {
	margin: 0 0.1em 1em 8.5em;
	padding: 0.5em 1em;
}

/* Lightbox ----------------------------------------------------------*/
div#dark {
	background-color: 
				#999999;;
	filter: alpha(opacity =                                           60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
	display: none;
}

div#light {
	padding: 0.5em 1em;
	position: absolute;
	height: 480px;
	width: 640px;
	top: 100px;
	background-color: 
				#121212;;
	z-index: 10;
		-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
}

div#transparenta {
	filter: alpha(opacity =             70);
	opacity: 0.7;
	position: absolute;
	height: 500px;
	width: 670px;
	left: 50% -320px;
	top: 100px;
	background-color: black;
	z-index: 9;
}

/* ImageBox ----------------------------------------------------------------*/
div#desc {
	color: 
				#999999;;
	text-align: center;
	margin: 0 2em 0 0;
}

a#prev {
	color: 
				#999999;;
	text-align: right;
	position: relative;
	top: -35px;
	left: 0px;
}

a#next {
	color: 
				#999999;;
	text-align: left;
	position: relative;
	top: -35px;
	left: 600px;
}

a#next :HOVER {
	color: 
				#121212;;
	text-decoration: none;
	font-weight: bold;
}

a#prev :HOVER {
	font-weight: bold;
	color: 
				#121212;;
	text-decoration: none;
}

a#close {
	color: 
				#999999;;
	text-align: right;
	float: right;
}

/* Fusszeile --------------------------------------------------------------- */

/* Rating -------------------------------------------------------------------*/
.star {
	height: 50px;
	display: block;
	margin-left: 50px;
	background: url(../media/signs/stern_inactive.png) left no-repeat;
}

.active {
	background: url(../media/signs/stern_active.png) left no-repeat;
}

.star:hover {
	background: url(../media/signs/stern_active.png) left no-repeat;
}

.spacer {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
}

/* Preview --------------------------------------------------------------------*/
ul#imgs {
	list-style: none;
	overflow: auto;
	margin: 0;
	padding: 10px 9px 10px 9px;
	height: 300px;
}

.preview {
	margin: 0.2em;
	height: 96px;
	width: 128px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

ul#imgs li {
	margin: 0.2em;
	float: left;
	list-style-type: none;
	display: inline;
	vertical-align: top;
	float: left;	
}

.a-dl {
	background: url(../media/signs/download_hover.png) left no-repeat;
	position: absolute;
	left: 80%;
	top: 70%;
	width: 10px;
	height: 20px;
}

.a-dl:HOVER {
	background: url(../media/signs/download.png) left no-repeat;
	position: absolute;
	left: 80%;
	top: 70%;
	width: 10px;
	height: 20px;
}

/* Comment -------------------------------------------------------------------------*/
div#comments {
	padding: 10px 9px 10px 9px;
}

div#comments textarea {
	background-color: 
				#999999;;
	border: 0;
	font-family: arial;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

div#comments input {
	background-color: 
				#999999;;
	color: 
				#121212;;
	float: right;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border: 0px;
}

div#comments input:HOVER {
	background-color: 
				#121212;;
	color: 
				#999999;;
	text-align: right;
}

/* Embed -------------------------------------------------------------------------------*/
a#embed_a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

img#embed_img {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

div#embed_hover {
	filter: alpha(opacity =               60);
	background-color: #111111;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	opacity: 0;
	-moz-opacity: 0.6;
	color: 
				#999999;;
}

div#embed_desc {
	width: 90%;
}

.embed_dl {
	background: url(../media/signs/download_hover.png) left no-repeat;
	position: absolute;
	right: 10px;
	bottom: 20px;
	width: 10px;
	height: 20px;
}

.embed_dl:HOVER {
	background: url(../media/signs/download.png) left no-repeat;
	position: absolute;
}

/* About ------------------------------------------------------------------*/
div#text_div {
	z-index: 11;
	position: absolute;
	left: 2%;
	top: 108px;
	
}

a#text_a{
	color: 
				#335140;;	
}	

p#text_p{
	padding: 1em;
	width: 130px;	
	color: 
				#999999;;
	background-color: 
				#121212;;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border: 0px;
	
}
