/***********************************************
	css schwindt-art.com
	author: Annette Schwindt
************************************************/

html {height:101%}

* {margin:0; padding:0;}

body {
     background-color: #000000;
     background-image: url(hintergrund.jpg);
     background-position: top left;
     background-attachment:fixed;
     background-repeat: no-repeat;
     margin: 0px;
     padding: 0px;
     font-family: Verdana, Helvetica, sans-serif;
     }

/***********************************************
		navi
************************************************/

#navi {   position: fixed;
          top: 70px;;
          left: 0;
          width: 110px;
          padding:20px 0 20px 10px;
          float:left;  /*for IE 6*/
}

#navi ul {
          list-style:none;
          margin:0; padding:0;
          text-align: right;
          font-family:Arial, Helvetica, sans-serif;
          font-size: 0.8em;
          font-weight: 600;
          line-height: 1.3em;
          color: #dcdcdc;}

#navi li {border-bottom: 1px dotted #a1a1a1;
          margin:2px;
          padding:0.5em;
}


#navi a:link    {font-weight:500;text-decoration:none; color:#dcdcdc;}
#navi a:visited {font-weight:500;text-decoration:none; color:#dcdcdc;}
#navi a:hover   {font-weight:600; color:#aa0000;}
#navi a:active  {font-weight:500;text-decoration:none; color:#aa0000;}


/***********************************************
		inhalt
************************************************/
#inhalt {background-color: #ffffff;
         border-right: 2px solid #dcdcdc;
         border-bottom: 2px solid #555555;
         border-left: 2px solid #dcdcdc;
         margin:0 60px 0 140px;
         min-width: 650px;
         max-width: 900px;
         padding:15px 40px;
         z-index:2;}


h1 { font-size: 3em;
     font-weight: 300;
     line-height: 1.2em;
     font-family: 'Times New Roman', Times, serif;
     font-style: italic;
     letter-spacing:1px;
     margin-bottom: 0.5em;
     color: #aa0000;}

h2 {
     font-size: 1.3em;
     font-weight: 500;
     line-height: 1.3em;
     font-family: 'Times New Roman', Times, serif;
     font-style: italic;
     letter-spacing:1px;
     color: #aa0000;
     margin-bottom: 0.5em;
}

p {
     font-size: 0.8em;
     font-weight: 300;
     line-height: 1.6em;
     color: #500000;
     margin-bottom: 1em;
}

ul    {font-size: 0.8em;
       line-height: 125%;
       font-weight: 300;
       margin:1em 0 1em 1.2em;
       padding:0;
       color: #500000;}

li     {padding:0 0 0.6em 0.4em;}

img  {border-top: 1px solid #dcdcdc;
      border-left: 1px solid #dcdcdc;
      border-right: 1px solid #878787;
      border-bottom:1px solid #878787;}

/***********************************************
		links
************************************************/

a:link    {text-decoration:underline; color:#550000;}
a:visited {text-decoration:underline; color:#550000;}
a:hover   {text-decoration:none; color:#550000;}
a:active  {text-decoration:none; color:#aa0000;}



/***********************************************
		klassen
************************************************/

.mitte {text-align:center;
}

.galerie img {margin:0.5em;
}

.galeriedetailansicht   {overflow:auto;
                         height:485px;
                         width:645px;
                         border-top:1px dashed #dcdcdc;
                         border-right:1px dashed #dcdcdc;
                         border-bottom:none;
                         border-left:1px dashed #dcdcdc;
                         margin: auto;}

.newsticker {line-height: 1.5em;
}


.zumseitenanfang {text-align:center;
                  font-size:0.8em;
}