HTML, body, {
	Width: 100%;
	Height: 100%;
	Margin: 0;
	Overflow: auto;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #200007;
	/*background: #015c58;
	SCROLLBAR-FACE-COLOR: #ffff7a; 
	SCROLLBAR-HIGHLIGHT-COLOR: #221900; 
	SCROLLBAR-SHADOW-COLOR: #221900; 
	SCROLLBAR-3DLIGHT-COLOR: #221900; 
	SCROLLBAR-ARROW-COLOR: #221900; 
	SCROLLBAR-TRACK-COLOR: #7a7aff; 
	SCROLLBAR-DARKSHADOW-COLOR: #221900;*/
}

/*.table00 { 
	background: #dc9839;
}
*/


/* ideenreich - aeussere tabelle*/
.table01 { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #000000;
	background-image:url(../images/bg02.jpg); 
	background-repeat: no-repeat;
	background-position:center;
	background-attachment: fixed; 
}
/*  - weisse border um inhalt*/
.table01a { 
	/*font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #bbf9fb;*/
	background: #eae3d9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ffffff;
}

/* werner - normaler inhalt*/
.table02 { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #ffffff; /*#ffff7a;*/
	/*font-weight: bold;*/
	background: #000000;
	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c4a56b;*/
}

/*weisser trennstrich*/
.table03 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ffffff; 
	/*font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	color: #5E0000;
	background: #6bac5d*/
}

.table04 { 
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #a3a3a3;
	background: #015c58;
}

.table05 { 
	border-top-color: #000033;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-style: dashed;
}

.table06 { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #505050;
	background: #bdb28e;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;	
}

.tip {
	background: #FFF46c;
	padding-top: 0px; 
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	
}
/* werner - links navigation*/
a.color1:link  {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	text-decoration: none; 
}

a.color1:visited  {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	text-decoration: none;
}

a.color1:active {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #e6204e;
	text-decoration: none; 
}

a.color1:hover {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #e6204e;
	text-decoration: none; 
}

/* werner - link im text*/
a.color2:link  {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	text-decoration: none; 
}

a.color2:visited  {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	text-decoration: none;
}

a.color2:active {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	text-decoration: underline; 
}

a.color2:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	text-decoration: underline; 
}

.menu {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #5E0000;
	color: #ffffff;
	background: #b2b4c0;
}