* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0;
}

@page { size:landscape }

body {
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 10px;
}

#header {
	background-image: url(global-gfx/header-bg.jpg);
	background-repeat: no-repeat;
	height: 177px;
	width: 920px;
}

#content {
	background-image: url(global-gfx/content-bg.jpg);
	background-repeat: repeat-y;
	width: 920px;
}

#menu {
	display: none;
}

#content-mitte {
	width: 400px;
	float: left;
	padding-left: 30px;
	line-height: 20px;
	padding-right: 30px;
}
#content-mitte a {
	color: #174892;
	text-decoration: underline;
}

#content-mitte ul {
	margin-left: 20px;
}

#content-right {
	width: 242px;
	float: left;
}

.rechts-eins {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	line-height: 20px;
	background-color: #FDEBC3;
}
.rechts-eins a {
	color: #174892;
	text-decoration: underline;
}
.rechts-zwei {
	background-color: #fde7bc;
	line-height: 20px;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}
.menu-bold {
	font-weight: bold;
}

h1 {
	font-size: 25px;
	color: #EE7900;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 28px;
}

img.bildabstand {
	padding-right: 10px;
}

.kinder-box-eins-oben {
	background-image: url(gfx/box-eins/oben.jpg);
	background-repeat: no-repeat;
	height: 41px;
	padding-top: 55px;
	padding-left: 75px;
	font-weight: bold;
	color: #174892;
}
.kinder-box-eins-mitte {
	background-image: url(gfx/box-eins/mitte.jpg);
	background-repeat: repeat-y;
	padding: 0 35px;
	line-height: 20px;
	color: #174892;
}
.kinder-box-eins-mitte a, .kinder-box-zwei-mitte a {
	color: #174892;
	text-decoration: underline;
	font-weight: bold;
}
.kinder-box-eins-unten {
	background-image: url(gfx/box-eins/unten.jpg);
	background-repeat: no-repeat;
	height: 48px;
}

.kinder-box-zwei-oben {
	background-image: url(gfx/box-zwei/oben.jpg);
	background-repeat: no-repeat;
	height: 38px;
	padding-top: 75px;
	padding-left: 35px;
	font-weight: bold;
	color: #174892;
}
.kinder-box-zwei-mitte {
	background-image: url(gfx/box-eins/mitte.jpg);
	background-repeat: repeat-y;
	padding: 0 35px;
	line-height: 20px;
	color: #174892;
}
.kinder-box-zwei-unten {
	background-image: url(gfx/box-eins/unten.jpg);
	background-repeat: no-repeat;
	height: 48px;
}

.required {
	border: 1px solid red;
}
.senden {
	background-color: #FEEBC3;
	border: 1px solid red;
}

.footer-kinder, .footer {
	display: none;
}