/*--------------------------------------------------------------------------
Stylesheet für "visionart-malerei.de"

(c) - Copyright Patrick Oscity ( patrick[dot]oscity[at]gmail[dot]com )
    
Verwendete Farben
  #000000         Hintergrund
  #993300         Überschrift (h2), Zitat (blockquote)
  #614808         Text (#content)
  #0A9CAD         Link (#content)
  #EA5142         Link Hover (#content)
  #664405         Text & Link (#footer)
  #B0830F         Link Hover (#footer)
    
Weitere Daten
  CSS             2.0
  Browser         Geckos
  Ausfuehrung     1.0
  Datum           24.10.2006
  Homepage URL    http://www.visionart-malerei.de/
--------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
Allgemeine Angaben
--------------------------------------------------------------------------*/
* {
margin:0;
padding:0;
font-variant:small-caps;
}

body {
margin:0;
padding:0;
font:12px Arial, Helvetica, sans-serif;
background: #000 top left url(../img/menu/bg.jpg) no-repeat;
}

h2 {
font-size:16px;
margin:0 0 15px 0;
text-transform:uppercase;
color:#993300;
}

h3 {
font-size:12px;
margin:10px 0 5px 0;
text-transform:uppercase;
color:#CC6600;
}

blockquote {
font-style:italic;
text-align:center;
color:#CC6600;
background:url(../img/menu/blockquote_lu.png) left bottom no-repeat;
}

dt{
font-weight:bold;
}
dd {
margin:-1.25em 0 0 8em;
}

strong {
text-transform:uppercase;
}

.verysmall { /* Für die Angaben im Impressum */
font-size:9px;
text-indent:0px;
text-transform:uppercase;
}

a>img { /* Kein Rahmen bei verlinkten Bildern */
border:none;
}

/*--------------------------------------------------------------------------
Positionierung / Layout
--------------------------------------------------------------------------*/
#wrap {
position:absolute;
left:0px;
top:100px;
height:500px;
width:749px;
}

#content {
position:absolute;
width:464px;
height:365px;
top:15px;
right:15px;
overflow:auto;
color:#614808;
text-align:justify;
}
#content p {
text-indent:3em;
}
#content a:link {
color:#0A9CAD;
text-decoration:underline;
}
#content a:hover {
color:#EA5142;
text-decoration:underline;
}
#content a:visited {
color:#0A9CAD;
text-decoration:underline;
}
#content a:active {
color:#0A9CAD;
text-decoration:underline;
}
#content div#imgnavi {
margin:0 0 15px 0;
}
#content div#imgmain {
float:left;
}
#content div#imgdesc {
margin:25px 0 0 210px;
}

#navi {
position:absolute;
top:180px;
left:0px;
width:220px;
text-align:right;
}
#navi img {
border:none;
}
#navi ul>li>a>img {
border:0px;
}
#navi a:link {
color:#2F2200;
text-decoration:underline;
}
#navi a:hover {
color:#EA5142;
text-decoration:underline;
}
#navi a:visited {
color:#2F2200;
text-decoration:underline;
}
#navi a:active {
color:#2F2200;
text-decoration:underline;
}

#footer {
position:absolute;
top:390px;
left:150px;
width:594px;
font-size:10px;
color:#664405;
vertical-align:top;
text-align:right;
margin:15px 0 0 0;
padding:0 5px 0 0;
}
#footer a:link {
color: #664405;
text-decoration:underline;
}
#footer a:hover {
color: #B0830F;
text-decoration:underline;
}
#footer a:visited {
color: #664405;
text-decoration:underline;
}
#footer a:active {
color: #664405;
text-decoration:underline;
}


/*--------------------------------------------------------------------------
Layout Galerie
--------------------------------------------------------------------------*/
#content div#oben { /* Positioniert die Vor/Zurück Leiste */

}
#content div#desc { /* Beschreibung des Bildes */

}
#content img#foto { /* Positioniert das Foto */

}

/*--------------------------------------------------------------------------
Ende Stylesheet
--------------------------------------------------------------------------*/