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

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

/*##################################################################*/
/* Struktur
/*##################################################################*/
.layout_page {
	width: 600px;
	border: none !important;
}

	/*################################################################*/
	/* head
	/*################################################################*/
	.layout_head {
		width: 600px;
		height: 140px;
	}
	
	.mmenu1 {
		display: none;
	}
	
	/*################################################################*/
	/* torso
	/*################################################################*/
	.layout_torso {
		width: 600px;
	}

		/*##############################################################*/
		/* left
		/*##############################################################*/
		.layout_left {
		}
		
		.mmenu2 {
			display: none;
		}
		
		#pagepic,
		#pagepic2 {
			display: none;
		}
		
		.kindernotdienst {
			display: none;
		}
		/*##############################################################*/
		/* content
		/*##############################################################*/
		.layout_content {
		}
		
		.layout_content h2 {
			margin-bottom: 20px;
			font-size: 14px;
		}
		
		.layout_content a {
			color: #036;
			text-decoration: underline;
		}

	/*################################################################*/
	/* foot
	/*################################################################*/
	.layout_foot {
		display: none;
	}
	
/*##################################################################*/
/* globale Tags
/*##################################################################*/
a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 12px 0;
}

ul, ol {
	margin: 0 0 0.5em 1.5em;
}

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

.print_header {
	border: 1px solid #2C5683;
}

.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;
}

