@charset "UTF-8";
/* CSS Document */

/* - Allgemein --------------------------------------------- */

body {
	text-align: center;
	background-color: #7FA347;
	margin: 0px;
	padding: 0px;
	background-image: url(tendokankopfbalken.png);
	background-repeat: repeat-x;
	background-position: 0px 90px;
	margin: 0px;
	padding: 0px;
}
.master1 {
	text-align: center;
	width: 900px;
	display:table;
	height: 114px;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(tendokankopf.png);
}
.master2 {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 900px;
	display:table;
	min-height: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10pt;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div {
	text-align: justify;
}
div.inhalt a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #6D9632;
}
div.inhalt a:link {
	text-decoration: none;
	font-weight: bold;
	color: #6D9632;
}
div.inhalt a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #6D9632;
}
div.inhalt a:active {
	text-decoration: none;
	font-weight: bold;
	color: #6D9632;
}

/* - Navigation --------------------------------------------- */

.nav {
	width: 149px;
	float: left;
	margin-top: 24px;
	background-color: #FFF;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 10pt;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 350px;
}
div.nav a:hover {
	display:block;
	text-decoration: none;
	background-color: #DDD;
	color: #000;
}
div.nav a:link {
	display:block;
	text-decoration: none;
	color: #000;
}
div.nav a:visited {
	display:block;
	text-decoration: none;
	color: #000;
}
div.nav a:active {
	display:block;
	text-decoration: none;
	color: #F90;
}
.active {
	display:block;
	text-decoration: none;
	background-image: url(dreieck.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

/* - Layout --------------------------------------------- */

.titelcenter {
	text-align:center;
	width:680px;
}
.inhalt {
	width: 718px;
	float: right;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.inhaltweiss{
	background-color:#FFF;
	display: table;
	height: auto;
	width: 900px;
}
.inhalt100P {
	width: 100%;
}
.inhalt49P {
	width: 49%;
	float:left;
	margin: 0px;
	padding: 0px;
}
.inhalt49PR {
	width: 49%;
	float: right;
	margin: 0px;
	padding: 0px;
}
.inhalt65P {
	width: 65%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.inhalt33P {
	width: 33%;
	float: right;
	margin: 0px;
	padding: 0px;
}

/* - Footer --------------------------------------------- */

.footer {
	height: 15px;
	float: none;
	font-size: 8pt;
	text-align: center;
	color: #FFFFFF;
	background-color: #6D9632;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FCA023;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div.footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
div.footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
div.footer a:visited {
		text-decoration: none;
	color: #FFFFFF;
}
div.footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.footer2 {
	height:20px;
	background-image: url(rundeeckeunten.gif);
	background-repeat: no-repeat;
}


/* - Schrift ---------------------------------------------- */

p {
	line-height: 12pt;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
.textklein {
	font-size: 9pt;
}
.fett {
	font-weight: bold;
}

.ueber {
	font-weight: bold;
	font-size: 18pt;
	color: #360;
	margin-top: 15px;
	margin-bottom: 20px;
}
.zwischenueber {
	font-weight: bold;
	font-size: 13pt;
	color: #360;
	margin-top: 10px;
}

/* - Formulare ---------------------------------------------- */

.textrot {
	color:#990000;
	font-weight: bold;
}
.textlinksbuendig {
	text-align:left;
	}
.textfeld
{
	border: 1px dotted #6D9632;
	font-family: "Courier New", Courier, mono;
	font-size: 11pt;
}
.textfeldsubmit
{
	border: 1px solid #6D9632;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	height: 21px;
	background-color: #FFFFFF;
	cursor: pointer;
}
.textfeldsubmitrot
{
	border: 1px solid #6D9632;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #6D9632;
	height: 21px;
	background-color: #FFFFFF;
	cursor: pointer;
}

/* - Tabelle ---------------------------------------------- */
table {
	vertical-align: middle;
	border: 1px solid #999;
	}

td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

