@charset "UTF-8";
/* CSS Document */

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #000000;
	font-weight: bolder;
	font-style: normal;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #e2001a;
	font-weight: bolder;
	font-style: normal;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
	font-weight: bolder;
	font-style: normal;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
	font-weight: bolder;
	font-style: normal;
}
/* Funzt müssen beide MenuesLinks drin dein*/

a:link {
	font-size: 11pt;
	color: #000000;
	text-decoration: none
}

a {
	font-size: 15pt;
	color: #000000;
	text-decoration: none
}
a:visited {
	color: #000000;
	text-decoration: none
}
a:hover {
	color: #999999;
	text-decoration: none
}
a:active {
	color: #CCCCCC;
	text-decoration: none
	}


	
a.menuetext:link {
	font-size: 12pt;
	color: #000000;
	text-decoration: none
}
a.menuetext {
	font-size: 12pt;
	color: #000000;
	text-decoration: none
}
a.menuetext:visited {
	color: #000000;
	text-decoration: none
}
a.menuetext:hover {
	color: #999999;
	text-decoration: none
}
a.menuetext:active {
	color: #CCCCCC;
	text-decoration: none
	}

/* Funzt müssen beide MenuesLinks drin dein ENDE*/

	
body {
	background-color: #0000FF;
	border: 0 px;
	}

/* index */
	
#panel {
	width: 840px;		/* Stellt zur Mitte*/
	margin: 0 auto;     /* Stellt zur Mitte*/
	height: auto;
	border: 0px solid red;
	background-color:#0033FF;
	padding-bottom: 0px;
	padding-top: 20px;
		}
		
	


#logo_index {
	-moz-box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* Firefox - alte Syntax */
	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* Safari, Chrome - alte Syntax */
	box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* alle neuen Browser, W3C Standard */
	background-color: #ffbd00;
	float: left;
	position: relative;
	width: 840px;
	margin: 0 auto;
	border: 0px solid red;
	height: auto;
	padding-bottom: 0px;
	top: 0px;
	z-index:2;
		  }
		
#content {
	-moz-box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* Firefox - alte Syntax */
	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* Safari, Chrome - alte Syntax */
	box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* alle neuen Browser, W3C Standard */
	background-color: #0066FF;
	position: relative;
	float: left;
	width: 760px;
	height: 480px;
	z-index:1;
	left: 0px;
	top:-80px;
	border: 0px solid blue;
	color: #000000;
	margin: 0px;
	align: center;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 120px;
	padding-bottom: 40px;
 }		


		
#menue {
	width: 840px;
	height: auto;
	float: left;
	position: relative;
	top:0px;
	border: 0px solid red;
	z-index:2;
	padding: 0px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
}
	
	
.menuetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	}
		
#menuepositioner {
	width: auto;
	height: auto;
	float: left;
	position: relative;
	top:10px;
	z-index:2;
	color: #000000;
}
#kleber {
	width: auto;
	height: auto;
	float: left;
	position: relative;
	z-index:3;
	left:-150px;
	top:350px;
}
#karte {
	width: auto;
	height: auto;
	float: left;
	position: relative;
	z-index:1;
	left: 130px;
	top: 00px;
}


/* menue für alle seiten */
/* v1.0 | 20080212 */

		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		b, u, i, center,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0px;
	border: 0;
	outline: 0;
	font-size: 11pt;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0em;
	text-align: center;
	word-spacing: normal;
	align: center;	
		}
	
				



	
		
		
		
