/*Externes Stylesheet für die Homepage keidelheim.de*/
 
* { padding: 0; margin: 0; }
.kursiv { font-style: italic; }
.normal { font-style: normal; }
.fett { font-weight: bold; }
.hell { color: #cee; }
.orange { color: #f90; }
.transparent {background-color: transparent}

html, body {height: 100%;}
body {color: white; background-color: black; text-align: center; overflow: hidden;}

p, td, div, ul, ol, li, body {font-family: Verdana, Arial, Helvetica, sans-serif; color: #b0c4de; font-size: 100%; line-height:1.2; }
a { text-decoration: none }

h1{ color: #b0c4de; font-size: 200%; font-weight: normal; line-height: 1.2; }
h2{ color: #b0c4de; font-size: 170%; font-weight: normal; line-height: 1.2; }
h3{ color: #b0c4de; font-size: 120%; font-weight: normal; line-height: 1.2; }
h4{ color: #b0c4de; font-size: 90%; font-weight: normal; line-height: 1.2; }
h5{ color: #b0c4de; font-size: 80%; font-weight: normal; line-height: 1.2; }
h6{ color: #b0c4de; font-size: 70%; font-weight: normal; line-height: 1.2; }

a:link { color: orange }
a:visited {color: #fad472 }
a:hover, a:active, a:focus { color: #02c5fb }
a:link, a:visited, a:hover, a:active, a:focus { text-decoration: none }

