/* Styles und Layout für Redaktion Phantastik-Homepage V.2 */
/* 14.03.2005 Kim Schneider */


/* Hintergrund, Schriftfarben, etc */

body
{
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
background-color: #dcd7c3;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
font-size: 15px;
text-decoration: none;
padding: 0;
margin: 0;
}

ul 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
width: 350px;
list-style-type: circle;
margin: 5;
padding: 5;
}

p
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
font-size: 14px;
text-decoration: none;
text-indent: 0.5em;
list-style-type: decimal;
}

.top:active
 {
 color: #999;
 text-decoration: none;
 text-decoration: underline;
 font-style: italic;
 font-weight: normal;
 }
.top:link
 {
 color: #333;
 text-decoration: none;
 text-decoration: underline;
 font-style: italic;
 font-weight: normal;
 }
.top:visited
 {
 color: #222;
 text-decoration: none;
 text-decoration: underline;
 font-style: italic;
 font-weight: normal;
 }
.top:hover
 {
 color: #fff;
 background-color: #aeaa9c;
 text-decoration: underline;
 text-decoration: none;
 font-style: italic;
 font-weight: normal;
 }

h1
{
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
font-size: 22px;
font-variant: small-caps;
}

h2
{
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
font-size: 18px;
font-style: italic;
}

h3
{
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
font-size: 15px;
}

A:active {text-decoration: underline; font-weight: bold; color: #6b1717;}
A:visited {text-decoration: underline; font-weight: bold; color: #4d2305;}
A:link {text-decoration: underline; font-weight: bold; color: #000;}
A:hover {text-decoration: none; font-weight: bold; color: #fdfaf8; background-color: #838383;}