@charset "ISO-8859-1";
<!--

/* Allgemeines*/

a:link 	
{ 
	color:#A70B0B;
	text-decoration:none;
}

a:visited 
{ 
	color:#A70B0B;
	text-decoration:none; 
}

a:active 
{ 
	color:#A70B0B;
	text-decoration:none; 
}

a:hover 
{ 
	color:#A70B0B;
	text-decoration:underline; 
}
	
	
img 
{
	border: 0px #000000 solid;
/*	display: block;*/
}

body 
{
	background-color: #870b0b; 
	margin:0;
	margin-top: 15px;
	font-family: verdana;
}

hr
{
	border: 1px #000000 solid;
	height: 0px;
	width: 100%;
}


table
{
	border-width:0px;
	margin:0px; 
	width:100%;
	color:#000000; 
	line-height:16px; 
	font-family:verdana; 
	font-size:11px;
}




/* Spezielle */ 
/*Klassen*/


.fotogalerie
{
	padding: 0px 10px 10px 0px;
	float:left;
}

.fotogalerie img
{
	border: 5px #870B0B solid;
	display: block;
}

.video
{
	float:left;    
	width: 276px;
	border: 4px #870B0B solid;
	background-color:#870B0B;
	margin: 10px 0px 10px 0px;
}

.videobeschreibung
{
	float:left; 
    width: 264px;
	padding: 6px 6px 3px 6px;
	color: #fff;
	font-weight:bold;
	background-color:#000;
}

.videobeschreibung:hover
{
	color:#A70B0B;
	font-weight:bold;
}

/*IDs*/

#box_oben 
{
	width:1102px; 
	height:152px; 
	margin:0 auto;
}

#box_gitarrenkopf
{
	width:110px; 
	height:64px;
	float:left;
	margin-top:88px;
	background-color: #870B0B;
}

#box_oben_mitte
{
	width:710px; 
	height:152px;
	float:left;
}

#box_header
{
	border-width: 5px 5px 0px 5px;
	border-style: solid; 
	border-color: #000000;
	width:700px; 
	height:120px;
	float:left;
}


#box_menue
{
	width:674px; 
	padding-left:30px;
	height:26x;
	border-width: 1px 2px 0px 4px;
	border-style: solid;
	border-color: #ddd;
	float:left;
	background: #000 url(style/hals2.gif) repeat-x;
	/* Folgende Angaben sind nötig, damit Aufklappmenü über diversen Inhalten liegt! */
	z-index:100;
	position: relative;
}

#box_menue_innen
{
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #ddd;
	float:left;
}

#box_gitarrenkorpus
{
	width:282px; 
	height:139px;
	margin-top:13px;
	float:left;
	background-color: #870B0B;
}




/*IDs*/


#box_unter_linie
{
	width:100%; 
	min-width:1104px;
	margin:0;
	border-top: 1px solid #999; 
	background:#870b0b url(style/hintergrund-unten.jpg) repeat-x; 
}	


#box_unten
{
	width:1104px;
	margin:0 auto;
}

#box_inhalte
{
	width:702px;
	background-color: #fff;
	border-width: 0px 5px 1px 5px;
	border-color:#000000;
	border-style:solid;
	margin-left: 111px;
	margin-right: 282px;
}



#box_footer
{
	clear:left;
	width:702px; 
	height:20px; 
	background-color:#000; 
	color:#FFFFFF;
	line-height:16px; 
	font-family:verdana; 
	font-size:9px;
	text-align:right;
}

#box_footer a:link 	
{ 
	color:#fff; 
	text-decoration:none; 
}

#box_footer a:visited 
{ 
	color:#fff; 
	text-decoration:none; 
}

#box_footer a:active 
{ 
	color:#fff;
	text-decoration:none; 
}

#box_footer a:hover 
{ 
	color:#fff;
	text-decoration:underline;
}





/* Formatierung für Inhalte und Text */

#rechts
{
	width:315px; 
	padding:15px 16px 10px 10px; 
	float:left;
	color:#000000; 
	line-height:16px; 
	font-family:verdana; 
	font-size:11px;
	overflow:hidden; 
	text-align: justify;
	/*min-height: 360px;*/
}

#rechts h1
{
	font-size: 16px;
	color:#870B0B;
	line-height:24px;
	margin:0;
	text-align: left;
}

#rechts h3
{
	font-size: 14px;
	color:#870B0B;
	line-height:24px;
	margin:0;
	text-align: left;
}

#links
{
	width:340px; 
	padding:15px 5px 10px 16px; 
	float:left;
	color:#000000; 
	line-height:16px; 
	font-family:verdana; 
	font-size:11px;
	overflow:hidden; 
}

#links h1
{
	font-size: 16px;
	color:#870B0B;
	line-height:24px;
	margin:0;
	text-align: left;
}

#links h3
{
	font-size: 14px;
	color:#870B0B;
	line-height:24px;
	margin:0;
	text-align: left;
}

 
 
-->