/**
 * Erweitertes Stylesheet für Iodclan Seite
 * Autor: [IoD]Thunderbird
 * Datum: 15.04.2006
 */

h1, h2, h3, h4, h5, h6 {
   margin: 5px 0 5px 0;
   padding: 0;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }



input, textarea, select {
   font-family: Arial, Verdana, Tahoma;
   background-color: #020202;
   border: 1px solid #565656;
   color: D7D7D7;
   font-size: 12px;
}

input:focus, textarea:focus, select:focus {
   border: 1px solid #D3D3D3;
   background-color: #262626;
}

a.navleft:visited,
a.navleft:link,
a.navleft:hover
{
   background-image: url('images/site/button_noglow.png');
   background-repeat: no-repeat;
   background-position: top left;
   padding-left: 23px;
   line-height: 20px;
   height: 20px;
   display: block;
}

a.navleft:hover {
   background-image: url('images/site/button_glow.png');
   background-repeat: no-repeat;
   background-position: top left;
}


