/* Definition der Schriftarten in Absatz und Tabelle */


p  
{
 font-family:Trebuchet MS, Verdana,Arial; 
 font-size: 9pt; 
 color:#888888;
}

td 
{
 font-family:Trebuchet MS, Verdana,Arial; 
 font-size: 9pt; 
 color:#888888;
}

.titel 
{
 font-family:Trebuchet MS, Verdana, Arial; 
 font-size:20pt; 
 font-weight:bold;
 color: #888888;
}

.untertitel 
{
 font-family:Trebuchet MS, Verdana,Arial; font-size: 9pt; 
 color:#888888; 
 font-weight:bold;
}

/* Definition der Linkdarstellung */

a:hover 
{ 
 font-family:Trebuchet MS, Verdana,Arial; 
 font-size: 9pt; 
 color:#111111; 
 text-decoration:underline;
}

       /* Einrückung der Links im Menu links - anzuwenden in der Tabellenzelle (Anwendung im Link funktioniert bei Mozilla nicht) */
.untermenu {text-indent:10pt}

.normallink 
{
 font-family:Trebuchet MS,Verdana,Arial; 
 font-size: 9pt; 
 color:#888888; 
 text-decoration:none;
}


/* Positionierung des Copyright-Links am Boden der Box Menu links */
.posunten 
{
 position:absolute; 
 bottom:0px;
 visibility: visible;
}


/* Allgemeine Dateiinformationen im body */
body 
{
 background-color:#FFFFFF; 
 font-family: Trebuchet MS, Verdana, Arial;
 scrollbar-base-color:#FFFFFF;
 scrollbar-3dlight-color:#D2D2D2;
 scrollbar-arrow-color:#D2D2D2;
 scrollbar-darkshadow-color:#D2D2D2;
 scrollbar-face-color:#FFFFFF;
 scrollbar-highlight-color:#FFFFFF;
 scrollbar-shadow-color:#D2D2D2;
 scrollbar-track-color:#FFFFFF;
}
 

/* Definition des Sendebuttons im Kontaktformular */
.button 
{
 font-family: Trebuchet MS, Verdana, Arial; 
 font-size: 9pt; 
 color: #888888; 
 background-color: #FFFFFF; 
 border: #888888; 
 border-style: solid; 
 border-top-width: 1px; 
 border-right-width: 1px; 
 border-bottom-width: 1px; 
 border-left-width: 1px;
}


/* Definiton der Boxen */

.boxtitel
{
 position:absolute; 
 left:20px; 
 top:20px; 
 width:700px; 
 height:40px; 
 visibility: visible; 
 z-index:1;
}

.boxuntertitel
{
 position:absolute; 
 left:580px; 
 top:90px; 
 width:200px; 
 height:20px; 
 z-index:2;
 visibility: visible; 
}


.boxmenulinks
{
 position:absolute; 
 left:20px; 
 top:130px; 
 width:100px; 
 height:315px; 
 z-index:3;
 visibility: visible; 
}

.boxmenuoben
{
 position:absolute; 
 left:20px; 
 top:90px; 
 width:400px; 
 height:20px; 
 z-index:4;
 visibility: visible; 
}

.boxstrichlinks 
{
 position:absolute; 
 left:120px; 
 top:130px; 
 width:15px; 
 height:315px; 
 z-index:5; 
 visibility: visible; 
 overflow: hidden;
}

.boxstrichrechts
{
 position:absolute; 
 left:654px; 
 top:130px; 
 width:15px; 
 height:315px; 
 z-index:6; 
 visibility: visible; 
 overflow: hidden
}


/* Kleine Bilder beim ersten Aufruf der Seite */
.boxthumbsfirst
{
 position:absolute; 
 left:160px; 
 top:130px; 
 width:470px; 
 height:111px; 
 visibility: visible;
 z-index:7;
}

/* Definition Menu rechts Linkbildchen - zu Beginn hidden */
.boxthumbs
{
 position:absolute; 
 left:670px; 
 top:130px; 
 width:110px; 
 height:373px; 
 z-index:8; 
 visibility: hidden; 
 overflow: visible;
}

/* Definition Menu rechts von Beginn an visible - in Kontaktseite */
.boxmenurechts
{
 position:absolute; 
 left:670px; 
 top:130px; 
 width:110px; 
 height:373px; 
 z-index:8; 
 visibility: visible; 
 overflow: visible;
}

/* Definition für alle Fotoboxen - zu Beginn hidden */
.boxbild
{
 position:absolute; 
 left:160px; 
 top:130px; 
 width:470px; 
 height:379px; 
 z-index:9; 
 overflow: visible; 
 visibility: hidden;
}

