	body {
		margin: 0px;
		background-image: url(images/back.jpg);
		SCROLLBAR-FACE-COLOR: transparent;
		SCROLLBAR-HIGHLIGHT-COLOR: transparent;
		SCROLLBAR-SHADOW-COLOR: #C1986B;
		SCROLLBAR-3DLIGHT-COLOR: #C1986B;
		SCROLLBAR-ARROW-COLOR: #C1986B;
		SCROLLBAR-TRACK-COLOR: transparent;
		SCROLLBAR-DARKSHADOW-COLOR: transparent;
	}

	a img { border: 0;}

	#main_frame {
		position: absolute;
		top: 0px;
		width: 921px;
		text-align:center;
		height: 1058px;
		left: 50%;
		margin: 0px 0px 0px -460px;
		z-index: 0;
	}
	
	#content {
		style=width: 995px;
		text-align: center;
		background-color:#F6F6F6;
	}
	
	#loadani {
		position:absolute;
		top: 0px;
		left: 0px;
		z-index: 100;
		width: 100%;
		text-align: center;
		visibility: hidden;
	}
	
	#overlay {
		position: absolute;
		width:464px;
		height:381px;
		top:455px;
		left:266px;
		z-index: 99;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
		visibility: hidden;
	    background-color: #000000;
	}
	
	TH {
		Font-Family : Arial;
		Font-Size : 13px;
		font-weight: bold;
		Color : #000000;
	}
	
	DIV, TABLE, TD, P {
		Font-Family: Arial;
		Font-Size : 11px;
		Font-Style : normal;
	}
	
	input, textarea, select	{
		border: 1px solid #C1986B;
		background-color: transparent;
	}
	
	.inp_btn {
		background-color: #C1986B;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 12px;
		height: 19px;
		border: solid 1px #C1986B;
	}

    A:link          {color: #000000;text-decoration : none;}
    A:visited       {color: #000000;text-decoration : none;}
    A:hover         {color: #000000;text-decoration : underline;}
	A:active		{color: #000000;text-decoration: none; }

	a.menu_oben	{
		font-family: "Times New Roman", Times, serif;
		font-style:italic;
		Font-Size : 15px;
		Color : #553707;
		font-weight:bold;
	}
	a.menu_oben:link { color:#553707; text-decoration: line; }
	a.menu_oben:visited { color:#553707; text-decoration: line; }
	a.menu_oben:hover {  color:#553707; text-decoration: underline; }
	a.menu_oben:active { color:#553707; text-decoration: none; }

	a.menu_unten
	{
		font-family: Arial;
		Font-Size : 13px;
		Color : #FFFFFF;
	}
	a.menu_unten:link { color:#FFFFFF; text-decoration:line; }
	a.menu_unten:visited { color:#FFFFFF; text-decoration:line; }
	a.menu_unten:hover {  color:#FFFFFF; text-decoration:underline; }
	a.menu_unten:active { color:#FFFFFF; text-decoration:line; }

	a.submenu
	{
		font-family: Arial;
		Font-Size : 12px;
		Color : #000000;
	}
	a.submenu:link { color:#000000; text-decoration:underline; }
	a.submenu:visited { color:#000000; text-decoration:underline; }
	a.submenu:hover {  color:#000000; text-decoration:none; }
	a.submenu:active { color:#000000; text-decoration:underline; }
