body, html {
	margin: 0;
	padding: 0;
	width: 100%;

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #996B53;
}




.answer{
		/* Layout properties - You can change these */
		
		border: 0px solid #555555;
		padding:3px;
		width:500px;
		background-color:#fff;
		
		/* This one should not be changed */
		display:none;	
	}
	
	.question{
		font-weight:bold;
		cursor:pointer;
		color: #F59711;
	}
	
	#ads{
		margin-top:30px;
	}





{
behavior: url(iepngfix.htc);
}


img, div {
behavior: url(iepngfix.htc);
}




#txt
{
font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #996B53;
}



#txt1
{
font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #996B53;
}


#txtm
{
font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #996B53;
}


#txt2
{
font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #876F59;
}


a:link
{
color:#F59711;
text-decoration:none;
font-size: 12px;
}

a:visited
{
color:#F59711;
text-decoration:none;
font-size: 12px;
}

a:active
{
color:#F59711;
text-decoration:none;
font-size: 12px;
}

a:hover
{
color:#EC5317;
text-decoration:none;
font-size: 12px;
}

 






.glossymenu{
margin: 5px 0;
padding: 0;
width: 166px; /*width of menu*/
border: 0px solid #;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #ADCC64 url(Bilder/glossyback.gif) repeat-x bottom left;
font: bold 12px Arial, Helvetica, sans-serif;
color: #;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(Bilder/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #689C2E;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 0px solid #;
}

.glossymenu div.submenu ul li a{
display: block;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: ffffff;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #317A07;
colorz: #;
}

