* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	padding-bottom: 20px;
}

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #92cafa;
}
	h1 a {
		color: #92cafa;
		background-color: transparent;
		font-family: Helvetica, Verdana, Arial, sans-serif;
	}
		h1 a:hover {
			text-decoration: none;
		}

h2 {
	margin: 3px 0 20px 0;
	padding: 8px 10px 11px 10px;
	background-color: #a8d5fb;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	color: #002948;
	background-image: url(../_img/bg-h2-horizontalline.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

h3 {
	margin: 3px 0 14px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	color: #002948;
}


img {
	float: left;
	margin: 0px 5px 5px 0px;
}

p, ul, ol, td, 	#content .pictextbox {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-image: url(../_img/bg-horizontalline.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 12px;
}

	ul {
		list-style-type: square;
	}
	ol {
		list-style-type: decimal;
	}
	li {
		margin: 0px 0px 5px 20px;
	}
	td {
		padding-top: 10px;
		padding-bottom: 10px;
	}
		td.input {
			width: 40px;
			text-align: center;
		}
		p.failure {
			color: #FF0000;
		}

table {
	margin-bottom: 20px;
}
	th {
		font-size: 14px;
	}

a {
	text-decoration: none;
	color: #002948;
	background-color: transparent;
}
	a:hover {
		text-decoration: underline;
	}
.beschreibung {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#container {
	margin: auto;
	position: relative;
	top: 30px;
	left: 0px;
	width: 800px;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 10px;
	padding: 35px 0px 0px 25px;
	height: 65px;
	background-color: #002948;
}
	#header p {
		background-image: none;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		color: #FFFFFF;
	}
		#header p a {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			background-color: transparent;
		}
			#header p a:hover {
				text-decoration: none;
			}
	/*#helpline {
		position: absolute;
		top: 33px;
		left: 537px;
		width: 212px;
		height: 28px;
		padding: 13px 0px 0px 50px;
		background-color: #FFFFFF;
		background-image: url(../_img/bg-helpline.gif) !important;
		background-position: left;
		background-repeat: no-repeat;
		color: #58aef7 !important;
		font-weight: bold;
		font-style: italic;
		font-size: 16px;
	}*/
	#helpline {
		position: absolute;
		top: 33px;
		left: 537px;
		width: 252px;
		height: 37px;
		padding: 4px 10px 0px 0px;
		background-color: #FFFFFF;
		background-image: url(../_img/bg-helpline.gif) !important;
		background-position: left;
		background-repeat: no-repeat;
		color: #58aef7 !important;
		font-weight: bold;
		font-style: italic;
		font-size: 16px;
		text-align: right;
	}
		#helpline a {
			color: #58aef7 !important;
			font-style: italic;
			font-size: 12px;
			font-weight: normal;
			text-decoration: none;
		}
			#helpline a:hover {
				text-decoration: underline !important;
			}

#navigation {
	float: left;
	margin: 28px 15px 0px 0px;
	padding-top: 1px;
	background-image: url(../_img/bg-horizontalline.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: transparent;
/*	background-color: #92cafa; */
}


#navigation ul {
	margin: 0px;
	width: 255px;
	background-image: none;
}
	#navigation ul li {
		margin: 0px;
		padding: 3px 0 4px 0;
		font-size: 16px;
		font-weight: bold;
		color: #002948;	
		list-style-type: none;
		background-image: url(../_img/bg-horizontalline.gif);
		background-position: bottom;
		background-repeat: no-repeat;
		background-color: transparent;
	}
		#navigation ul li a, #navigation ul li .nolink {
			display: block;
			padding: 7px 0 7px 10px;
			color: #0a2d4b;
			background-color: transparent;
			text-decoration: none;
		}
			#navigation ul li a:hover, #navigation ul li .nolink {
				background-color: #a8d5fb;
			}


		#navigation ul li ul {
			margin: 0px;
			width: 255px;
			background-image: none;
		}

			#navigation ul li ul li {
				border-left: 1px solid white;
				border-top: 1px solid white;
				border-bottom: 1px solid white;
				margin: 0px;
				padding: 3px 0 0px 20px;
				font-size: 14px;
				font-weight: bold;
				color: #002948;	
				list-style-type: none;
				background-image: none;
			}
				#navigation ul li ul li a, #navigation ul li ul li .nolink {
					display: block;
					padding: 4px 0 4px 10px;
					color: #0a2d4b;
					background-color: transparent;
					text-decoration: none;
				}
					#navigation ul li ul li a:hover, #navigation ul li ul li .nolink {
						background-color: #d3eafd;
					}	

#content {
	float: right;
	margin-bottom: 10px;
	padding: 0px 10px 0px 15px;
	width: 505px;
	line-height: 110%;
	background-image: url(../_img/bg-verticalline.gif);
}
	#content a {
		background-color: #d0e9fe;
		padding: 0 2px;
	}

	#content .linebottom {
		margin: 0px 0px 20px 0px;;
		padding: 0px;
		height: 10px;
		background-image: url(../_img/bg-horizontalline.gif);
		background-position: bottom;
		background-repeat: no-repeat;
	}
	
	#content .pictextbox {
		/* siehe: p weiter oben */
	}

		#content .pictextbox .pic {
			margin: 0px 12px 12px 0px;
		}
	
		#content .pictextbox p.pictext {
			margin: 0px;
			margin-left: 160px;
			padding: 0px;
			background-image: none;
		}

	#content .shgstandort_bg {
		padding-right: 2px;
		background-color: transparent;
		font-weight: bold;
	}
	
	#shgstandorte_map {
		float: right;	
		margin: 0 10px 0 0;
		border: 0px solid green;
		padding: 0;
		width: 227px;
		height: 120px;
	}
	
	.shgstandort  {
		margin: 0 0 20px 0;
		border: 0px dashed red;
/*		border-left: 2px solid #92cafa; */
		padding: 0;
		width: 265px;
		height: auto;
		font-size: 12px;
	}

	.st_ergebnis {
		padding: 1em;
		border: 2px solid #92cafa;
		color: #002948;
	}

#printbox {
	clear: both;
	width: 800px;
	height: 30px;
	background-repeat: no-repeat;
	text-align: right;
}
	#printbox .print {
		display: block;
		margin-right: 10px;
		border: 0px dashed red;
		padding: 0 24px 8px 0px;
		width: 70px;
		background-image: url(../_img/bg-print.gif);
		background-position: top right;
		background-repeat: no-repeat;
		background-color: transparent;
		font-size: 11px;
		color: #333333;
	}
	
#collage {
	clear: both;
	margin: 3px 0;
	width: 800px;
	height: 99px;
	background-image: url(../_img/collage.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	margin-bottom: 20px;
	padding: 5px 10px 0px 10px;
	height: 20px;
	background-color: #002948;
	font-size: 10px;
	color: #FFFFFF;
}
	#footer span {
		float: right;
	}
	#footer a {
		color: #FFFFFF;
		background-color: transparent;
	}
