body {
	background: white;
	color: black;
	margin: 0;
	padding: 0%;
	min-width: 1000px;
	font-size: 12pt;
	font-family: arial,sans-serif;
	font-weight: normal;
}

a 	{
	color: #006633;
	text-decoration: none;
}
/* all other settings for class menu are in fly.css */
.menu {
	font-size: 10pt;
}

a:hover {
	text-decoration: underline;
}

a:visited 	{
	color: #006601;
}

.skip 	{
	position: absolute;
	margin-left: -10000px;
}

h1 {
	font-size: 18pt;
	padding: 20px 0 5px 5px;
	border-bottom: 1px dashed #006633;
}
h2 {
	font-size: 16pt;
	padding: 20px 0 5px 5px;
}
h3 		{
	font-size: 14pt;
	padding: 20px 0 5px 5px;
	border-bottom: 1px dashed #006633;
}
h1, h2, h3, h4, h5, h6 {
	color: #006633;
	margin: 0;
}

dt, dd, dl, li {
	text-decoration:none;
	color:#000000;
	font-weight: normal;
	}
	
small {
		font-size: 10pt;
}

img 		{
	border: none;
	max-width: 95%;
}

.fleft 	{
	float: left;
	margin: 0 1em 1em 0;
}
.fright 	{
	float: right;
	margin: 0 0 1em 1em;
}
#container {
	width: 1100px;
	margin: auto;
	border: 1px solid Black;
	border-top: 0;
}
#logo {
	background: black url(../image/kopf.jpg) no-repeat 00;
	height: 130px;
	text-align: right;
	font-weight: bold;
	letter-spacing: -1px;
}
#logo a {
	color: white;
	text-decoration: none;
}
#logo p{
	color: white;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	font-weight: bold;
	font-size: 19pt;
	padding-left: 1em;
}
#logo table{
	width: 800px;
	right: 0px;
}

#submen {
	background-color: white;
	padding: 3px 15px 3px 25px;
	text-align: left;
	color: #545454;
	border-bottom: thin dotted;
}
#submen li {
	line-height: 2.0;
	white-space: nowrap;
	display: block;
	list-style-type: none;
	border-right: 1px solid #545454;
	padding: 2px 15px 2px 10px;
}
#submen li a {
	color: #006633;
	text-decoration: none;
}
#subnav
 {
	font-size: 0.8em;
	width: 160px;
	min-height: 1000px;
	background-image: url(../image/subnav.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	float: right;
	padding: 20px 2% 1em;
	margin: 5px 0;
	border-left: 1px dotted Black;
}
#subnav ul {
	padding: 0;
	margin: 0;
	margin-left: 1em;
	list-style-type: none;
}

table.two-columns {
	width : 750px;
	border: 0 none black;
}
.two-columns td {
	vertical-align: top;
}
td.two-columns-pics {
	width : 250px;
}
td.two-columns-text {
}

/*
#subnav dt
 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 1em;
	border-top: 1px dotted Black;
	color: #006633;
}
#subnav dd {
	padding: 0.2em;
	margin: 0.2em 0;
}
*/
#main {
	background: white;
	padding: 1.5em 1.5em 10px 20px;
	line-height: 1.5;
	/*height: 1000px;*/
}
.video-player
{
	text-align: center;
}
