* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	width: 100%;
	
	font-family: arial , sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #FFF;
}

body {
	height: 100%;
	min-width: 982px;
	min-height: 622px;
	text-align: center;
}


html>body{
	height: 100%;
	width: auto;
}

/*##################################################################*/
/* Struktur
/*##################################################################*/
.layout_center {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	height: 100%;
	position: relative;
}

.layout_page {
	position: relative;
	left: 0;
	top: 50%;
	margin: -310px 0 0 0;
	width: 980px;
	height: 620px;
	background: url(../images/bg-start.png);
	overflow: hidden;
	border: 1px solid #2C5683;
	text-align: left;
}

	/*################################################################*/
	/* head
	/*################################################################*/
	.layout_head {
		position: relative;
	}
	
	.mmenu1 {
		float: left;
		position: absolute;
		margin: 0;
		left: 60px;
		top: 113px;
		list-style: none;
	}
	
	.mmenu1 li {
		float: left;
	}
	
	.mmenu1 li a {
		display: block;
		height: 49px;
		overflow: hidden;
		text-indent: -9999em;
	}
	
	.mmenu1 li a:hover,
	.mmenu1 li.active a {
		background-position: 0 -49px;
	}

	/*################################################################*/
	/* torso
	/*################################################################*/
	.layout_torso {
		width: 980px;
	}

		/*##############################################################*/
		/* left
		/*##############################################################*/
		.layout_left {
		}
		
		.mmenu2 {
			position: absolute;
			left: 60px;
			top: 175px;
			margin: 0;
			list-style: none;
		}
		
		.mmenu2 li {
		}
		
		.mmenu2 li a {
			display: block;
			height: 20px;
			overflow: hidden;
			text-indent: -9999em;
			background-repeat: no-repeat;
		}
		
		.mmenu2 li a:hover,
		.mmenu2 li.active a {
			background-position: 0px -20px;
		}
		
		#pagepic,
		#pagepic2 {
			position: absolute;
			left: 60px;
			top: 310px;
		}
		
		.kindernotdienst {
			position: absolute;
			left: 60px;
			bottom: 0px;
		}
		
		.kindernotdienst a {
			display: block;
			height: 37px;
			overflow: hidden;
			text-indent: -9999em;
		}
		
		.kindernotdienst a:hover,
		.kindernotdienst a.active {
			background-position: 0 -37px;
		}
		/*##############################################################*/
		/* content
		/*##############################################################*/
		.layout_content {
			position: absolute;
			padding: 16px 40px 40px 19px;
			left: 380px;
			top: 162px;
		}
		
		.layout_content h2 {
			font-size: 12px;
			margin-bottom: 5px;
		}
		
		.layout_content a {
			color: #036;
			text-decoration: underline;
		}

	/*################################################################*/
	/* foot
	/*################################################################*/
	.layout_foot {
		position: absolute;
		right: 15px;
		bottom: 8px;
		font-size: 12px;
		line-height: 13px;
		overflow: hidden;
	}
	
	.layout_foot a,
	.layout_foot a:hover {
		color: #036;
	}
	
	.layout_foot .hs_wismar {
		padding-right: 5px;
		margin-right: 5px;
		border-right: 1px solid #036;
	}

/*##################################################################*/
/* globale Tags
/*##################################################################*/
a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 12px 0;
}

ul {
	margin: 0 0 12px 1.7em;
	list-style: circle;
}

option {
	margin-right: 6px;
}
/*##################################################################*/
/* globale Klassen
/*##################################################################*/
.invisible,
.print_only {
	position: absolute;
	text-indent: -9999em;
	width: 0;
	height: 0;
}

.print_header {
	position: absolute;
	text-indent: -9999em;
	width: 0;
	height: 0;
}

.clearer {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

.email_at {
	margin-top: 1px;
	vertical-align: middle;
}

