body { 
background-color: #000000;
margin: 0;
background-image: url(img/bg.jpg);
background-position: top center;
background-repeat: no-repeat;
background-attachment: scroll;

font-family: arial; font-size: 12px; color: #000000; font-weight: bold; } /* bg + standart schrift */

/* links */
a		{ color: #6B0511; font-family: arial; font-size: 12px; text-decoration: underline; }
a:link		{ color: #6B0511; font-family: arial; font-size: 12px; text-decoration: underline; }
a:visited	{ color: #550000; font-family: arial; font-size: 12px; text-decoration: none; }
a:active	{ color: #cccccc; font-family: arial; font-size: 12px; text-decoration: none; background-color: #CC071E; }
a:hover		{ color: #CC071E; font-family: arial; font-size: 12px; text-decoration: underline; }

b			{ font-family: arial; font-size: 14px; color: #6B0511; } /* text hervorgehobenes */
i			{ font-family: arial; font-size: 12px; color: #444444; font-style: normal; } /* text schwach */

#content { width: 682px; margin-left: 109px; background-image: url(img/content.png); }
#mitte { margin-left: 20px; margin-right: 20px;}

/* navi */
#next-date { position: relative; top: 0px; left: 461px; width: 130px; height: 30px; display:block; background: url(img/navi_next-date.gif); background-repeat: no-repeat;}
#next-date:hover { background: url(img/x.gif); background-repeat: no-repeat;}
#navi {position: relative; top: 70px; left: 452px; width: 290px; height: 25px;}
#navi .start { width:53px; height:25px; display:block; background: url(img/navi_start.gif); background-repeat: no-repeat;}
#navi .start:hover { background: url(img/x.gif); background-repeat: no-repeat;}
#navi .review { width:69px; height:25px; display:block; background: url(img/navi_review.gif); background-repeat: no-repeat;}
#navi .review:hover { background: url(img/x.gif); background-repeat: no-repeat;}
#navi .gb { width:32px; height:25px; display:block; background: url(img/navi_gb.gif); background-repeat: no-repeat;}
#navi .gb:hover { background: url(img/x.gif); background-repeat: no-repeat;}
#navi .links { width:52px; height:25px; display:block; background: url(img/navi_links.gif); background-repeat: no-repeat;}
#navi .links:hover { background: url(img/x.gif); background-repeat: no-repeat;}
#navi .contact { width:84px; height:25px; display:block; background: url(img/navi_contact.gif); background-repeat: no-repeat;}
#navi .contact:hover { background: url(img/x.gif); background-repeat: no-repeat;}
