/*------------------------------------------------------------------------
    http://www.hagleitner.at
	Autor: holzweg ecommmerce solutions, Dipl.Inform. Christoph Holz
    Inhalt: Diese CSS wird fÃ¼r die Druckversion der Website verwendet
--------------------------------------------------------------------------*/

body{
	font:10pt Lucida Grande, Verdana;
	background-color: white;
	background-image: none;
	color:#000;
}
/**{
	float:none;
}*/
#headerContainer, #globaleNavigation, #subNavigation,
#upperEdges, #lowerEdges, #teaserContainer, #footerNavigation{
	display:none;
}

img{
	border:none;
}

#contentText{
		float:left;
		width:60%;
}

#contentImagesContainer{
	width:40%;
	float:right;
}

table {border: 3px solid #ccc;border-collapse:collapse;border-spacing:0; margin: 25px 0px;}
th{ border: 1px solid #ccc; width: 55px; text-align: center; padding: 5px; margin: 0px; }
td{ border: 1px solid #ccc; width: 55px; text-align: center; padding: 5px; margin: 0px;}
tr{ border: 1px solid #ccc;}
tfoot{ border: 3px solid #ccc; width: 55px; text-align: center;}


a, a:link, a:active, a:visited{text-decoration:none; color:#000;}
#contentText a:link:after,#contentText a:visited:after,#footerContainer a:link:after,#footerContainer a:visited:after { content: " [" attr(href) "] "; font-size: 90%; }

h1, h2{
	padding:0px;
	margin:0px;
	line-height:17pt;	
}

/*--------------FOOTER--------------*/
#footerContainer{
	font-size:8pt;
	width:100%;
	clear:both;
	border-top:1px solid;
	margin-top:20px;
	display:block;
	page-break-before:avoid;
}

/*--------------- ADRESSE -----------*/
#adress{padding: 8px 10px;float: left;line-height: 1.9em;}
#adressHead{font-weight: bold;}

/*--------------- made by holzweg -----------*/
#madeby{float: right; padding: 8px 10px; line-height: 1.9em;}
