/* top elements */
* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	font: normal 90% / 1.6em 'Trebuchet MS', Tahoma, sans-serif;
	color: #333;
	background: #FFF url(bg.jpg) repeat-x;
	text-align: center;
}
table {
	width: 80%;
	border: 0;
	/*cellspacing: 0;
	    cellpadding: 0;*/
}
tr {
	align-content: center;
}
td {
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	vertical-align: top;
}
.Zitat {
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #489531;
}
.ZitatName {
	font-weight: bold;
	display: block;
	text-align: right;
	/*margin-left: 200px;*/
}
summary {
	color: #489531;
}
summary:focus {
	outline: none;
}
summary:hover {
	text-decoration: underline;
}
details {
	border: 1px solid #DADADA;
}
.feld1 {
	height: 22px;
}
/* links */
a {
	background: inherit;
	color: #489531;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background: inherit;
	color: #006699;
	text-decoration: underline;
}
/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
}
h1 {
	font-size: 1.4em;
	font-weight: bolder !important;
	color: #489531;
}
h2 {
	font-size: 1.2em;
	/*text-transform: uppercase;*/
	color: #489531;
}
h3 {
	font-size: 1.2em;
}
p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 20px;
	padding: 0 5px;
}
/* images */
/*IMG
{
	(*border: 1px solid #DADADA;*)
	(*padding: 5px;*)
	(*background: #FAFAFA;*)
}*/
/*IMG.float-right
{
	margin: 5px 0px 5px 15px;
}*/
/*IMG.float-left
{
	margin: 5px 15px 5px 0px;
}*/
.img-coach {
	position: relative;
	/*text-align: center;*/
	color: #489531;
	padding: 5px 0px 5px 5px;
	border: 1px solid #DADADA;
	background: #FAFAFA;
	height: 150px;
	width: 105px;
	/*text-align: center;*/
}
.img-coach-overlay {
	position: absolute;
	bottom: 5px;
	left: 5px;
	background-color: silver;
	opacity: 0.7;
	font-style: italic;
}
.img-EN-overlay {
	position: absolute;
	bottom: 0px;
	left: 75px;
	opacity: 0.5;
	/*padding: 0 !important;*/
}
/* form elements */
form {
	margin: 10px 15px;
	padding: 0;
	border: 1px solid #F2F2F2;
	background-color: #FAFAFA;
}
label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}
input {
	padding: 2px;
	border: 1px solid #EEE;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color: #777;
}
textarea {
	width: 400px;
	padding: 2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border: 1px solid #EEE;
	height: 100px;
	display: block;
	color: #777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	background: #FFF url(gradientbg.jpg) repeat-x;
	padding: 2px 3px;
	color: #333;
	border: 1px solid #DADADA;
}
table {
	border-collapse: collapse;
	margin: 10px 15px;
	font: normal 90% / 1.6em 'Trebuchet MS', Tahoma, sans-serif;
}
/***********************
	  LAYOUT
************************/
#header-content, #content, #footer-content {
	width: 760px;
}
/* header */
#header {
	height: 100px;
	background: #489531;
}
#header-content {
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#header-content #logo {
	position: absolute;
	font: bold 45px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 0;
	left: 0px;
}
#header-content #logo a {
	text-decoration: none;
	color: #FFF;
}
#header-content #slogan {
	position: absolute;
	font: bold 13px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px;
	left: 20px;
}
/* header menu */
#header-content ul {
	position: absolute;
	right: -5px;
	top: 15px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 8px;
	color: #FFF;
	background-color: #489531;
	text-decoration: none;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#header-content li a:hover {
	color: #333;
}
#header-content li a#current {
	color: #000;
}
/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 770px;
	height: 200px;
	padding: 15px 10px 10px 10px;
	background: #FFF url(headerphoto.jpg) no-repeat center;
}
/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;
	padding: 0;
	margin: 0 auto;
}
/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0;
	padding: 0;
}
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}
.sidebox {
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}
/* sidebar menu */
#sidebar ul.sidemenu {
	list-style: none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F2F2F2;
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: normal;
	color: #333;
	height: 1.5em;
	padding: 0.3em 0 0.3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration: none;
}
#sidebar ul.sidemenu a.top {
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: 0.3em 0 0.3em 10px;
	border-left: 5px solid #65944A;
	color: #65944A;
}
/* main */
#main {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 68%;
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #F2F2F2;
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main ul li {
	list-style-image: url(bullet.gif);
	margin: 10px 15px;
}
/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	font: normal 0.95em / 1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;
}
#footer h1, #footer p {
	margin-left: 0;
}
#footer-content {
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	color: #777;
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*#footer-content .col
{
	width: 50%;
	padding: 0 5px 30px 0;
}*/
#footer-content .col2 {
	width: 50%;
	padding: 0 0 30px 0;
}
/* alignment classes */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
/* additional classes */
.clear {
	clear: both;
}
.small {
	font-size: 8pt;
	line-height: 12pt;
}
.fahne {
	border: 0;
}
.feedback {
	/*font-family: "Sacramento", sans-serif;*/
	/**/
	/*font-weight: bold;*/
	font-size: 1.3em;
	padding: 10px 10px 10px 10px;
	border-radius: 6px 6px 6px 6px;
	box-sizing: border-box;
	box-shadow: 0 0 10px 1px #489531;
}
.feedbackname {
	font-weight: bolder;
	font-size: 1.1em;
	text-align: right !important;
}
