
body {
	padding: 0px;
	margin: 0px;
	background-color: rgba(236,153,0,0.5);
	font-family: arial;
}

#mother {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	border-radius: 0px 0px 20px 20px;
	background-color: white;
	box-shadow: 0px 0px 15px 0px black;
}

#header {
	width: auto;
	height: 160px;
	padding: 10px;
	background-color: #f39f00;
}

#header_index {
	width: auto;
	height: 250px;
	background-color: #f39f00;
	background-image: url('../img/hintergrund_index.jpg');
	-webkit-box-reflect: below 1px -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(255,255,255,0.55) 100%);
	box-shadow: 0px 0px 10px 1 px black;
}

#header_psychotherapie {
	width: auto;
	height: 250px;
	background-color: #f39f00;
	background-image: url('../img/hintergrund_psychotherapie.jpg');
	-webkit-box-reflect: below 1px -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(255,255,255,0.55) 100%);
	box-shadow: 0px 0px 10px 1 px black;
}

#header_existenzanalyse {
	width: auto;
	height: 250px;
	background-color: #f39f00;
	background-image: url('../img/hintergrund_existenzanalyse.jpg');
	-webkit-box-reflect: below 1px -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(255,255,255,0.55) 100%);
	box-shadow: 0px 0px 10px 1 px black;
}

#header_ichstaerkung {
	width: auto;
	height: 250px;
	background-color: #f39f00;
	background-image: url('../img/hintergrund_ichstaerkung.jpg');
	-webkit-box-reflect: below 1px -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(255,255,255,0.55) 100%);
	box-shadow: 0px 0px 10px 1 px black;
}

#header_logotherapie {
	width: auto;
	height: 250px;
	background-color: #f39f00;
	background-image: url('../img/hintergrund_logotherapie.jpg');
	-webkit-box-reflect: below 1px -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(255,255,255,0.55) 100%);
	box-shadow: 0px 0px 10px 1 px black;
}

#header_uebermich {
	width: auto;
	height: 250px;
	background-color: #f39f00;
	background-image: url('../img/hintergrund_uebermich.jpg');
	-webkit-box-reflect: below 1px -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(255,255,255,0.55) 100%);
	box-shadow: 0px 0px 10px 1 px black;
}

#header_img {
	width: auto;
	height: 250px;
	background-color: #f39f00;
	background-image: url('../img/hintergrund_img.jpg');
	-webkit-box-reflect: below 1px -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(255,255,255,0.55) 100%);
	box-shadow: 0px 0px 10px 1 px black;
}

#header_termineundkosten {
	width: auto;
	height: 250px;
	background-color: #f39f00;
	background-image: url('../img/hintergrund_termineundkosten.jpg');
	-webkit-box-reflect: below 1px -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(255,255,255,0.55) 100%);
	box-shadow: 0px 0px 10px 1 px black;
}

#menu {
	width: auto;
	position: relative;
	top: 30px;
	background-color: rgba(243,159,0,0.6);
	min-height: 30px;
	box-shadow: 0px 0px 6px 1px #212121;
	}

#main {
	width: 800px;
	height: auto;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 80px;
	color: #333;
}

#footer {
	width: auto;
	height: 30px;
	padding: 10px;
	background-color: #e3e3e3;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #303030;
	border-top: 1px solid #222;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}

#anmelden {
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	width: 330px;
	padding: 10px;
	background-color: #eea620;
	border-radius: 5px;
	box-shadow: 0px 0px 15px 0px #888;
}
