
/*German Lowland Pipes und Drums Xanten*/

/* 	====================================
	1.Kalibrierung und allgemeine Styles
	==================================== */
/* Kalibrierung und Abstände */
* {padding: 0; margin: 0; }
html {
	margin-bottom: 1px;
	height: 100%!important;
} 
h1, p, ul {margin-bottom: 0; }

/* Allgemeine Selektoren */
body {
	width: 800px;
	background-image: url(bilder/tartan_transparent.gif);
	/*background-color: #486046; /*#a5b8a3;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height:101%;
	padding: 0;
}
#wrap {
	width:800px;
	background-color:#003300;
}
/* Hyperlinks allgemein */
a {  
   text-decoration: none; 
   outline: none;
   color:#003300; 
}
h3{
	font-size:16px;
	font-weight:bold;
	color:#003300;
}
h4{
	font-size:14px;
	font-weight:bold;
	color:#003300;
}
@font-face {
	font-family: 'ScratchRegular';
	src: url('Scratch_.eot');
	src: local('Scratch'), local('Scratch'), url('Scratch_.woff') format('woff'), url('Scratch_.ttf') format('truetype'), url('Scratch_.svg#Scratch') format('svg');
}

/*
h4.fontface {
	font: 40px/43px 'ScratchRegular', Arial, sans-serif;
	color:#003300;
}
*/

/* Allgemeine Klassen und IDs */
	/*---leer---*/
/*	===========================
	2. Styles für Layoutbereiche 
	=========================== */

#kopfstart {
	width:800px;
	height:200px;
	background-image: url(bilder/rolling_logo.gif);
	margin-top: 10px;
	position:static;
}
#kopfintern {
	width:800px;
	height:200px;
	background-image: url(intern/kopf_intern.gif);
	margin-top: 10px;
	position:static;
}
#kopf {
	width:800px;
	height:200px;
	background-image: url(bilder/kopf.gif);
	margin-top: 10px;
	position:static;
}

#navi {
	width:800px;
	height:20px;
	background-color: #003300;
	position: relative;
	top: 180px;	
	margin:0px 0px 100px 0px;
	padding:0 0px 0 0px;
	z-index:100; 
}
/* Navileiste horizontal*/
/* Mehrstufiges Dropdown-Menu */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {
	padding:0; 
	margin:0; 
	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {
	display:block;
	width:114px; 
	color:white; 
	height:19px; 
	line-height:19px; 
	text-decoration:none; 
	text-indent:5px; 
}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {
	float:left; 
	background:#003300;
}
/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {
	background:#a5b8a3; 
	color:#003300;
}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {
	display:block; 
	position:absolute; 
	top:-11px; 
	left:80px; 
	padding:10px 30px 30px 30px; 
	background:transparent url(bilder/transparent.gif); 
	width:114px;
}
/* Position the first sub level beneath the top level links */
#pmenu > li:hover > ul {
	left:-30px; 
	top:9px;
}

/* get rid of the table */
#pmenu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:11px;
}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {
	position:relative; 
	background:#a5b8a3; 
	color:#003300;
}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {
	background:#a5b8a3; 
	color:#003300;
}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#003300 url(bilder/fly.gif) no-repeat right center;}
#pmenu li.drop {background:#003300 url(bilder/drop.gif) no-repeat right center;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {
	visibility:hidden; 
	display:block; 
	position:absolute; 
	top:-11px; 
	left:80px; 
	padding:10px 30px 30px 30px; 
	background:transparent url(bilder/transparent.gif);
}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
	visibility:visible; 
	left:-30px; 
	top:9px; 
	left:-31px; 
	top:9px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
	visibility:visible; 
	top:-11px; 
	left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
	visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
	visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
	visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */

#inhalt {
	width: 680px;
	height: auto;
	min-height:480px;
	float:left;
	background-color: white;
	padding:5px 60px 5px 60px;
/*	font-size:14px;*/
	font-size:14px;
	text-align:center;
}
#inhalt a {
	border-bottom: 1px solid #003300;
	text-decoration: none; 
	outline: none; 
}
/*#inhalt a:link a:visited { color: #a5b8a3; } */
#inhalt a:hover { 
   /*color: white; */
   background-color: #a5b8a3;
}
.bildrechts {
	float:right;
	padding: 3px;
	margin-left:20px;
}
.bildlinks {
	float:left;
	padding: 3px;
	margin-right:20px;
}
.clearing {clear:both;}

#fuss {
	width: 790px;
	height:50px;
	clear: both;
	background-color:white;
	border-top: 1px solid #003300;
	padding:5px;
}
#fuss a {
	color:#003300;
	font-weight:bold;
	font-size:14px;
}
#fuss a:hover {
	border-bottom: solid #003300;
}
/*	==================
	3. Sonstige Styles 
	================== */
/*Formulare*/

form#anfrage {
	background: #a5b8a3;
	width:500px; 
	padding:10px; 
	border:1px solid #eee; 
	margin:5px auto; 
	font-size:14px; 
	font-family:verdana, arial, helvetica, sans-serif;
}
form#anfrage fieldset {
	width:420px; 
	display:block; 
	border:1px solid #003300; 
	padding:5px 5px 5px 10px; 
	font-family:verdana, sans-serif; 
	margin-bottom:0.5em; 
	line-height:1.5em; 
	font-size:14px; 
}
form#anfrage legend { 
	border:none;
	font-weight:bold;
}
form#anfrage input {
	/*border:1px solid #414d59; 
	padding-left:0.5em; 
	margin-bottom:0.6em;
	width:200px; 
	background:#c5d3e0;*/
}

/*Archiv-Menu, horizontal*/

#hmenu {
	width:30px; 
	position:relative; 
	top:0px; 
	height:885px;
	padding:10px 0 0 0; 
	background-color:#003300; 
	float:left;
}
#flyout {
	font-size:11px; 
	padding:0; 
	margin:0; 
	list-style:none; 
	width:24px; 
	height:360px;
	background-color:#003300; 
	position:relative;
	left:5px; 
}
#flyout ul {
	padding:0; 
	margin:0; 
	list-style:none;
}
#flyout li {
	display:block; 
	width:24px; 
	height:120px; 
	background:#003300;
}
#flyout li a {
	display:block; 
	width:24px; 
	height:120px; 
	text-indent:-999px; 
	text-decoration:none;
}
#flyout li a.j2010 {background:url(html/archiv/archiv2010.jpg);}
#flyout li a.jetzt {background:url(html/archiv/archiv2009.jpg);}
#flyout li a.vorher {background:url(html/archiv/archiv2008.jpg);}
#flyout li a.davor {background:url(html/archiv/archiv2007.jpg);}
#flyout li a.altes {background:url(html/archiv/altes.jpg);}

#flyout table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:200; 
	font-size:11px;
}
#flyout li {
	float:left; 
	margin-bottom:1px;
}
#flyout li ul {
	visibility:hidden; 
	position:absolute; 
	top:0; 
	left:24px; 
	width:240px; 
	height:117px; 
	border-left:1px solid #003300; 
	padding-top:4px;
}
#flyout li ul li {
	display:block; 
	display:inline; 
	width:100px; 
	height:22px; 
	border:0; 
	margin:0 10px; 
	background:transparent;
}
#flyout li ul li a {
	text-indent:0; 
	background:transparent; 
	display:block; 
	width:100px; 
	height:22px; 
	line-height:21px; 
	color:white; 
	/*border-bottom:1px solid #555; */
	text-decoration:none;
	text-indent:5px; 
}
#flyout li b {
	visibility:hidden; 
	display:block; 
	width:240px; 
	height:120px; 
	position:absolute; 
	top:0; 
	left:24px; 
	background:#003300; 
	opacity:0.6; 
	filter:alpha(opacity=60);
}
* html #flyout li a:hover {
	position:relative; 
	white-space:normal;
}
* html #flyout li a:hover ul li a:hover {
	color:#003300; 
	background:#a5b8a3;
}
#flyout li:hover {position:relative;}
#flyout li:hover ul li a:hover {
	background:#a5b8a3; 
	color:#003300;
}

#flyout li:hover b,
#flyout li a:hover b {
visibility:visible;
}

#flyout li:hover ul,
#flyout li a:hover ul {
	visibility:visible;
}
