html, body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#466a4e;
	height: 100%;
	font-family: 'Times New Roman', Times, 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}


a:link {
	text-decoration: none; 
	color: #669B73; 
	font-weight: bold;
}
 
a:active {
	text-decoration: none; 
	color: #669B73; 
	font-weight: bold;
}
 
a:visited {
	text-decoration: none; 
	color: #669B73; 
	font-weight: bold;
} 

a:hover {
	text-decoration: underline; 
	color: #669B73; cursor: hand; 
 	font-weight: bold;
}


.between {
	background-image: url(images/bg_between.jpg);
	background-repeat: repeat-x;
	background-color: #191919;
	width: 10px;
}

.between2 {
	background-color: #191919;
}

.bg_menu {
	background-color:#ffffff;
	width: 200px;
}

td {
	vertical-align: top;
	font-size: 11pt;
	color: #333333;
}

img {
	border: 0px;
}

.button_menu {
	margin-bottom: 1px;
}

.td_content {
	background-color: #ffffff;
}

h1 {
	font-size: 14pt;
	color: #669B73;
	font-style: italic;
	text-align:left;
}

h2 {
	font-size: 14pt;
	color: #669B73;
	font-style: italic;
	text-align:center;
}

.content {
	color: #344E3A;
	font-size: 12pt;
	padding-left: 22px;
	padding-right: 10px;
	padding-top:10px;
	text-align: justify;
}

.pic_right {
	float: right;
	margin-left: 20px;
}

.pic_left {
	float: left;
	margin-right: 20px;
}

.td_klassen {
	font-size:9pt;
}

.hd_klassen {
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
}

.hd_klassen2 {
	font-size: 11pt;
	font-weight: bold;
	color: #909090;
	padding-top: 10px;
}

.sternchen {
	font-size:9pt;
	color: #669B73;
}

hr {
border: none 0;
border-top: 1px dashed #669B73;
height: 1px;
padding-top:2px;
padding-bottom:2px;
}

.formular {
	border-left: #333333 2px solid;
	font-family:  'Times New Roman', Times, Arial, Helvetica, sans-serif; 
	font-size: 10pt; color: #333333; 
	padding:2px;
	background-color: #DCE9DD;
	margin-bottom: 5px;
}

.formular2 {
	border-left: #669B73 2px solid;
	font-family:  'Times New Roman', Times, Arial, Helvetica, sans-serif; 
	font-size: 10pt; color: #333333; 
	padding:2px;
	background-color: #DCE9DD;
	margin-bottom: 7px;
}

.tr2 {
	background-color: #eeeeee;
}

.copyright {
	margin-top: 5px;
	color: #ffffff;
	font-size: 9pt;
}


