/*
Style Name: Winterrealm Portal CSS
Theme Description: Just a simple portal
Theme URI: http://www.winterrealm.com
Author: Dominik Winterhalter
Version: 0.1
*/

body
{
 font-family:Verdana;
 font-size:12px;
 background-color:#000;
 width:760px;
 margin:13px auto;
 text-align:left;
 border:solid 1px #777;
}

h1 {font-size:20px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px;}

a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:bold;
  color:#394529;
  font-size:12px;
}
a:active, a:hover
{
  color:#ff9200;
}

/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
{
  color:#cecfc6;
  text-decoration:none;
}

a.menu:active, a.menu:hover
{
  color:#eee;
}

/* Die Titelzeile */
#title {
height:101px;
padding:5px;
text-align:center;
background-image:url('./logo.jpg');
}

/* Der Inhalt */
#content {
border-top:1px solid #000;
background-color:#000;
padding:5px;
color:#000;
}

/* Validator */
#validator {
text-align:right;
text-decoration:none;
padding-right:2px;
}