body {	background: #000000;
		color: #FFFFFF;
		font-family: Arial, sans-serif;
		margin: 0 0 0 0;
}
		 
div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 10px auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    min-height: 600px;
    padding: 1em;
    border: 2px ridge white;
    position: relative;
    font-weight: bold;
  }
	
h1 { font-size:14pt; }
	
div#bild { border:0px;position:absolute; top:10px; right:10px; }

		
div.navi {
	/*	margin: 10 10 10 10;*/
		text-align: left;
}		
		
a.navi {
		text-decoration: none;
		padding: 0.3em 1em;
		font-weight: bold;
		font-size:12pt;		
}		

a.text {
		text-decoration: underline;
		font-weight: bold;		
		color: white;
}

a.navi:focus { font-weight:bold; color: #843204; text-decoration:none; background: #FFFFFF; }
a.navi:hover { font-weight:bold; color: #843204; text-decoration:none; background: #FFFFFF; }

.normal {
	color: white;
	font-size: 10pt;
	text-align: left;
}

.start_normal {
	color: white;
	font-size: 10pt;
	text-align: left;
	margin-left:15%;
	margin-right:15%;
}

.aktiv {
 		color: black;
		background: #843204;		
}
a.navi:focus aktiv { font-size:12pt;font-weight:bold; color: #843c00; text-decoration:underline; background: #FFFFFF; }
a.navi:hover aktiv { font-size:12pt;font-weight:bold; color: #843c00; text-decoration:underline; background: #FFFFFF; }


div#werkstatt,div#fachhandel,div#kontakt,div#ueberuns {
    width: 100%;
    padding-top: 0.1em;
    font-size: 10pt;
    text-align: justify;
  }
  
td {
    padding-top: 0.1em;
    font-size: 10pt;
    text-align: justify;
    font-weight: bold;
  }  
  
div#start {
    width: 100%;
    padding-top: 0.5em;
    font-size: 14pt;
    text-align: center;
    font-weight: normal;
  }
  
div#start h1 {
    font-size: 18pt;
    text-align: center;
}  

div#start a {
    color: white;
}  

div#bottom { 
 		position:absolute; bottom: 5px; left: 175px;
 		text-align: center;
		font-size: 8pt; }
		


.big { font-size:12pt; }

