@charset "UTF-8";
/**********************************
 * TITLE: BIOKON Print Stylesheet * 
 * URI  : print.css               *
 **********************************/
 
* {
	background-color: #ffffff; !important;
	font-family: "Times New Roman", Times, serif;
	text-align:justify;
}
	
	body {
	 font-size:12 pt;
}

body, #container, #content, #footer, #banner, #banner p {
	width:auto !important;
	margin:0 !important;
	padding:0 !important;
}


#left, #right, #mainnavi, #mainnavi p,#linien, #breadcrump, #login.submit, #pointer  {
	display:none;
}
/*

a:after, a:link:after  { 
color: #000000;
background-color:transparent; 
content: " * Link " attr(href) "* "; 
}

a:visited:after {
color:#000000; 
background-color:transparent;
content: " * Link " attr(href) "* "; 
}
*/
a:not ([href^= '#']) :after {
	content: " ("attr(href)")";
	color:#ccc;
	font-style:italic;
	font-size: 0.85em;
	}

img[alt]:after {
	content: "A\ ("attr(alt)")";
}

body {
	quotes:"\201E" "\201C" "\201A" "\2018";
	quotes:"\201C" "\201D" "\2018" "\2019";
}

#container:after {
	content:"\ All rights reserved.© 2009 www.biokon-international.com";
	color:#666666;
	font-size: 0.85em;
	}



/* ----------tabelle-------------- */

#tabelle
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 10px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#tabelle th
{
	font-size: 13px;
	font-weight: bold;
	padding: 2px 5px;
	border-bottom: 2px solid #97bf0d;
}
#tabelle td
{	vertical-align: top;
	padding: 5px 8px 5px 5px;
	border-bottom: 1px solid #97bf0d;
}

/* ----------image-------------- */

.img { float:right;
}
.img-desc {
	position: relative;
	height:200px;
	width: 500px;
	display:none;
}
.img-desc cite {
	background: #111;
	filter:alpha(opacity=55);
	opacity:.55;
	color: #fff;
	position: absolute;
	bottom: -5px;
	left: 10px;
	width: 490px;
	padding: 5px;
	border-top: 1px solid #999;
	display:none;

}

img.double-border {
	border: 5px solid #ddd;
	padding: 5px; /*Inner border size*/

}



fieldset.search {
	display:none;
}

.spalte { padding:5px; text-align:left; width: 45%; float:left; } 


