/* 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;
	color: #ffffff;
	background: url("images/bg.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
	
#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: #FFCE52;
	padding: 6px;
	margin-left: 5px;}
h2 {font-size: 102%;
	color: #FFCE52;
	padding: 6px;
	margin-left: 15px;}
#nav {
	width: 800px;
	height: 30px;
	position: relative;
	background: url("images/navbar.gif");
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: -0px;
	z-index: 2;
}

#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;}
#aktivitaten {left: 440px; width: 125px;}
#links {left: 565px; width: 70px;}
#kontakt {left: 635px; width: 100px;}
#home a:hover {background:  url("images/navbar.gif") -100px -30px no-repeat;}
#club a:hover {background:  url("images/navbar.gif") -170px -30px no-repeat;}
#termine a:hover {background:  url("images/navbar.gif") -240px -30px no-repeat;}
#berichte a:hover {background:  url("images/navbar.gif") -340px -30px no-repeat;}
#aktivitaten a:hover {background: url("images/navbar.gif") -440px -30px no-repeat;}
#links a:hover {background:  url("images/navbar.gif") -565px -30px no-repeat;}
#kontakt a:hover {background:  url("images/navbar.gif") -635px -30px no-repeat;}

#navs {
	width: 800px;
	height: 17px;
	position: relative;
	background: url("images/navbar_s_club.gif");
}
#navs li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: -0px;
	z-index: 8;
}

#navs li, #navs a {height: 18px;display: block;border: none;}
#geschichte {left: 100px; width: 100px;}
#clubzeitung {left: 200px; width: 144px;}
#clubabend {left: 344px; width: 95px;}
#mitgliedschaft {left: 439px; width: 131px;}
#clubwerkstatt {left: 570px; width: 128px;}
#geschichte a:hover {background:  url("images/navbar_s_club.gif") -100px -18px no-repeat;}
#clubzeitung a:hover {background:  url("images/navbar_s_club.gif") -200px -18px no-repeat;}
#clubabend a:hover {background:  url("images/navbar_s_club.gif") -344px -18px no-repeat;}
#mitgliedschaft a:hover {background:  url("images/navbar_s_club.gif") -439px -18px no-repeat;}
#clubwerkstatt a:hover {background:  url("images/navbar_s_club.gif") -570px -18px no-repeat;}




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




