/* body */
body 
	{
	color: white;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	background-color: #000000;
	margin: 0px; 
  scrollbar-face-color:#0F151A;
  scrollbar-track-color:#0F151A;
  scrollbar-arrow-color:#CCCCCC;
  scrollbar-highlight-color:#CCCCCC;
  scrollbar-shadow-color:#CCCCCC;
  scrollbar-3dlight-color:#0F151A;
  scrollbar-darkshadow-color:#0F151A;
  	overflow:auto;
  
  
  }

/* Zentrieren Inhaltsfenster*/
#content    
	{
	position: absolute;
	left: 50%;
	margin-left: -455px;
	width: 910px;	
	top: 50%;
	margin-top: -325px;
	height: 650px;
	border: 2px solid #CCCCCC;
	background-color: #101519;
	background-image:   url(pics/bg_dunkel.jpg);
	background-repeat: no-repeat;
	}

/* Positioniernung Navigation */
#navigation {
	position: absolute;
	left: 54px; 
	text-align: right;
	bottom: 10px;
}

/* Linie neben Navigation */

#linie {
	position: absolute;
	left: 193px;
	bottom: 10px;
	width: 1px; 
	height: 475px; 
	background-color: #999999;
}

/* Positioniernung und Schrift der Ueberschriften */
#ueberschrift {
		position: absolute;
		left: 340px;
		top: 40px;
		font-family: Verdana, Geneva, Arial, sans-serif;
		font-weight: bold;
		font-size: 25px;
		color: #FFFFFF;
}
/* Positioniernung und Text Haupt-Inhalt */
#textbereich {
		position: absolute;
		left: 340px;
		top: 100px;
		font-family: Verdana, Geneva, Arial, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		text-align: left;
		line-height: 1.5;
		width: 566px;
		height: 533px;
		overflow: auto;
}

/* Positioniernung Navigation (Seiten mit Unterseiten) */
#navInlay {
		position: absolute;
		left: 340px;
		top: 100px;
		font-family: Verdana, Geneva, Arial, sans-serif;

}

/* Positioniernung Inhalt auf den Unterseiten */
#inlay {
		position: absolute;
		left: 340px;
		top: 163px;
		font-family: Verdana, Geneva, Arial, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		text-align: left;
		line-height: 1.5;
		width: 566px;
		height: 470px;
		overflow: auto;
}

/* Positionierung Inhalt auf den Gitarren-Seiten*/
#inlayGuit {
		position: absolute;
		left: 340px;
		top: 193px;
		font-family: Verdana, Geneva, Arial, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		text-align: left;
		line-height: 1.5;
		width: 566px;
		height: 440px;
		overflow: auto;
}


/* Darstellung der Links Generell*/
a:link {  	
	font-family: Verdana, Geneva, Arial, sans-serif; font-size: 13px; color: #cccccc; font-weight: bold; line-height: 1.4; text-decoration: none; 
	}
a:visited {  
	font-family: Verdana, Geneva, Arial, sans-serif; font-size: 13px; color: #cccccc; font-weight: bold; line-height: 1.4; text-decoration: none; 
	}
a:hover {  
	font-family: Verdana, Geneva, Arial, sans-serif; font-size: 13px; color: #999999; font-weight: bold; line-height: 1.4; text-decoration: none; 
	}
a:active {
	font-family: Verdana, Geneva, Arial, sans-serif; font-size: 13px; color: #ffffff; font-weight: bold; line-height: 1.4; text-decoration: none; 
	}

/* Umgehen von a:active bei neu-geladenen php-Seiten */

#nav  a {
font-family: Verdana, Geneva, Arial, sans-serif; font-size: 13px; color: #cccccc; font-weight: bold; line-height: 1.4; text-decoration: none; 
}

#nav a:hover {
font-family: Verdana, Geneva, Arial, sans-serif; font-size: 13px; color: #999999; font-weight: bold; line-height: 1.4; text-decoration: none; 
}

/* .about in about.php anpassen, a#aboutnav in nav.php anpassen*/

.about a#aboutnav,
.guitars a#guitarsnav,
.bass a#bassnav,
.sandwich a#sandnav,
.building a#buildingnav,
.workshop a#workshopnav,
.gallery a#gallerynav,
.customers a#customersnav,
.sound a#soundnav,
.press a#pressnav,
.links a#linksnav,
.contact a#connav,

.workshop1 a#shownav, 
.workshop1 a#workshopnav,
.workshop2 a#work_shop,
.workshop3 a#tonewood,
.workshop4 a#repair,

.guitars1 a#arched, 
.guitars3 a#sandM,
.guitars4 a#nylon,
.guitars5 a#steel, 
.guitars6 a#resonator,
.guitars7 a#lapsteel,
.guitars8 a#custom,
.guitars9 a#alu,
.guitars10 a#django,
.guitars11 a#gypsy,
.guitars12 a#eguitar,

.bass1 a#double, 
.bass2 a#edouble,
.bass3 a#sandBass,
.bass4 a#sandDB,
.bass5 a#eBass
 {
	color: #fff;
}



/* Ueberschriften auf den Unterseiten */
.ueberschrift {
		font-family: Verdana, Geneva, Arial, sans-serif;
		font-weight: bold;
		font-size: 16px;
		color: #FFFFFF;
}

/* Text mit 20px Abstand zum rechten Rand */
.text {
		font-family: Verdana, Geneva, Arial, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		line-height: 1.5;
		padding-right:20px;
}

/* Text ohne Abstand */
.text0 {
		font-family: Verdana, Geneva, Arial, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
}

/* Rahmen ums Bild */
.rahmenBild    
	{
	border: 1px solid #999999;
	margin-bottom: 0px;
	margin-right: 0px;
	}

