/*
#########################################################################
# Copyright © by http://www.unpopulardisclose.de                        #
# This CSS-Style was created by tommy, admin @ longingfortomorrow.de    #
#########################################################################
*/


a:link { text-decoration:none; color:#AE8649; }
a:visited { text-decoration:none; color:#AE8649; }
a:hover { text-decoration:none; color:#8C3D1E; }
a:active { text-decoration:none; color:#8C3D1E; }

h4 {
	background: transparent;
	color: #000000;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 5px 20px;
	position: relative;
	vertical-align: text-bottom;
}

h3 {
	background: transparent;
	color: #000000;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	position: relative;
}



td  {
	font: Arial;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


body {
 background-color: #AE8649;
 background-repeat:repeat-y;
 background-image:url('bg.jpg');
}


#show_info {
 position:absolute; 
 left:370px; 
 top:18px; 
 width:144px; 
 height:42px; 
 z-index:4
 }

#footer {
 position: fixed;
 bottom: -1px;
 white-space: nowrap;
 width: expression( parseInt( document.body.clientWidth ) - 18 );
 display: block;
 width: 100%;
 left: 0;
 height: 11px;
 background: #333333;
 padding: 5px;
 z-index: 100;
}
