
/* - - - - - - - - - - - - - - - - - - - 
   D E F A U L T
- - - - - - - - - - - - - - - - - - - */ 

body, div, h1, h2, h3, p, img {
	padding: 0px;
	margin: 0px;
	border: 0px;		
}

a { 
	outline: none; 
}



/* - - - - - - - - - - - - - - - - - - - 
   L A Y O U T
- - - - - - - - - - - - - - - - - - - */

body {
	margin: 0px auto;
	padding: 0px;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	background: #000 url(/img/bg_skull.gif) center 175px no-repeat;
}


#main {
	margin: 0px auto;
    width: 550px;
    text-align: center;
}




/* - - - - - - - - - - - - - - - - - - - -
   L O G O
- - - - - - - - - - - - - - - - - - - - */

#logo {
	padding: 0px;
	width: 531px;
	height: 65px;
	margin: 35px auto;
	text-align: center;	
}

#logo h1 {
	display: block;
	width: 531px;
	height: 65px;
	background: url(/img/logo_piratenscheuer.gif) 0 0 no-repeat;
}

#logo h1 a {
	display: block;
	width: 531px;
	height: 65px;
	text-indent: -10000px;
	text-decoration: none;
	text-align: center;	
}

#logo_gross h1 a:hover,
#logo h1 a:hover 
{
	background: none;
}



/* - - - - - - - - - - - - - - - - - - - -
   N A V I G A T I O N
- - - - - - - - - - - - - - - - - - - - */

#navigation {
	width: 500px;
	overflow: hidden;
	height: 50px;
	margin: 0px auto 50px;
}

#navigation ul {
	padding: 0; 
 	margin: 0; 
	list-style-type: none;
	float: left; 
	height: 60px; 
}

#navigation ul li {
	float: left;
	width: 125px;
	text-indent: -5000px;
}

#navigation ul li a {
	width: 125px;
	height: 50px;
	display: block;	
	text-decoration: none;
}

#navigation ul li a#aktuell { 
	background: url(/img/menu_aktuell_off.gif) top center no-repeat; 
}

#navigation ul li a#aktuell:hover,
#navigation ul li a#aktuell.aktiv
{ 
	background: url(/img/menu_aktuell_on.gif) top center no-repeat; 
}

#navigation ul li a#regeln { 
	background: url(/img/menu_regeln_off.gif) top center no-repeat; 
}

#navigation ul li a#regeln:hover,
#navigation ul li a#regeln.aktiv
{ 
	background: url(/img/menu_regeln_on.gif) top center no-repeat; 
}

#navigation ul li a#galerie { 
	background: url(/img/menu_galerie_off.gif) top center no-repeat; 
}

#navigation ul li a#galerie:hover,
#navigation ul li a#galerie.aktiv
{ 
	background: url(/img/menu_galerie_on.gif) top center no-repeat; 
}

#navigation ul li a#parle { 
	background: url(/img/menu_parle_off.gif) top center no-repeat; 
}

#navigation ul li a#parle:hover,
#navigation ul li a#parle.aktiv
{ 
	background: url(/img/menu_parle_on.gif) top center no-repeat; 
}


/* - - - - - - - - - - - - - - - - - - - -
   T Y P O G R A P H Y
- - - - - - - - - - - - - - - - - - - - */

/* Text */

h1 {
	margin: 25px 0px 10px 0px;
	padding: 0px 40px 0px 40px;
	font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    color: #fff;
}

h2 {
	margin: 10px 0px 5px 0px;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
	color: #404040;
}


p {
	margin: 5px 0px 10px 0px;
	padding: 0px 40px 0px 40px;
	text-align: left;
}


a, 
a:link, 
a:active, 
a:visited 
{
	color: #fff;
    text-decoration: underline;
}

a:hover {
	color: #ccc;
}

