/* CSS Stylesheet Definitionen */
/* by Manfred Eggersdorf */
/* www.eggersdorf.com */

/* allgemeines */


html, body, div, p, ol, li,ul,
span, a, table, td, form, img {
	border: 0px;
	margin: 0px;
	font-family: Arial;
	font-weight: normal;
	color: #006;
	text-decoration: none;

	}
li,ul, div, a, table, td { background: transparent;}
		
a	{
	color: #D22;
	text-decoration: underline;	
	}
	
a:hover {
	color: #800;
	font-style: italic;
	text-decoration: underline;	


			}

/* fuer aufzaehlende Listenelemente */
.aufz {
	border: 0px;
	margin-left: 20px;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #006;
	text-decoration: none;
	list-style-image:url(../img/punkt.gif);

	}
.aufzsub {
	border: 0px;
	margin-left: 40px;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #006;
	text-decoration: none;
	
	}
.aufzsubsub {
	border: 0px;
	margin-left: 60px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #006;
	text-decoration: none;
	
	}
	
.minus {
	border: 0px;
	margin-left: 20px;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #006;
	text-decoration: none;
	list-style-image:url(../img/minus.gif);
	}

.plus {
	border: 0px;
	margin-left: 20px;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #006;
	text-decoration: none;
	list-style-image:url(../img/plus.gif);
		}	
.frage {
	border: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #006;
	text-decoration: none;
	list-style-image:url(../img/frage.gif);
		}	
/* fuer Tabellenelemente */	
.t1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	background: transparent;
	color: #006;
	}
.t2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #006;
	background: transparent;
	text-decoration: none;
	
	}
.t3 {
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	background: transparent;
	text-decoration: none;
	
	}	
.t4 {
	text-align: center;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #F22;
	background: transparent;
	text-decoration: none;
	
	}		

.ueberschr {
	text-align: center;
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #C00;
	background: transparent;
	text-decoration: none;
	
	}	
	
	
#spezlink {
	text-align: center;
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	color: #B00;
	background: transparent;
	text-decoration: underline;	
	}	


/* Haupt-Seitenbereich */
#foto {

	position: fixed;
	right: 80px;
	top: 50px;

	}	

#intro {
	position: absolute;
	left:0px;
	top: 0px;
	width: 100%;
	overflow: auto;
	}
	
#haupt {
	position: absolute;

	left:180px;
	top: 0px;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #006;
	background: transparent;
	}

#praesentation
	{
	position: absolute;
	left:-2000px;
	top: -2000px;
	width:785px;
	height:642px

	}

/* Deko-Spielereien */

#dekoquerol {
	position: fixed;
	top: 0px;
	left: 175px;
	height: 300px;
	width :700px;
	background-image: url(../img/laengs.jpg);
	}
	
#dekoqueror {
	position: fixed;
	top: 0px;
	right: 0;
	height: 300px;
	width: 700px;
	background-image: url(../img/laengs.jpg);
	}

#dekolaengsul {
	position: fixed;
	bottom:0px;
	left:0px;
	height:500px;
	width:175px;
	background-image: url(../img/quer.jpg);
	}

#dekolaengsol {
	position: fixed;
	top: 0px;
	left:0px;
	height:500px;
	width:175px;
	background-image: url(../img/quer.jpg);
	}
/* Navig-Seitenbereich */
	
#navig {
	position: fixed;
	top:80px;
	left:0px;
	width:175px; 
	color: #FFF;
	background-image: url(../img/quer.jpg);
	}

/* Logo-Bereich */

#logo {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 80px;
	width :175px;
	background-color: transparent;
	}

	
/* Ueberschriften */

h1 {
	position: relative;
	border: 0;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	background: transparent;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #C00;
	}

h2 {
	position: relative;
	border: 0;
	margin-top: 20px;
	margin-bottom: 7px;
	margin-left: 0px;
	background: transparent;
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: #C00;
	cursor: default;

	}
h3 {
	position: relative;
	border: 0;
	background: transparent;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #300;
	cursor: default;

	}


				
/* Menueleisten */

#quickkontakt {
	text-align: left;
	font-size: 14px;

		}

#quickkontakt a {
	color: #FF0;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#quickkontakt a:visited{
	color: #FF0;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

#quickkontakt a:hover {
	color: #E54;

	font-weight: bold;
	text-decoration: none;
}




#menu {
	position: relative;
	width: 174px;
	height: auto;
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-image: url(../img/quer.jpg);
	color: #E54;
	font-weight: bold;
	list-style-type: none;
}
	
#menublink {
	position: relative;

	width: 174px;
	height: auto;
	padding: 0;
	margin: 0;
	background-color: #C0C0D6;
	background-image: url(../img/quer3.gif);

	list-style-type: none;
}
	.menlist {
		position:  relative;
		height: auto;
		padding: 0;
		margin: 0;
		list-style-type: none;
		text-indent: 10px;
		}
	.menlist li a {
			display: block; 
			height: 24px;
			background-position: 0px 0px;
			text-decoration: none;	
			color: #ffb;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;

			line-height: 25px;
			font-weight: normal;
						
			}
	.menlist li a:hover {
				height: 24px;
				background-image: url(../img/querrot.jpg);
				font-style: italic;
				background-position: 0px 0px;
				color: #ffb;
				font-size: 17px;
				font-weight: bold;
				}
	.menlist li.active a {
					height: 24px;
					background-position: 0px 0px;
					color: #ffb;
					font-size: 15px;
					}
	.menlist li.active a:hover 
					{
						background-position: 0px 0px;
						}
						
/* Sub-Menues */
#submenu {
    	height: auto;
	list-style-type: none;
	}
	
.sub {
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	background-image: url(../img/quer2.jpg);

	}
.sub li {
		height: 24px;
		border: 0px;
	
				}
				
.sub li a{
		height: 24px;
		border: 0px;
		background: none;
		text-indent: 20px;
		font-size: 12px;
		color: #DDD;
		}
		
.sub li a:hover {
			height: 24px;
			border: 0;
			margin-left: 0px;
			font-size: 16px;
			background-image: url(../img/querinvrot.jpg);
			color: #ffb;
			}


.active {
		position:  relative;
		height: auto;
				padding: 0;
		margin: 0;
		list-style-type: none;
		text-align: center;
		}
.active li a {
			display: block; 
			height: 24px;
			background-position: 0px 0px;
			text-decoration: none;	
			color: #ffb;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 17px;
			line-height: 25px;
			font-weight: bold;
			font-style: italic;
			background-image: url(../img/quer4.jpg);	
								
			}
.active li a:hover {
			height: 24px;
			font-size: 17px;
			color: #FF6;
			font-style: italic;
			background-position: 0px 0px;
			font-weight: bold;
			text-decoration: none;

				}










.group {
	position: relative;
	top: 0px;
	left: 0px;
	height: 24px;
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	background-image: url(../img/quer5.jpg);
	text-decoration: none;
	/* text-indent: 20px; */
	font-size: 12px;
	color: #FFF;
	line-height: 25px;
			font-weight: normal;
			text-align: center;
				}
.group li {
		height: 24px;
		border: 0px;
		text-decoration: none;
		line-height: 25px;
		font-weight: normal;	
		text-align: center;	
				}
				
.group li a{
		height: 24px;
		border: 0px;
		background: none;
		font-size: 17px;
		color: #ADA;
		text-decoration: none;
		line-height: 25px;
		font-style: italic;
		font-weight: bold;
		text-align: center;
		}
		
.group li a:hover {
			height: 24px;
			border: 0;
			margin-left: 0px;
			font-size: 18px;
			
			color: #F66;
			text-decoration: none;
			line-height: 25px;
			font-weight: normal;
			text-align: center;
			}
			
			
.sub2 {
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	background-image: url(../img/quer3.jpg);
	text-indent:10px;
	text-decoration: none;



	}
.sub2 li {
		height: 48px;
		border: 0px;
		text-decoration: none;
				}
				
.sub2 li a{
		height: 48px;
		border: 0px;
		background: none;
		text-indent: 20px;
		font-size: 12px;
		color: #DDD;
		text-decoration: none;
		}
		
.sub2 li a:hover {
			height: 48px;
			border: 0;
			margin-left: 0px;
			font-size: 16px;
			background-image: url(../img/querinvrot2.jpg);
			color: #fff;
			text-decoration: none;
			}
	



	
img {
border:none;
}


#sitemap	{
	padding:0;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	}

#sitemap div{
	display:none;
	color: #000;
	
}

#sitemap:hover div{
	display:block; 
	background-color: #DDE;
	width:250px;
	height:400px;
	position:absolute;
	top:100px;
	left:100px;
	border:1px dashed black;
	padding:15px;
	}
#box	{
	padding:0;
	color: #000;
	}

#box div{
	display:none;
	color: #000;
	}

#box:hover div{
	display:block; 
	background-color: #C0C0D6;
	width:400px;
	position:absolute;
	top:20px;
	left:250px;
	
	border:1px dashed black;
	padding:15px;

	}
	
.innen	{
		color: #000;
		text-align: left;
		font-size: 10px;
	}

#footer {
		text-align: center;
		font-size: 12px;
		color: #000;

}
