/*Grundformatierung der kompletten Seite*/

body{
background: url(hintergrund_kuerzer.gif);
background-color: none;
background-repeat: no-repeat;
font-family: tahoma, arial, verdana, eurostile, sans-serif;
}

/*Allgemeine Schriftformate*/

.grund{font: 12px normal verdana, sans-serif; color: #ffffCC;
text-align: justify; line-height: 18px;}
.titel{font: 12px bold verdana, sans-serif; color: #ffffff; line-height: 18px;}
.link{font: 12px bold verdana, sans-serif; color: #ffff99; line-height: 18px;}

a{text-decoration: none;}

/*Menuebox -> Enthaelt die einzelnen Menuepunkte*/

#navigation{
position: absolute;
left: 50px; top: 280px;
width: 150px; height: auto;
background: transparent;
}

/*Mouse-Over Effekt der Menuepunkte*/

#navigation a{
display: block;
background: transparent;
text-decoration: none;
}

#navigation a:hover{
display: block;
background: transparent;
text-decoration: none;
}

a img.a {display:inline;}
a img.b {display:none;}

a:hover img.a {display:none;}
a:hover img.b {display:inline;}

#navigation b{
display: block;
background: transparent;
text-decoration: none;
}

/*Infobox -> enthaelt die Texte*/

.box1{
background: transparent;
position: absolute;
left: 250px;
top: 300px;
width: 510px;
height: 250px;
text-align: left;
}

/*Randlose Bildverlinkung*/
 	
img{border: 0px;}

/*Kapitelueberschrift*/
.box2{
background: transparent;
position: absolute;
left: 360px;
top: 205px;
height: 20px;
width: auto;
text-align: left;
}
