/******************************************************/
/*
/*	Stylesheet Document
/* 	Copyright (c) 2007 GFB & Partner Marketing Services
/*	www.gfb.at
/*
/*	Unauthorized copying is not allowed and will be
/*	punished by an appropriate agent. In this case
/*	by an honorable fellow... me
/*
/******************************************************/


/* Normalizing and /basic stuff
------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;	
	background-color: white !important;
	background-image: none !important;
        color:black;
	}
	
	 h1,h2,h3,h4,h5,h6{
	 font-size:13px;
	 line-height:104%;
	 font-weight:bold;
 	}	
	
ol, ul {
	list-style: none;
	}

table {
	border-spacing: 0px;
	}
	
	
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: black;
}	


*,a { 
        outline:none;
	}


a:link,a:visited {
         color: #7A1E19;
         background:white;
         text-decoration:none;
         }
         

img {
	border: 0px;
}


hr{
	height:1px;
	background-color: #ffffff;
	color: #ffffff;
	border-right: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	margin: 8px 0px 8px 0px;
	_display:block;
	_margin: -5px 0px -6px 0px;

}
   
    
    
div#fusszeile{
font-size:.8em;
}

