@charset "utf-8";
/* CSS Document Conscience */

html, body, table, thead, tbody, tfoot, tr, th, td, p, h1, h2, h3, h4, h5, h6, div, ul, li, a, form, textarea, input, select, img, hr, span, strong, fieldset, blockquotes {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #666;
}
h1 {
	font-size: 0.8em;
}
h2 {
	font-size: 0.7em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
h3 {
	font-size: 0.7em;
	color: #1c773b;
	margin-bottom: 10px;
}
p {
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.6em;
	margin-bottom: 10px;
}
em {
	color: #9C0;
}
#wrapper {
	width: 780px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#head {
	width: 780px;
	height: 150px;
	margin: 0;
	padding: 0;
}
#logo {
	width: 168px;
	height: 66px;
	float: left;
	margin: 32px 0px 0px 12px;
	padding: 0;
}
#nav {
	width: auto;
	height:38px;
	float: right;
	padding: 0;
	margin: 0;
}
#nav ul li {
	font-size: 0.7em;
	float: left;
	margin-top: 44px;
	list-style: none;
}
#nav ul li a {
	color:#666;
	text-decoration:none;
	display: block;
	width: auto;
	height: 22px;
	float: left;
	margin: 0px 2px;
	padding: 6px 6px 0px 6px;
}
#nav ul li a:hover, #nav ul li a:active, #nav ul li#current a {
	background-color: #e0e8d6;
}
#content {
	position: relative;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 240px;
	margin: 0;
	padding: 0;
}
#portrait {
	position: absolute;
	display: inline;
	width: 240px;
	height: 240px;
	margin: 0px 0px 0px 200px;
	padding: 0;
}
#zitat {
	display: inline;
	width: 339px;
	height: 240px;
	float: right;
	margin: 0;
	padding: 0;
}
#img_top_konflikte, #img_top_loesungen, #img_top_philosophie, #img_top_uebermich {
	background-color: #eee;
	display: inline;
	width: 449px;
	height: 240px;
	float: left;
	margin: 0px 0px 0px 200px;
	padding: 0;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #669900;
}
#img_top_konflikte h1, #img_top_loesungen h1, #img_top_philosophie h1, #img_top_uebermich h1 {
	text-indent: -9999px;
	width: 449px;
	height: 239px;
}
#img_top_konflikte h1 {
	background-image: url(images/burnout.jpg);
}
#img_top_loesungen h1 {
	background-image: url(images/hilfe.jpg);
}
#img_top_philosophie h1 {
	background-image: url(images/philosophie.jpg);
}
#img_top_uebermich h1 {
	background-image: url(images/uebermich.jpg);
}
#img_kontakt {
	font-size: 0.8em;
	background-color: #eee;
	display: inline;
	width: 429px;
	height: 230px;
	float: left;
	margin: 0px 0px 0px 200px;
	padding: 10px 0px 0px 20px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #ccc #690;
}
form {
	font-size: 0.7em;
	color: #1c773b;
	background-color: #eee;
	width: 409px;
	padding: 10px 0px 0px 0px;
}
label {
	display: block;
	cursor: pointer;
}
input#absender, textarea {
	width: 300px;
	margin-bottom: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #1c773b #1c773b #ccc;
}
textarea {
	height: 7em;
}
input#absender:focus, textarea:focus {
	background-color: #d9d9d9;
	color: #666;
}
#content_boxlist {
	height: auto;
	width: 410px;
	margin: 0px 0px 0px 200px;
	padding: 20px 14px 0px 25px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #690;
}
#content_boxlist h1 {
	margin-bottom: 10px;
}
#content_boxlist ul {
	margin-bottom: 20px;
	margin-left: 15px;
}
#content_boxlist ul li {
	font-size: 0.7em;
	color: #666;
	line-height: 1.7em;
	list-style-image: url(images/liste_bullet.png);
	list-style-type: none;
	margin-bottom: 10px;
}
#p_boxlist {
	font-size: 0.8em;
	color: #666;
}
#footer {
	font-size: 0.6em;
	color: #aaa;
	width: auto;
	height: auto;
	float: left;
	margin: 0px 0px 480px 0px;
	padding: 8px 0px 12px 220px;
	cursor: default;
}
#footer a {
	color: #aaa;
	text-decoration:none;
}