/* Print.css
------------------------------------------------------------------------
This stylesheet contains the Print CSS

Including of special rules for portal and content site

Author: elements.at 
--------------------------------------------------------------------- */



/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	background: none;
	margin: 0;
	padding: 0;
}

div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;			
}

h1 {
	font-weight: bold;		
}

h2 {
	color: #4B646E;
	font-weight: bold;		
}


h3 {
	color: #000;
	font-weight: bold;		
}

h4 {
	color: #4B646E;
	font-weight: bold;		
}

object {
	display: block;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}

h1.print {
	color: #dda600;
}

/* Printheader
--------------------------------------------------------------------- */

#printheader {
	background: url(/static/img/logo.jpg) top left no-repeat;
	width: 720px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 20px;
	
	border-bottom: 1px solid #dda600;
	
}

#printheader .text {

	width: 200px;
	height: 60px;
	overflow: hidden;
	float: left;
	margin-left: 170px;
	color: #99702e;
	padding-top: 20px;
	display: inline;
}

#printheader .data {

	width: 200px;
	height: 60px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	color: #99702e;
	padding-top: 20px;
	display: inline;
}


/* parent div of the website
--------------------------------------------------------------------- */
#site {
	width: 985px;
	margin: 0 auto;
	overflow: hidden;
}

/* headline (logo, metanav and search)
--------------------------------------------------------------------- */

#headline {
	display: none;
}

/* header (image, claim, navigation, top teaser)
--------------------------------------------------------------------- */

#header {
	display: none;
}

/* content container
--------------------------------------------------------------------- */
#content {
	width: 700px;
	overflow: hidden;
	float: left;
	padding-bottom: 10px;
	background: none;

}


/* PORTALBEREICH
------------------------------------------------------------*/

#content #portal_area {
	display: none;
}


/* CONTENTBEREICH
------------------------------------------------------------*/

#content #content_area {
	width: 700px;
	float: left;
	padding: 0;
	color: #333;
	overflow: hidden;
}

#content_area h1.print {
	font-size: 14px;
	font-weight: bold;
	color: #dda600;
}

#content_area h2 {
	font-size: 12px;
	font-weight: bold;
	color: #dda600;
	margin: 10px 0 5px 0;
}

#content_area a {
	color: #c96300;
	text-decoration: none;
}

#content_area ul {
	margin: 5px 10px 10px 0;
}


#content_area ul li {
	list-style: none;
	padding-left: 13px;
	line-height: 13px;	
	background: url(../img/list_icon.gif) 0 3px no-repeat;
	color: #333;
	margin-bottom: 3px;
}

#content_area ul ul {
	margin: 5px 10px 10px 0px;
}

/* Tabelle Inhaltsbereich*/
#content_area table {
	border-collapse: collapse;
	width: 650px !important;
}

#content_area table td {
	border-collapse: collapse;
	padding: 5px ;
	
	background: none;
	border: none;
	border-left: none;
}

#content_area table td h2 {
	color: #dda600;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 10px 0;
}



#content_area .flashheadline {
margin-bottom: 10px;
}

#content_area .flashheadline embed {
display: none;
}
#content_area .flashheadline object {
display: none;
}


/*IMAGEBLOCK*/
#content_area .img_block {
	float: right;
	margin-left: 15px;
	width: 180px;
	overflow:hidden;
}

#content_area .img_block .cb_img {
	margin-bottom: 15px;
	overflow: hidden;
	
	position: relative;
}

#content_area .img_block .cb_img .lupe {
	background: url(../img/lupe.gif) no-repeat;
	width: 15px;
	height: 15px;	
	position: absolute;
	left: 165px;
	top: 0;
	
	display: none;
}

#content_area .img_block .cb_img img {
	width: 180px;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 0 -2px 0 !important;
}


#content_area .img_block .cb_img_text {
	margin: 0;
	padding: 7px 5px 7px 10px;
	background: #fef8e3;
	color: #333;
}


#content_area .contentteasers {
	display: none;
}


/* Produktauflistung
----------------------------------------------------------------*/

.product_overview {
	width: 755px;
	overflow: hidden;
	float:left;
}

.product_overview .display {
	display: none;
}



.product_overview .products {
	width: 755px;
	overflow: hidden;
	float: left;
	margin: 10px 0 0 0;
}

.product_overview .products .entry {
	width: 143px;
	height: 170px;
	overflow: hidden;
	float: left;
	
	margin: 0 10px 10px 0;
}

.product_overview .products .entry {
	width: 143px;
	height: 170px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}

.product_overview .products .entry_last {
	width: 143px;
	height: 170px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
}

.product_overview .products .entry .lupe, .product_overview .products .entry_last .lupe {
	background: url(../img/lupe.gif) no-repeat;
	width: 15px;
	height: 15px;	
	position: absolute;
	left: 128px;
	top: 0;
	
	display: none;
}

.product_overview .products .entry img, .product_overview .products .entry_last img {
	width: 143px;
	height: 170px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}


.product_overview .paging {
	display: none;
}


/* pressetexte
--------------------------------------------------------------------------------*/

.presstextform {
	display: none;
}


.presstextlist {
	overflow: hidden;
	width: 580px;
	float: left;
}

.presstextlist .item {
	margin-bottom: 10px;
}

.presstextlist .item h2 {
	font-size: 11px;
	margin: 0;
	padding:0;
	font-weight: bold;
}

.presstextlist .item h2 a {
	color: #dda600;
	font-size: 11px;
}

.presstextlist .item .text {
	margin: 3px 0 0 0;
}

/* pressetexte detail
--------------------------------------------------------------*/

.presstext_images {
	float: right;
	padding: 0;
	margin: 0 0 0 10px;
	width: 160px;
	overflow: hidden;
}

h2.pressdate {
	margin: 0 0 5px 0;
}

.presstext_detail_back {
	padding: 0;
	margin: 10px 0 0 0;
}


.presstext_detail_back a {
	padding: 0;
	font-weight: bold;
	color: #dda600; 
	text-decoration: none; 
}



/* pressebilder übersicht
---------------------------------------------------*/
.pressimageform {
	float: left;
	width: 755px;
	background: none;
	margin: 10px 0 15px 0;
	
	display: none;
}



/* Bildauflistung*/
.presspicturelist {
	overflow: hidden;
	width: 700px;
	float: left;
	
	background: #ff0000;
}

.presspicturelist .item {
	float:left;
	width:180px;
	height: 144px;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
	background: #fef8e3;
}

.presspicturelist .image {
	width: 180px;
	height: 120px;
	overflow: hidden;
}

.presspicturelist .item.last {
	margin-right:10px;
}

.presspicturelist .item img {
	display:block;
	float:left;
	padding: 0;
	margin: 0;
}

.presspicturelist .item span {
	float:left;
	width:175px;
	height:14px;
	padding:5px;
	background:#fef8e3;
	color: #333;
}




/* Pressebild detail Popup*/

.imagedetail {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background: #fef4cc url(../img/site_bg.gif) top repeat-x;
	color: #333;
}

#detailview {
	overflow: hidden;
	width: 520px;
	height: 560px;
	
	background: none;
}

#detailview .viewimage {
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	width: 520px;
	height: 400px;
}

#detailview .copy {
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	width: 520px;
	height: 30px;
}


#detailview .photo {
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	width: 520px;
	height: 30px;
}

#detailview .downloadpressimage {
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	width: 520px;
	height: 30px;
}

#detailview .downloadpressimage a {
	color: #dda600; 
	text-decoration: none; 
}


#detailview .close {
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	width: 320px;
	height: 25px;
	padding: 5px 0 0 200px;
}

#detailview .close input.closewindow {
	width: auto;
	height: 18px;
	border: 0;
	padding: 0 3px;
	margin: 0;
	color: #333;
	background: #ffd119;
	float: left;
	cursor:pointer;
	text-align: center;
}

/*KONTAKTFORMULAR*/


#content_area .contactform {
	display: none;
}


/* Newsletter Anmeldung
------------------------------------------------------------*/

#content_area .newsletterform {

	display: none;
}


/* content sidebar
--------------------------------------------------------------------- */

#content #sidebar {
	display: none;
}


/* footer container
--------------------------------------------------------------------- */
#footer {
	display: none;
}




