/* Default Font */
body, p, td, th, center, div, * { 
  font-size:14px; 
  font-family:Tahoma,Verdana,Arial;
}

/* Headlines */
h1, h2, h3, h4 {
  color:#1D4F8C;
  text-align:center;
  font-family:Tahoma,Verdana,Arial;
}
h1 { font-size:150%; }
h2 { font-size:137%; }
h3 { font-size:113%; }
h4 { font-size:106%; margin:0px;}

/* Content Area */
td.contentarea {
  background-image:url(/template/images/transparent.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment:fixed;
}

/* Link */
a:link    { color:#1D4F8C; }
a:visited { color:#334A65; }

a.hidden:link, a.hidden:visited {
  color:#000000;
  text-decoration:none;
}
a.hidden:active, a.hidden:hover {
  color:#1D4F8C;
  text-decoration:underline;
}


/* Main Menu */
a.mainmenu {
  font-size:11px;
}
a.mainmenu:link, a.mainmenu:visited {
  color:#000000;
  text-decoration:none;
}
a.mainmenu:active, a.mainmenu:hover {
  color:#FFFFFF;
  text-decoration:underline;
}

a.printmode {
  font-size:11px;
  margin-left:5px;
}
a.printmode:link, a.printmode:visited {
  color:#000000;
  text-decoration:none;
}
a.printmode:active, a.printmode:hover {
  color:#FFFFFF;
  text-decoration:underline;
  margin-left:5px;
}

/* Editor Menu */
a.editormenu:link, a.editormenu:visited {
  color:#000000;
  text-decoration:none;
}
a.editormenu:active, a.editormenu:hover {
  color:#FFE000;
  text-decoration:underline;
}

/* Important */
.important {
  color:#1D4F8C;
  font-style:italic;
}

/* News */
.news {
  width:140px;
  border:1px black solid;
  padding:3px;
  background-color:white;
}

td.news_title {
  font-size:120%;
  padding:5px;
  background-color:#EEEEEE;
}
td.news_text {
}
td.news_footer {
  font-size:80%;
  padding-bottom:30px;
}
a.news_author {
  font-size:80%;
}