/* deeno.media Main-CSS Document */
html {
	max-height:620px;
}
body {
	font-family:Verdana, Arial, sans-serif;
	font-size: 70%;
	background-color: #000000;
/*	background-image: url(../gfx/dm_background.jpg);*/
	background-repeat:repeat-x;
	background-position: center top;
	color:#c4a600;
	overflow-y: hidden;
	text-align:center;
	margin:8px 0px 0px 0px;
	padding: 0px;
}
#pagestyle{
	width:996px;
	margin:0px auto; 
	text-align:left;
}
#top_navi{
	position:relative;
	left:0px; 
	top:-4px; 
	margin: 0px;
	padding: 0px;
	text-align: right;
	z-index:6;
}
#if_top{
	background-image: url(../gfx/bg_bild_01.jpg);
	position:relative; 
	left:0px; 
	top:0px; 
	width:996px; 
	height:173px;
	margin: 0px;
	padding: 0px;
	z-index:1;
}
#if_middle{
	background-image: url(../gfx/bg_bild_02.jpg); 
	position:relative; 
	left:0px; 
	top:0px; 
	margin: 0px;
	padding: 0px;
	width:996px; 
	height:22px;
	z-index:2;
}
#if_bottom{
	background-color: #665f52;
	position:relative; 
	overflow-y: hidden;
	left:0px; 
	top:0px; 
	margin: 0px;
	padding: 0px;
	width:996px; 
	height:375px;
	z-index:3;
}
#if_bild{
	position:relative;
	overflow-y: hidden;
	left:712px; 
	top:-533px; 
	margin: 0px;
	padding: 0px;
	width:284px; 
	height:546px;
	z-index:4;
}

#copyright{
	position:relative;
	left:0px; 
	top:-544px; 
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	font: normal normal normal 0.8em/1em verdana, sans-serif; 
	color:#aea49a;
	text-align: right;
	height:30px;
	overflow-y: hidden;
	z-index:5;
}
#socialbookmarks{
	position:relative;
	left:0px; 
	top:-562px; 
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	text-align: right;
	height:30px;
	overflow-y: hidden;
	z-index:7;
}


/* Die Hyperlinks im Text */
a:link, a:visited, a:active, a:hover{ 
	text-decoration:none;
	font: normal normal normal 0.8em/1em verdana, sans-serif; 
	color:#aea49a;
}
a:active, a:hover{ 
  color:#ffc400;
}
:focus {
  outline: 0;
}

