/* Perger Kunst INDEX */

body {
  height:100%;
  margin:0;
  padding:0;
  background-color:#000;
  text-align:left;
  font-family:Verdana, Arial, sans-serif;
  font-size:12px;
  scrollbars:auto;
  scrollbar-base-color:#000;
  scrollbar-3dlight-color:#000;
  scrollbar-arrow-color:#000;
  scrollbar-darkshadow-color:#000;
  scrollbar-face-color:#fff;
  scrollbar-highlight-color:#fff;
  scrollbar-shadow-color:#fff;
  scrollbar-track-color:#fff;
 }
table {
  text-align:justify;
  font-family:Verdana, Arial, sans-serif;
  color:#333;
  font-size:12px;
 }

img 
{
 border:0;
}

a {
text-decoration:none;
color:#000;
}

a:hover {
text-decoration:underline;
}

h1 {
  font-family:Verdana, Arial, sans-serif;
  font-size:18px;
  color:#006;
  text-decoration:none;
  letter-spacing:0.1em;
}

h2 {
  font-size:14px;
  color:#006;
  letter-spacing:0.1em;
}

p {
text-align:justify;
}


/* Header */

#header {
  margin:0;
  padding:0;
  height:110px;
  width:100%;
  background-color:#eee;
  border: 0 none;
  z-index:1;
}

 
/* Menue */

#menue {
  
  position:absolute;
  top:260px;
  left:32px; 
  width:140px; 
  height:auto; 
  font-family:Verdana, Arial, sans-serif;
  font-size:14px;
  color:green;
  line-height:50px;
  padding:5px;
  padding-top:8px;
  padding-bottom:12px;
  background-color:#;
  background-repeat:no-repeat;
  border-width:1px;
  border-style:dashed;
  border-color:#fff;
  z-index:6;
}

/* Hauptfenster */

#main {
  
  position:absolute;
  top:152px;
  left:204px; 
  width:auto;
  height:auto;
  margin-bottom:12px;
  margin-right:24px;
  padding:8px;
  padding-right:24px;
  padding-bottom:24px;
  color:#1D2C7C;
  background-color:#;
  border-width:1px;
  border-style:solid;
  border-color:##006;
  z-index:7;
}


/* Aufzaehlung */

ul.xyz { 
list-style-position: outside; 
list-style-image: url(../img/xyz.gif); 
}


@media print {
  #menue { display:none; }
  #main { border:0 none; float:none; width:auto; margin:0; }
}

