@charset "utf-8";


/* -------------------------------------
	Globale Elemente
------------------------------------- */

body {
 	color: #666; background-color: #000;
	background-image:url('../bilder/faiss_hintergrund_01.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
  	font-family: Helvetica,Arial,sans-serif;
 	font-size: 12px;
 	line-height: 1.8em;
  	margin: 0; padding: 0;
}

div#head {
    position: absolute;
    width:760px;
    height:150px;
    left:0px;
    top: 0px;
}

div#columns {
    position: relative;
    width: 760px;
	top: 150px;
	left: 70px;	
}


h1 {
	text-transform: uppercase;
	letter-spacing: 0.1em;	
	font-size: inherit;
	border-bottom-width:1px; 
   	border-bottom-style:solid;
   	border-bottom-color:#666;
}

h2 {
	text-transform: uppercase;
	letter-spacing: 0.1em;	
	font-size: inherit;
	border-bottom-width:1px; 
   	border-bottom-style:solid;
   	border-bottom-color:#666;
}

a:link {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;}
	
hr {
	background-color: #666;
	color: #666;
	border: 0;
	height: 1px; 
}	




/* -------------------------------------
	Navigation
------------------------------------- */

ul#Navigation {
	position: fixed;
	width: 140px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: right;
	text-shadow: 2px 2px 2px #000;
	left: 50px; 
	top: 191px;
	padding: 0;  
}

ul#Navigation li {
	list-style: none;
	margin: 0; 
	padding: 0.5em;
}

ul#Navigation a {
	text-decoration: none;
	display: block;
	padding: 0.2em;
	font-weight: bold;
}

ul#Navigation a:link {
	color: white; 
}

ul#Navigation a:visited {
	color: white; 
}

ul#Navigation a:focus {
	color: #FC0; 
	text-decoration: none; 
}

ul#Navigation a:hover {
	color: white;
	text-decoration: underline; 
}

ul#Navigation a:active {
	color: #FC0; 
	text-decoration: none; 
}


/* aktive Seite in der Navigation durch Kontext-Selektoren hervorheben
http://www.andreas-kalt.de/webdesign/tutorials/ausgewaehlte-seite-hervorheben */

#page_1 #anfahrt a {
	color: #FC0;
	cursor: default;
	text-decoration: none;  
}

#page_2 #impressum a {
	color: #FC0;
	cursor: default;
	text-decoration: none;  
}

#page_3 #index a {
	color: #FC0;
	cursor: default;
	text-decoration: none;  
}

#page_4 #leistungen a {
	color: #FC0;
	cursor: default;
	text-decoration: none;  
}

#page_5 #aktuelles a {
	color: #FC0;
	text-decoration: none;  
}

#page_6 #datenschutz a {
	color: #FC0;
	text-decoration: none;  
}

/* -------------------------------------
	Hauptspalte
------------------------------------- */

div#Inhalt {
	position: absolute;
	width: 350px;
	left: 140px; 
	top: 40px;
	padding: 10px;
}

#Inhalt ul {
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 30px;
	padding: 0;
	list-style-type: square;
}


.light {
	font-weight: normal;
}


/* -------------------------------------
	rechte Spalte
------------------------------------- */

div#Logo {
	margin-left: -10px;
}

div#Info {
	position: fixed;
	width: 200px;
	left: 580px; 
	top: 141px;   
	padding: 10px;
}


