HTML, body, {
	/*Width: 100%;*/
	Height: 100%;
	margin-bottom: 0.01em;
	/*Overflow-y: auto;*/
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #333333;
	 background: #e3edfa;
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #242e2d; 
	SCROLLBAR-SHADOW-COLOR: #242e2d; 
	SCROLLBAR-3DLIGHT-COLOR: #d7d7d7; 
	SCROLLBAR-ARROW-COLOR: #242e2d; 
	SCROLLBAR-TRACK-COLOR: #e3edfa; 
	SCROLLBAR-DARKSHADOW-COLOR: #d7d7d7;
}
/* bg des gesamten fensters*/
.table00 {
	background: #e3edfa;
}
/* hauptnavigation links*/
.table01 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #3f3f3f;
	background: #ffffff;
	
}

/*hauptnavigation links wenn ausgewaehlt*/
.table01a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #3f3f3f;
	height: 24px;
	width: 141px;
	background: #e3edfa;
		
}

/*text indexseite erste zeile*/
.table01b {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 4px;
	color: #3f3f3f;
	background: #e3edfa;
		
}

/*text indexseite zweite zeile*/
.table01c {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #3f3f3f;
	background: #e3edfa;	
}

/*inhaltstexte*/
.table02 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #3f3f3f;
	background: #ffffff;
}
	
.table03 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	color: #588064;	
}

/*tabelle der suchseite*/
.table04 { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #3f3f3f;
	border-bottom-color: #bbcbe7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #bbcbe7;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #bbcbe7;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #bbcbe7;
	border-right-style: solid;
	border-right-width: 1px;
}

/*gestrichelter trennstrich*/
.table04a { 
	/*font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #3f3f3f;*/
	border-bottom-color: #bbcbe7;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

/*gestrichelter trennstrich unter der oberen navigation*/
.table04b { 
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #3f3f3f;
	background: #ffffff;
	border-bottom-color: #808080;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

/* links der linken hauptnavigation*/
a.color1:link  {
	display:block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding: 4px;
	color: #3f3f3f;
	height: 24px;
	width: 141px;
	background: #ffffff;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #bbcbe7; 
}

a.color1:visited  {
	display:block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding: 4px;
	color: #3f3f3f;
	height: 24px;
	width: 141px;
	background: #ffffff;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #bbcbe7;
}

a.color1:active {
	display:block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #3f3f3f;
	background-image: url(../images/navi_table_bg.gif);
	padding: 4px;
	height: 24px;
	width: 141px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #bbcbe7; 
}

a.color1:hover {
	display:block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	background-image:  url(../images/navi_table_bg.gif);
	padding: 4px;
	height: 24px;
	width: 141px;
	color: #3f3f3f;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #bbcbe7;
}

/* links im normalen text*/

a.color1a:link  {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #3f3f3f; 
	text-decoration: underline; 
}

a.color1a:visited  {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3f3f3f; 
	text-decoration: underline;
}

a.color1a:active {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #649ae3;
	font-weight: bold; 
	text-decoration: none; 
}

a.color1a:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #649ae3;
	font-weight: bold; 
	text-decoration: none; 
}

/* link fuer wettbewerb */

a.color1b:link  {
	display:block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding: 4px;
	color: #3f3f3f;
	height: 24px;
	width: 141px;
	background: #ffffff;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #ff5e5e; 
}

a.color1b:visited  {
	display:block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding: 4px;
	color: #3f3f3f;
	height: 24px;
	width: 141px;
	background: #ffffff;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #ff5e5e;
}

a.color1b:active {
	display:block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #3f3f3f;
	background-image: url(../images/navi_table_bg.gif);
	padding: 4px;
	height: 24px;
	width: 141px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #ff5e5e; 
}

a.color1b:hover {
	display:block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	background-image:  url(../images/navi_table_bg.gif);
	padding: 4px;
	height: 24px;
	width: 141px;
	color: #3f3f3f;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #ff5e5e;
}

/* link fuer wettbewerb ausgewaehlt*/

a.color1c:link  {
	display:block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding: 4px;
	color: #3f3f3f;
	height: 24px;
	width: 141px;
	background-image:  url(../images/navi_table_bg.gif);
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #ff5e5e; 
}

a.color1c:visited  {
	display:block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding: 4px;
	color: #3f3f3f;
	height: 24px;
	width: 141px;
	background-image:  url(../images/navi_table_bg.gif);
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #ff5e5e;
}

a.color1c:active {
	display:block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #3f3f3f;
	background-image: url(../images/navi_table_bg.gif);
	padding: 4px;
	height: 24px;
	width: 141px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #ff5e5e; 
}

a.color1c:hover {
	display:block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	background-image:  url(../images/navi_table_bg.gif);
	padding: 4px;
	height: 24px;
	width: 141px;
	color: #3f3f3f;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #ff5e5e;
}

/*______________________*/
a.color2:link  {
	display:block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #3f3f3f;
	background-image: url(../images/navi_table_bg.gif);
	padding: 4px;
	height: 24px;
	width: 141px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #bbcbe7; 
}

a.color2:visited  {
	display:block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #3f3f3f;
	background-image: url(../images/navi_table_bg.gif);
	padding: 4px;
	height: 24px;
	width: 141px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #bbcbe7;
}

a.color2:active {
	display:block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #3f3f3f;
	background-image: url(../images/navi_table_bg.gif);
	padding: 4px;
	height: 24px;
	width: 141px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #bbcbe7; 
}

a.color2:hover {
	display:block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #3f3f3f;
	background-image: url(../images/navi_table_bg.gif);
	padding: 4px;
	height: 24px;
	width: 141px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #bbcbe7; 
}

/* link indexseite*/

a.color2a:link  {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 8px; 
	color: #3f3f3f; 
	text-decoration: none; 
}

a.color2a:visited  {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 8px;
	color: #3f3f3f; 
	text-decoration: none;
}

a.color2a:active {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #649ae3;
	letter-spacing: 8px;
	font-weight: bold; 
	text-decoration: none; 
}

a.color2a:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #649ae3;
	letter-spacing: 8px;
	font-weight: bold; 
	text-decoration: underline; 
}


.menu {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #d1cf4b;
	border-style: solid;
	border-color: d1cf4b;
	border-width: 1px;
	background: #242e2d;
}