/**
 * Print Layout for "Vorteilsgeber" (4youcard.at)
 * @version 0.0.1
 */
 


/*-----------------------------------------------

	general settings

-----------------------------------------------*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	background: #fff url(images/bg-pattern.jpg) repeat;
	border: 5pt solid #fff;
}
#container {
	background: #fff !important;
	padding: 5pt;
}
#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #container {height: 1%;}
/* End hide from IE-mac */

a { display: none; }
/* links are too long for printing
a[href]:after {
   content:" <URL: "attr(href)">";
   color:#444;
   background: inherit;
}
*/

/* hidden elements */
#skiplink, #left, .vg-suchmaske, .topLinkWrap, #footer, form, .pi_list_browseresults,
#rootline, #searchbox, #loginbox, #getyour4youcard, #right, #middle {
	display: none;
}

/*-----------------------------------------------

	header

-----------------------------------------------*/

#logo, #header, #header a {
	background: transparent none !important;
}
#header a, #header a img {
	display: block !important;
	text-decoration: none !important;
	border: none !important;
}
#container {}
#top {
	width: auto !important;
}

/*-----------------------------------------------

	section and items

-----------------------------------------------*/

/* the section (usually district) */
.result-vorteilsgeber-header {
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 2pt solid #333;
	margin-bottom: 7pt;
	padding-top: 14pt;
	padding-bottom: 2pt;
}

/* wrapper for an item */
.result-vorteilsgeber-item {
	border-bottom: 1pt solid #efefef;
	margin-bottom: 2pt;
	margin-top: 2pt;
}

/* image */
.result-vorteilsgeber-item .result-vorteilsgeber-image {
	float: left;
}
.result-vorteilsgeber-item .result-vorteilsgeber-image img {
	border: 0.5pt solid #999;
	margin: 2pt 5pt 5pt 0;
}

.result-vorteilsgeber-item .result-vorteilsgeber-text {

}
.result-vorteilsgeber-item .result-vorteilsgeber-text .vorteilsgeber-headline {
	font-weight: bold;
	padding: 1pt 0 4pt 0;
}
.result-vorteilsgeber-item .result-vorteilsgeber-text .result-vorteilsgeber-text {}
.result-vorteilsgeber-item .result-vorteilsgeber-text a {}
