/* 2005 http://www.ducatimc.at */
/* Author: ASC */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6{
	margin: 0; padding: 0; border: 0;}

body {text-align: center;
	font: 80%/140% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(img/bg.gif);}
	
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#content {
	width:800px;
	background: #777777;}
#content p {padding-left: 0px;
	margin: 0 28px 0 20px;}

h1 {font-size: 125%;
	color: #FFFFFF;
	padding: 6px;}
h2 {font-size: 102%;
	color: #FFCE52;
	padding: 6px;
	margin-left: 15px;}
#nav {
	width: 800px;
	height: 30px;
	position: relative;
	background: url(img/navbar.gif);
}
#nav li {margin: 0; padding: 0; list-style: none; position: absolute; top: -0px;}

#nav li, #nav a {height: 30px;display: block;border: none;}
#home {left: 100px; width: 70px;}
#club {left: 170px; width: 70px;}
#termine {left: 240px; width: 100px;}
#berichte {left: 340px; width: 100px;}
#galerie {left: 440px; width: 100px;}
#links {left: 540px; width: 70px;}
#kontakt {left: 610px; width: 100px;}
#home a:hover {background:  url(img/navbar.gif) -100px -30px no-repeat;}
#club a:hover {background:  url(img/navbar.gif) -170px -30px no-repeat;}
#termine a:hover {background:  url(img/navbar.gif) -240px -30px no-repeat;}
#berichte a:hover {background:  url(img/navbar.gif) -340px -30px no-repeat;}
#galerie a:hover {background: url(img/navbar.gif) -440px -30px no-repeat;}
#links a:hover {background:  url(img/navbar.gif) -540px -30px no-repeat;}
#kontakt a:hover {background:  url(img/navbar.gif) -610px -30px no-repeat;}


a, a:visited {
	color: #FFCC00;
	text-decoration: none;
	padding: 2px;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #fff;
	border-bottom-color: #FFCC00;
	border-left-color: #fff;
}
a:hover, a:active {color: #000;}
