/* Artikel website-go */

body {
  height:100%;
  margin:10;
  padding:0;
  background:url(../img/bg.jpg);
  text-align:left;
  font-family:Verdana, Arial, sans-serif;
  font-size:12px;
 }

h1 { font-size:16px; }

h2 { font-size:14px; }

a:link { color:#000000; text-decoration:underline; }

a:visited { color:#666666; text-decoration:underline; }

a:active { color:blue; text-decoration:none; }

a:hover {  text-decoration:none; } 

table{
  text-align:left;
  font-family:Verdana, Arial, sans-serif;
  font-size:12px;
  padding:12px 12px;
  }

p { 
text-align:justify;
  font-size:12px;
 }

.kopfzeile{
background:#aaa;
font-size:16px;
font-weight:bold;
color:#fff;
}

.bgtab{
background:#eee;
font-size:12px;
}
