﻿body {
/*background-image:url('../gif/sitelogo.gif') repeat-y fixed 0% 0%;*/ 
background-image:url(../jpg/Hintergrund1a.jpg);
      
color : black;
font-family : Arial,Helvetica,sans-serif;
font-size : 15px;
margin-left : 60px;
}
h1 {
font-size : 17px;
background : #e6e6e6;
}
h2 {
font-size : 20px;
}
a:link, a:visited, a:active {
background : transparent;
color : blue;
font-weight : bold;
}
a:hover {
background : transparent;
color : red;
text-decoration : none;
font-weight : bold;
}
