/*name der site: martin schneider/fotografie*/

/*farben
hintergrund: #fefefe
schrift normal: #939393
schrift ausgewaehlt: #404040
button dreieck normal: #d9d9d9
button dreieck ausgewaehlt: #808080*/

/*schrift
fliesstext: 12px, normal
navi: 14px, normal
ueberschift index: 20px, normal*/

/*bilder
grosse bilder: hoehe 300px
kleine bilder: 25x25px*/

/*type-selektoren, die fŸr alle gelten*/
html, body, p, h1, div
{margin: 0;
padding: 0;
background-color: #fefefe; 
font-size: 12px;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #939393;
font-weight: normal;
font-style: normal;}

/*type-selektoren, die allgemein gelten, aber spezieller sind*/
h1
{font-size:18px;
position: absolute;
top: 50px;
left: 60px;
font-weight: normal;
font-style: normal;}


/* a-tags zur allgemeinen verwendung*/
a
{color: #404040;
text-decoration:none;}

a:link
{color: #939393;
text-decoration:none;}

a:hover
{color: #404040;
text-decoration:none;}

a:active
{color: #404040;
text-decoration:none;}

a:visited
{color: #939393;
text-decoration:none;}


/*id-selektoren, die auf allen seiten verwendet werden*/
div#navi
{position: absolute;
top: 180px;
left: 60px;
font-size:12px;
line-height: 18px; }


div#bildgross 
{position:absolute;
top: 130px;
left: 220px;}

div#bildgrosshoch 
{position:absolute;
top: 130px;
left: 310px;}

div#bildpanorama 
{position:absolute;
top: 330px;
left: 220px;}



div#pfeile
{position: absolute;
top:460px;
left: 335px;}



/*id-selektoren, die nur in speziellen kapiteln verwendet werden 
kunden */
div#fliesstext
{position: absolute;
top: 180px;
left: 290px;
line-height: 18px;
font-size: 11px;
width: 430px;
height: 300px;}

div#fliesstextimpressum
{position: absolute;
top: 180px;
left: 290px;
line-height: 18px;
font-size: 11px;
width: 300px;
height: 300px;}