/* Styles und Layout für Feder-Galerie V.3 */
/* 18.12.2005 Kim Schneider, Martin Sojka */


/* Hintergrund, Schriftfarben, etc */

body {
background-color: #f2ead8;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 8pt;
text-decoration: none;
padding: 0;
margin: 0;
}

p 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 10pt;
text-decoration: none;
text-indent: 0.5em;
list-style-type: decimal;
}

h1
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 16pt;
font-variant: small-caps;
font-style: italic;
text-decoration: underline;
}

h2
{
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12pt;
font-style: italic;
text-decoration: underline;
}

h3
{
text-align: left;
text-transform: lowercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 10pt;
font-style: italic;
}

A:active {text-decoration: underline; font-weight: bold; color: #c8f1302;}
A:visited {text-decoration: underline; font-weight: bold; color: #663333;}
A:link {text-decoration: underline; font-weight: bold; color: #8f1302;}
A:hover {font-style: italic; font-weight: bold; color: #000000;}


/* Seitenaufteilung */

div.navioben 
{
position: fixed;
width: 100%;
left: 0;
top: 0;
height: 108px;
background-color: #f2ead8;
}

div.navilinks 
{
position: fixed;
width: 140px;
left: 0;
top: 108px;
height: 500px;
background-color: #f2ead8;
}

div.iframe 
{
position: absolute;
margin-top: 108px;
margin-left: 140px;
bottom: 0;
top: 0;
left: 0;
right: 0;
}