/* ----------- HTML Basiskonfiguration -----------*/

html {
  height:100%;
  margin-bottom:1px;
  scrolling:yes;
}


/* ----------- Überschriften -----------*/

h1 {
    color: #003366;

	margin: 0px;

    padding: 0px;

    font-family: sylfaen , roman, times, Verdana;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

h2 {
    background-color: #7296ff;
    color: #fff;

	margin: 0px;

    padding: 0px;

    font-family: sylfaen , roman, times, Verdana;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    letter-spacing: 0.115em;
  	}

h3 {
    font-family: verdana;
    font-size: 14px;
    color: #002070;
    text-weight: bold;
    line-height: 25px;

    margin: 0px;

    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
	}

h4 {
    font-family: verdana;
    font-size: 12px;
    font-style: oblique;
    text-decoration: underline;
    color: #000;
    text-weight: bold;

    margin: 0px;
}
    
h5 {
    font-family: verdana;
    font-size: 12px;
    color: #002070;
    text-weight: bold;
    line-height: 25px;

    margin: 0px;

    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
	}

/* ----------- Links -----------*/

a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	text-weight: bold;
	}

a:link {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	text-weight: bold;
	}

a:hover {
	color: #aaa;
	font-size: 12px;
	text-decoration: underline;
	text-weight: bold;
	}

/*a:visited {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	text-weight: bold;
	}*/

/* --- klein ---*/
a#klein {
  color: #000;
	font-size: 11px;
	text-decoration: none;
	text-weight: bold;

}

a:link#klein {
  color: #000;
	font-size: 11px;
	text-decoration: none;
	text-weight: bold;
}

a:hover#klein {
  color: #000;
	font-size: 11px;
	text-decoration: underline;
	text-weight: bold;
}

/*a:visited#klein {
  color: #000;
	font-size: 11px;
	text-decoration: none;
	text-weight: bold;
}*/

/* Buttons Menü Navi horizontal */
a.news       { display:block; width:100px; height:30px; background-image:url(../images/news.jpg);}
a.news:hover { background-image:url(../images/news_ol.jpg); }
a.projekte       { display:block; width:100px; height:30px; background-image:url(../images/projekte.jpg);}
a.projekte:hover { background-image:url(../images/projekte_ol.jpg); }
a.bonus       { display:block; width:100px; height:30px; background-image:url(../images/bonus.jpg);}
a.bonus:hover { background-image:url(../images/bonus_ol.jpg); }
a.downloads       { display:block; width:100px; height:30px; background-image:url(../images/downloads.jpg);}
a.downloads:hover { background-image:url(../images/downloads_ol.jpg); }
a.torrents       { display:block; width:100px; height:30px; background-image:url(../images/torrents.jpg);}
a.torrents:hover { background-image:url(../images/torrents_ol.jpg); }
a.vidom       { display:block; width:100px; height:30px; background-image:url(../images/vidom.jpg);}
a.vidom:hover { background-image:url(../images/vidom_ol.jpg); }
a.gb       { display:block; width:100px; height:30px; background-image:url(../images/gb.jpg);}
a.gb:hover { background-image:url(../images/gb_ol.jpg); }
a.lizenzen       { display:block; width:100px; height:30px; background-image:url(../images/lizenzen.jpg);}
a.lizenzen:hover { background-image:url(../images/lizenzen_ol.jpg); }


/* News: Änderung des letzten Releases Bild */
a.bild_news       { display:block; width:130px; height:140px; background-image:url(../images/releases/nana/nana_k.jpg);}
a.bild_news:hover { background-image:url(../images/releases/kyo/kyo.jpg); }

          /*
          Bilder
          ./images/releases/nana/nana_k.jpg
          ./images/releases/kyo/kyo.jpg
          .images/releases/ranma_tv/ranma7_k.jpg
          */


img {
	border: 0px;
	align: center;
	}

/* ----------- Absätze -----------*/

li {
  /*list-style-type: none;
  line-height: 15px;
  font-size: 10px;
  margin: 0px;

  padding: 0px;*/
}

/* ----------- Schriftgröße -----------*/

#normal {
  font-family: verdana;
	font-size: 12px;
}



/* ----------- Tabellen -----------*/

table {
	vertical-align: top;
	font-family: verdana;
	font-size: 12px;
}

tr {
	vertical-align: top;
	font-family: verdana;
	font-size: 10px;
}

td {
	vertical-align: top;
	font-family: verdana;
	font-size: 10px;
}


/* ----------- Farben -----------*/

.farbenavilinks {
  color: maroon;
}

#gruen {
  color: #008800;
}

#gelb {
  color: #bbb400;
}

#rot {
  color: #bb0000;
}

#blau {
  color: #0038dd;
}

#hellblau {
  color: #0038dd;
}

#schwarz {
  color: #000;
}
