/******************************************************/
/*
/*	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
------------------------------------------------------*/
html {
	height:100%;
	}

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;
	height:100%;
	overflow:hidden;
	}
	
	
	
ol, ul {
	list-style: none;
	}

table {
	border-spacing: 0px;
	}
	
	
* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333333;
}	


*,a { 
        outline:none;
	}

img {
	border: 0px;
}


hr{
	height:1px;
	background-color: #ffffff;
	color: #f2efe2;

	border-right: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e2001a;
	margin: 8px 0px 8px 0px;
	_display:block;
	_margin: -5px 0px -6px 0px;

}


