/*
	#############################################################
	#																				#
	#		Stylesheet for  www.rufile.de             	         #
	#																				#
	#		info@design-kompromat.de						    			#
	#		www.design-kompromat.de							      		#
	#														               	#
	#		Copyright © 2009 by Design - Kompromat	          		#
	#		Authors: Kompromat												#
	#																				#
	#############################################################
*/


* {
	margin:0px;
	padding:0px;
	border-style:none;
	outline: none;
}

body {
	font-family: Tahoma, Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-image:url('bg new.jpg');
}
/* -------------------------------------------------- 

Heading Formatting 

--------------------------------------------------------*/
h1 {
	font-size:20px;
	font-weight: 600;
	color: #016289;
	padding: 10px 0px 10px 0px;
	text-decoration: none;

}

h1 a{
	font-size:20px;
	font-weight: 600;
	color: #016289;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
}

h2 {
	font-size:14px;
	font-weight:  bold;
	color: #016289;
	padding: 10px 0px 10px 0px;
}

h3 {
	font-size: 14px;
	font-weight: 900;
	color: #016289;
}
h4 {
	font-size:12px;
	color: #333;
}
h5 {
	font-size:1.3em;
	font-weight: 900;
	color: #016289;
}
h6 {
	font-size:1.2em;
	font-weight: 900;
	color: #016289;
}

/*--------------------------------------

links

-------------------------------------------*/
a {
	color: #016289;
	text-decoration: none;
}
a:hover {
	color: #013B52;
	text-decoration: none;
}

img {
	border: 0 none;
}
/* Clears Divs */
.clr {
	clear: both;
	width: 0px;
	height: 0px;
}
/*-------------------------------------------------------

CONTAINER SEIT

--------------------------------------------------------*/


#container {
	position: absolute;
	left: 50%;
	width: 998px;
	margin-left: -499px;
	top: 0px;
}


#header{
	top: 0px;
   background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 181px;
}


#content{
	min-height: 500px;
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	width: 998px;
}

#left{
	float: left;
	width: 168px;
	margin: 0px 19px 0px 4px;
}

#img_content{
	background-image: url(../images/content_center.jpg);
	background-repeat: no-repeat;
	width: 803px;
	float: left;
	height: 22px;
}

#info{
	float:left;
	padding:0 10px;
	width:776px;
}


#footer{
	bottom:  0px;
   background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 36px;
}

/*-----------------------------------------------------------------

ENDE

------------------------------------------------------------------*/

.menu{
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
	height:21px;
	margin-left:1px;
	padding-top:22px;
	width:180px;
}

.menu li{
	float: left;
	list-style: none;
	border-bottom: 1px dotted #333;
}

.menu li a{
	width: 170px;
	padding-left: 10px;
	display: block;
	color: #fff;
	line-height: 20px;
}

.menu a:hover{
	font-weight: bold;
}

.menu_music{
	background-image:url(../images/music.jpg);
	background-repeat:no-repeat;
	height:21px;
	margin:10px 0px 0px 1px;
	padding-top:22px;
	width:180px;
}

.menu_music li{
	float: left;
	list-style: none;
	border-bottom: 1px dotted #333;
}

.menu_music li a{
	width: 170px;
	padding-left: 10px;
	display: block;
	color: #fff;
	line-height: 20px;
}

.menu_music a:hover{
	font-weight: bold;
}

#werbung{
	background-image:url(../images/werbung.jpg);
	background-repeat:no-repeat;
	height:21px;
	margin:10px 0px 0px 1px;
	padding-top:22px;
	width:180px;
}

#werbung p{
	float: left;
	text-align: center;
}

p {
	line-height: 1.3;
}

.box {
	background-color: #ddddff; 
	border-top: 1px solid #e9e9e9; 
	border-bottom: 1px solid #e9e9e9; 
	padding: 10px;
}

h1 {
	font-family: Georgia, serif; 
	color: #001122;
}

.container {
	padding: 0 0 70px 0;
}
		
		
#message{
	display: block;
	display: none;
	z-index: 999; 
	opacity: .8;
	position: fixed;
	top: 100%;
	margin-top: -80px;
	left: 80%;
	margin-left: -80px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	width: 100px;
	/*line-height: 48px;
	height: 24px;*/
	padding: 10px;
	background-color: #000;
	font-size: 16px;
	text-align: center;
}

#message a {}

#copyright{
	color:#333333;
	padding:16px 0 0 18px;
}

#copyright a{
	color:#333333;
	font-style: italic;
}

#copyright a:hover{
	color:#fff;
	font-style: italic;
}