@charset "utf-8";
/* CSS Document */

	* {
		margin:0;
		padding:0;
		}

	html, body {
		border: 0 solid;
		background-color:#d2d0ad;
		}
/*		
	a, a:link, a:visited, { 
		color:#660;
		text-decoration:none;
	}
		
	a:hover, a:active, a:focus { 
		color:#660;
		text-decoration:none;
	}
	*/	
/* Centert die ganze Seite und Positioniert die Header und das IFrame */

	#distance { 
		width:1px;
		height:0px; /* original war: 50% */
		/* background-color:#F00; scheissegal */
		margin-bottom:-13.75em; /* half of container's height */
		float:left;
		}

	#container {
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:5400px; /* Seitenhoehe */
	width:1024px; /* Fixe Seitenbreite */
	clear:left;
	background-color:#d2d0ad;/*#d2d0ac;*/
	padding: 0px;
	margin-top: 0;
	margin-right: auto; /* orig: auto */
	margin-bottom: 0;
	margin-left: auto;
		}

:focus {
  outline: 0;
}

/* webseite centern end */

	#container div {
	/*font-size:95%;*/
	float:center;
	width:650px;/*war 272*/
	
	margin-left:0px;
	background:none; /*macht iframe durchsichtig*/
		}



#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 365px;
	top: 0px;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 0px;
	top: 0px;
}
#apDiv3 {
	position:absolute;
	width:15px;
	height:94px;
	z-index:2;
	left: 365px;
	top: 256px;
}
#apDiv4 {
	position:absolute;
	width:5px;
	height:54px;
	z-index:2;
	left: 380px;
	top: 256px;
}
#apDiv5 {
	position:absolute;
	width:8px;
	height:28px;
	z-index:2;
	left: 385px;
	top: 256px;
}
#apDiv6 {
	position:absolute;
	width:8px;
	height:24px;
	z-index:2;
	left: 393px;
	top: 256px;
}
#apDiv7 {
	position:absolute;
	width:53px;
	height:16px;
	z-index:2;
	left: 401px;
	top: 256px;
}
#apDiv8 { /* IFrame */
	position:absolute;
	width:650px;
	height:5000px;
	z-index:1;
	left: 350px;/*war 350*/
	top: 260px;/* war 260*/
} 

#apDiv9 { /* Mitglied im GRC / VDH und FCI */
	position:absolute;
	width:211px;
	height:25px;
	z-index:4;
	left: 59px;
	top: 391px;
}

#apDiv10 { /* Flash sound-control */
	position:absolute;
	width:170px;
	height:55px;
	z-index:3;
	left: 80px;
	top: 400px;
}


#apDiv11 { /* ornament */
	position:absolute;
	width:300px;
	height:750px;
	z-index:3;
	left: 20px;
	top: 500px;
}


/* Menu */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/jquery-menutree.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


#wrap {
	position:relative;
	height:4826px;
	width:130px;
	z-index:100;
}
#nav {position:absolute; left:0; top:0; }
#nav, 
#nav ul {padding:0; margin:0; list-style:none; font-family:arial, sans-serif; background:#D2d0ad; font-weight:bold; }
#nav li a {padding-left:20px; white-space:nowrap;}
/*#nav li a {background: url(Bilder/pfote20.jpg) no-repeat left center;}  pfote vor Text */
#nav li ul li a {padding-left:0;}

#nav ul {padding-left:18px;}
/* menupunkte ohne weitere submenus: */
#nav li a {color:#666633; text-decoration:none; font-size:18px;}
/* menuepunkte mit submenus : */
#nav li {font-size:18px; line-height:25px; color:#666633; cursor:pointer; width:100%;} 
#nav li.down {text-indent:20px;}
/*#nav li.down {background: url(bilder/pfote20.jpg) no-repeat left center;}  pfote vor Text */

#nav li a:hover {text-decoration:none;}

