/* Allgemeine Werte */
img { border: 0px; }
p.blocksatz { text-align: justify; }

h1 {
 font-family: arial;
 font-size: 14px;
 font-weight: bold;
 color: #00AFAF;
 text-decoration: none;
}
h2 {
 font-family: arial;
 font-size: 12px;
 font-weight: bold;
 color: #000000
}

/* Allgemeine Links*/
a {
 font-family: arial;
 font-size: 12px;
 font-weight: normal;
 color:#004080;
 text-decoration: none;
}
a:visited {
 font-family: arial;
 font-size: 12px;
 font-weight: normal;
 color: #004080;
 text-decoration: none;
}
a:hover {
 font-family: arial;
 font-size: 12px;
 font-weight: bold;
 color: #F00000;
 text-decoration: none;
}
a:active {
 font-family: arial;
 font-size: 12px;
 font-weight: normal;
 color: #004080;
 text-decoration: none;
}

td.hermes{
 border: 1px solid black;
 border-top: 0px;
 border-left: 0px;
}

td.rahmen{
 border: 1px solid;
 border-color: black;
 width:230px;
}

.gruen1{ background:#005F00; }
.gruen2{ background:#C2F3C2; }
.blau1{ background:#00005F; }
.blau2{ background:#A8CBEE; }
.rot1{ background:#DF0000; }
.rot2{ background:#EDA5A5; }

#ueberwrapper{
 border: 1px solid black;
 width:230px;
 height:260px;
}

#ueberhead{
 border:0px;
 width:226px;
 padding:2px;
 border-bottom: 1px solid black;
 height:26px;
 color:#000000;
}
#uebercontent{
 width:220px;
 height:220px;
 padding:5px;
 text-align:center;
}