*
	{
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:12px;
	outline: none;
	line-height: 16px;
	
	}
html
	{
	height: 100%;
	width: 100%;
	z-index: 0;
	overflow-x: hidden;
	}
body 
	{
	background-image: url(/fileadmin/templates/images/background.png); 
	background-repeat: repeat-x; 
	background-position: top;
	margin: 0 0;
  	height:100%; /* IE6: treaded as min-height*/
	display:block;
  	color:#000000;
  	text-align: center;
	line-height: 16px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	}
a {
	text-decoration: none;
	color: #990000;
}
a:hover 
{
	text-decoration: none;
	color:#666666;
}
	
h1 {
	font-weight: bold;
    	font-size: 14px;
    	color: #000000;
   	padding:5px 0 10px 0;
	display:block;
	}
h2 {
    	font-size: 13px;
   	color: #000000;
	padding:5px 0 10px 0;
}

h3 {
	font-size: 13px;
    
}
h5 {
    font-size: 8px;
}
.bodytext {
    
	font-size: 12px;
    	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin:0 0 12px 0;
	text-decoration: none;
	text-align: left;
}

