/* CSS Document */

body, table, td { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; }

small { color: black; font-size: 9 px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 14px; }

a { text-decoration: none; color: #ffffff; }
a:visited { text-decoration: none; color: #ffffff; }
a:hover { text-decoration: none; color: #fecb00; }
a:active { text-decoration: none; color: #fecb00; }

a.black:link { text-decoration: underline; color: #000000; }
a.black:visited { text-decoration: underline; color: #000000; }
a.black:hover { text-decoration: underline; color: #000000; background-color: #fecb00; }
a.black:active { text-decoration: underline; color: #000000; }

a.grey:link { text-decoration: none; color: #737373; }
a.grey:visited { text-decoration: none; color: #737373; }
a.grey:hover { text-decoration: none; color: #000000; }
a.grey:active { text-decoration: none; color: #000000; }

img.border { border: 1px solid #b9babc; padding: 2px; }
img.border:hover { border: 1px solid #b9babc; padding: 2px; background-color:#fecb00;}

body {height : 100%;}
		
#zentriert {
 position: absolute;
 width: 893px;
 height: 100%;
 left: 50%;
 margin: 0px 0px 0px -447px;
 padding: 0px;}
h1 { color: white; font-size: 23px; font-family: Impact, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 27px; }

