@charset "UTF-8";
/* CSS für RAW BAR MUNICH */

body {
	background-color:#000;
	/*height: 1200px;*/
	}
#main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	}
#links {
	position:absolute;
	width: 200px;
	height:80px;
	top: 200px;
	margin-left: 0px;
	background:url(../images/btn_contact.jpg) 0 0;
	}	
#links:hover {
	background:url(../images/btn_contact.jpg) 0 -80px;
	}	
	
#content {
	position: absolute;
	margin-left:200px;
	width: 500px;
	height:500px;
	}
#rechts {
	position:absolute;
	margin-left: 700px;
	width: 200px;
	height:80px;
	top: 200px;
	background:url(../images/btn_pictures.jpg) 0 0;
	}
#rechts:hover {
	background:url(../images/btn_pictures.jpg) 0 -80px;
	}
#unten {
	position:absolute;
	top: 500px;
	margin-left: 370px;
	width: 200px;
	height:80px;
	background:url(../images/btn_news.jpg) 0 0;
	}
#unten:hover {
	background:url(../images/btn_news.jpg) 0 -80px;
	}
.btn {
	display:block;
	width:200px;
	height:80px;
	overflow:hidden;
	}	
	
hr {
	border-style:solid;
	width:1000px;
	float:left;
	color:#600;
	}	
#text_home {
	position: absolute;
	top:600px;
	
}	
#text {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-left: 70px;
	width: 800px;
	top: 900px;
	color:#aa0e22;
	text-align:center;
	line-height: 25px;
	}
#text_2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-style:italic;
	
	padding-left: 130px;
	width: 800px;
	margin-top: 10px;
	color:#600;
	text-align:center;
	line-height: 20px;
}	
#text_3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	position:relative;
	color:#aa0e22;
	line-height: 25px;
}		
a {
	/*position:relative;*/
	color:#aa0e22;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	}	
a:hover {
	color:#F00;
	}
.btn a {
	display: block;
	width: 200px;
	height: 80px;
	
}
#links img:hover {
	background-position-y:-80px;
}

#bilder a img{
	border: 0px;
	border-style:none;
	margin:0 5px 5px 0;
	}
/* --- contact  ---- */

#links_contact {
	position:absolute;
	top: 50px;
	left: 0px;
	width: 200px;
	height:200px;
	background:url(../images/logo_200.jpg) 0 0;
}
#links_contact a {
	display: block;
	width: 200px;
	height:200px;
}
#content_contact {
	position: absolute;
	left: 300px;
	top: 50px;
	color:#aa0e22;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 25px;
}
#content_contact hr {
	border-style:solid;
	width:500px;
	float:left;
	color:#600;
	}
#text_2_contact {
	font-style: italic;
	font-size: 12px;
}
#text_3_contact {
	font-size: 12px;
	padding-top: 10px;
}	

/* ---- pictures ---- */
#main_pictures {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	}
#content_pictures {
	position: absolute;
	left: 250px;
	top: 50px;
	width: 700px;
	padding-bottom: 50px;
}
#text_1_pictures {
	color:#aa0e22;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 25px;	
}
#content_pictures img{
	border: none;
}	