/* <style type="text/css"> */


/* DATEI: layout.css */



/* body { margin-top:5px; margin-bottom:10px; background-color:#CC99FF; } */
body { margin-top:5px; margin-bottom:10px; background-image: url(../images/holz-hell.jpg); }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */



/*
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; 
       color:#730073 }
*/



/* Titel */
h1 { 	font-family: Verdana, Tahoma, Arial, Helvetica, san-serif; 
	font-size:150%; 
	color:#660000; }

/* Menu-Titel */
h2 { 	font-family: Verdana, Tahoma, Arial, Helvetica, san-serif; 
	font-size:80%; 
        font-weight=bold;
	color:#660000; }

/* Menu-Untertitel */
h3 { 	font-family: Verdana, Tahoma, Arial, Helvetica, san-serif; 
	font-size:80%; 
	color:#660000; }

/* Seiten-Titel */
xxxh3 { 	font-family: Verdana, Tahoma, Arial, Helvetica, san-serif; 
	font-weight: bold;
	font-style: normal; 
	font-size:130%; 
	color:#000000; }

h4 { 	font-family: Verdana, Tahoma, Arial, Helvetica, san-serif;  
 	font-weight:normal;
	font-size:60%;
	color:#660000;}

/* Untertitel */
h5 { 	font-family: Verdana, Tahoma, Arial, Helvetica, san-serif; 
	font-size:100%; 
	color:#034FA3; }

/* footer */
h6 { 
	font-family: Verdana, Tahoma, Arial, Helvetica, san-serif; 
	font-style: normal; 
	font-weight: normal;
	font-size:8pt; 
	color:#000000; }

/* p,ul,ol,li,div,td,th,address,nobr,b,i {  */

/* normaler Text */
p,b,td { 
	font-family: Verdana, Tahoma, Arial, Helvetica, san-serif; 
	font-size:10pt; 
	color:#660000; }

/*	font-style: normal; 
	font-weight: normal; */

A {text-decoration: none;}
A:hover {text-decoration: underline;}

/* TD {font: Arial,Arial MT,Arial Narrow,Trebuchet MS,Helv,Helvetica,Monaco,MS Sans Serif;} */

a:link { color:#660000; text-decoration:none; }
a:visited:hover { color:#660000; text-decoration:underline; }
a:active { color:#660000; text-decoration:none; }


/*
a:link { color:#AA5522; text-decoration:underline; }
a:visited { color:#772200; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }
*/


/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }

/* </style> */
