
/* Allgemein */

body,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Verdana, sans-serif, Helvetica; }

h1
	 { font-size:18pt;color:#FFFFFF;font-weight:bold; }
	 
h2
	 { font-size:12pt;color:#ffffff;font-weight:bold; }
	 
h3
	 { font-size:9pt;color:#003366;font-weight:100; }

h4
	 { font-size:9pt;color:#ffffff;font-weight:bold; }

h5
	 { font-size:9pt;color:#333333;font-weight:100; }
	 
body,p,ul,ol,li,div,td,th,nobr,b,i
     { font-size:9pt;color:#000000; }


/* Links */

a:link
     {color: #FFFFFF; text-decoration:none; }

a:visited
     {color: #FFFFFF; text-decoration:none;}

a:hover
     {color: #003366; text-decoration:none;}


a.nav:link, a.nav:visited
{
  display: block;
  width: 191px;
  line-height: 25px;
  background-image: url(img/bg_navi3.gif);
  background-repeat: repeat-y;
  margin-top: 2px;
  font-size: 9px;
}

a.sub:link, a.sub:visited
{
  display: block;
  width: 191px;
  line-height: 18px;
  background-image: url(img/bg_navi4.gif);
  background-repeat: repeat-y;
  margin-top: 0px;
  font-size: 9px;
}

a.sub2:link, a.sub2:visited
{
	margin-left: 25px;
  display: block;
  width: 166px;
  line-height: 18px;
  background-image: url(img/bg_navi4.gif);
  background-repeat: repeat-y;
  margin-top: 0px;
  font-size: 9px;
}

div.errmsg
{
  width: 100%;
  height: 120px;
  background-color: #FFFFFF;
  border: 2px solid #C00000;
  color: #C00000;
  background-image: url(img/warning.gif);
  background-position: 10px;
  background-repeat: no-repeat;
}

div.errmsg a:link, div.errmsg a:visited
{
  color: #C00000;
  font-weight: bold;
}

div.errmsg a:hover
{
  color: #000000;
}

table.news
{
  width: 100%;
  border: 1px solid #395782;
  background-color: #b4c1d6;
}

td.news_head
{
  color: #FFFFFF;
  background-color: #395782;
  padding: 5px;
}

td.news_text
{
  padding: 5px;
}

img.news
{
/*  float: left;*/
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}

a.paging
{
  color: #000000;
  font-weight: bold;
}


