/*************** bianca_print.css ***************/

/*************** Allgemeines ***************/
* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #fff;
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000;
}

body a:link, body a:visited {
	font-weight: bold;
	text-decoration: none;
        color: #68676b;
}

body a:link:after, body a:visited:after {
	/*content: " (" url(pfeil.gif) attr(href) ") ";*/
	font-weight: normal;
	font-size: 80%;
        color: #68676b;
}

body .button, body a.button {margin: 5px 10px;}

p {padding: 10px 0px;}

strong, #stage span, b {font-size: 10pt;}

.title {
	margin: 10px 0px 0px 170px;
	font-size: 12pt;
	font-weight: bold;	
}

.logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#content {margin-top: 20px;}

table tr td {vertical-align: top;}

table tr td {padding: 5px 0px 10px 5px;}

.error {color: #e98f00;}

input, textarea, select, .contact {font-size: 8pt;}


/*************** display: none; ***************/
.hnavi, #vnavi, #fnavigation, .pager, .line, .button, .print {display: none !important;}


/*************** Veröffentlichung ***************/
.element {
	margin-top: 10px;
	height: 150px;
}

.element-press {
	margin-top: 10px;
	height: 200px;
}

.element-image {
	float: left;
	margin-right: 20px;
}


/*************** Produktdarstellung ***************/
.product-element {
	width: 165px;
	float: left;
	margin: 6px;
}

.product-thumb {
	width: 165px;
	height: 210px;
	text-align: center;
}

.product-preview {
	padding: 6px 15px 6px 6px;
	float: left;
}

.product-info {
	padding: 0px 6px 6px 6px;
	margin-top: -6px;
}
