/*
// DOCUMENT: Layout f. JackTiger
// VERSION: $Revision: 2.1 $
// DATE: $Date: 2008-06-26 10:08:52 $
// AUTHOR: M.Beranek

*/


/* Zentrierung: */
body {
	margin-left:0px;
	margin-right:0px;
	text-align: center;
}

.empty_space{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	line-height: 13px;
	position: relative;
	text-align:center;
	margin-right:15px;
	margin-left:15px;
	margin-top: 100px;
	z-index: 3;
	color: #999;
	background-color: #fff;
}

.empty_space a{
	color: #999;
}

#global_footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	line-height: 14px;
	color: #999;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 8px;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #fff;
	background-image: url(../images_global/footer_separator.gif);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 5;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:100%;
}
#global_footer .footer_logo{
	padding-top: 5px;
}
#global_footer a{
	color: #999;
	text-decoration: none;
}
#global_footer a:link{
	color: #999;
	text-decoration: none;
}
#global_footer a:visited{
	color: #999;
	text-decoration: none;
}
#global_footer a:hover{
	color: #999;
	text-decoration: underline;
}
#global_footer a:active{
	color: #999;
	text-decoration: none;
}


