/*Author: Dario Fritzewski*/

body{
 background-color:rgb(0, 0, 0);
 background-image:url(../bilder/bgimg.jpg);
 background-repeat:no-repeat;
 background-position:center 0px;
 color: rgb(153, 153, 153);
 font-family: Arial, sans-serif;
}

body a{
color:rgb(153, 153, 153);
text-decoration:none;
font-weight: bold;
}

#phpmyvisites{
 color: rgb(0, 0, 0);
}

.links{
 float:left;
 width:50%;
 text-align:right;
 margin:7.5% 0 0 0;
}

.links h1{
 margin-right: 175px;
}

.rechts{
 float:right;
 width:50%;
 text-align:left;
 margin:7.5% 0 0 0;
}

.rechts h1{
 margin-left: 175px;
}

