/* @override http://dev.biogenes.glutrot.de/additions/main.css */

* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333399;
}

body {
  margin: 0px;
  border: 0px;
  padding: 0px;
  background-color: #FFF;
  text-align: center;
}

/* @group IDs for Layout */

#contentcontainer {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-color: #e4edff;
	min-height: 650px;
	text-align: left;
	padding-bottom: 20px;
}

#logo {
  display: block;
  text-align: left;
  background-color: white;
}

div.toolbar {
	display: block;
	width: 900px;
	height: 10px;
	background-color: #003f86;
}

#content {
  position: relative;
  display: block;
  margin-left: 200px;
  margin-top: 26px;
  width: 470px;
  background-color: #e4edff;
  text-align: justify;
  z-index: 0;
}

#news {
	float: right;
	display: block;
	width: 200px;
	height: 200px;
	clear: right;
	text-align: left;
	margin-top: 26px;
}

.flashcontent {
	position: absolute;
	margin-top: 180px;
	margin-left: 0px;;
	width: 200px;
	/*border: 1px solid red;*/
	/*float: left;*/
	/*padding-left: 20px;*/
}

.sympathy {
	margin-top: 20px;
	width: 200px;
	height: 200px;
	border: 1px solid red;
}

.printable a:link {
	text-decoration: none;
}

#footer {
	display: block;
	position: relative;
	clear: both;
	width: 700px;
	height: 20px;
	padding-left: 200px;
	margin-top: 20px;
}

/* @end */

/* @group Tags */

a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000066;
  text-decoration: underline;
  border: 0px;
}

a.logo {
  text-decoration: none;
  border: 0px;
}

a.printversion {
  text-decoration: none;
  font-size: 9px;	
}

p {
	font-size: 12px;
}

#news p {
	font-size: 11px;
}

#news a.news {
	color: #b90046;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333399;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
}

#news h2 {
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	margin: 0px;
	background-color: #003f86;
	color: white;
	padding: 3px 3px 3px 4px;
}

#news h2.news {
	background-color: #b90046;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
	text-decoration: underline;
}

ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333399;
  font-style: normal;
  line-height: 16px;
}

.line {
  margin-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #333399;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
	vertical-align: top;
}


.tablesmall {
	font-size: 10px;
	line-height: 10px
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399
}

.a1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333399;
	text-decoration: underline;
	font-weight: bold
}

.a2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #333399;
	text-decoration: underline
}

.headline {
	display: block;
	margin: 2px 0px 12px 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
}

.nostroke {
	padding-bottom: 1px;
}

.stroke {
	border-style: solid;
	border-color: #333399;
	border-width: 0px 0px 1px 0px;
}

.fullwidth {
	width: 100%;
}

.specialnews {
	display: inline-block;
	padding:10px;
	/*margin: 10px;*/
	border: 4px double maroon;
	width: 430px;
	background-color: #E3F0FF;
	
	text-align: center;
	font-weight: bold;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.offer_small {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
}

.offer_big {
	color: #bb0048;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-top: -12px;
}

.orange {
	color: #F74507;
}

.big {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px
}

.medium {
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}

/* @end */

/* @group Images */
img.IMGlink {
  border: 0px;
  margin-top: -4px;
}

img.IMGlogo {
  border: 0px;
}

img.IMGpictureleftfloat {
	float: left;
	margin-right: 15px;
}

img.IMGpictureleftfloatborder {
	float: left;
	margin-right: 15px;
	
	border: 1px solid black;
	padding: 0px;
}

img.IMGpicturecenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#printversion{
	border: 0px;
	margin-right: 4px;
}

/* @end */

/* @group Tabellen */

table.withborder {
	border-collapse: collapse;
}

table.withborder td {
	border: 2px solid #FFFFFF;
	padding: 4px 6px 4px 6px;
}

table.withborder tr.blue {
	background-color: #C4D0E7;
}

/* @end */

/* @group ansprechpartner common style */
table.ansprechpartner {
	width: 99%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

p.ansprechpartner {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

td.ansprechpartner {
	vertical-align: top;
}

/* @end */

/* @group ansprechpartner standard style */
td.ansprechpartner1 {
	padding-bottom: 20px;
}

td.ansprechpartner1left {
	width: 70%;
}

td.ansprechpartner1right {
	width: 30%;
}

/* @end */

/* @group ansprechpartner team style */
td.ansprechpartner2 {
	vertical-align: middle;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 50%;
}

/* @end */

/* @group ansprechpartner international style */
.ansprechpartnercat3 {
	padding: 0px;
	margin: 12px 0px 0px 0px;
	font-size: 12px;
}

td.ansprechpartner3 {
	vertical-align: top;
	width: 50%;
}

/* @end */

/* @group FAQ */

td.faqcategory {
	font-weight: bold;
	vertical-align: top;
	font-size: 13px;
}

td.faqquestion {
	font-weight: bold;
	vertical-align: top;
}

td.faqanswer {	
	vertical-align: top;
	padding-bottom: 12px;
}

td.faqshort {
	text-align: right;
}

/* @group FAQ upper bar */

.faqbar {
	font-size: 9px;
	vertical-align: middle;
}

.faqbarsearch { /* search field */
	border: 1px solid #333399;
}

.faqbarouter1, .faqbarouter2 {
	font-size: 9px;
	vertical-align: middle;
}

.faqbarouter2 {
	text-align: right;
}

table.faqbarouter {
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-collapse: collapse;
}

form.faqbar {
	display: inline;
}

td.faqbarouter1, td.faqbarouter2 {
	border-color: #333399;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

.notop {
	margin-top: 0px;
	padding-top: 0px;
	border-top-width: 0px;
}

/* @end */

/* @group FAQ special styles */
#faq1_1 {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#faq1_1 td {
	margin: 0px;
	padding: 5px;
	border: 0px;
	vertical-align: top;
}

#faq1_1 td.borderbelow {
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #333399;
	
	padding-bottom: 0px;
}

#faq1_1 td.borderabove {
	border-top-width: 1px;
	border-style: solid;
	border-color: #333399;
}

#faq1_1 td.borderright {
	border-right-width: 1px;
	border-style: solid;
	border-color: #333399;
}

/* @end */

/* @end */

/* @group search */
.found {
	color: red;
}

/* @end */

/* @group form */
.reqField {
	background-color: #FFE4E4;
}

.errorBox {
	color: red;
}

.orderform {
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#sendform table {
	text-align: left;
}

.radio {
	padding-top: -6px;
}

.whiteline {
	border-bottom: 2px solid #FFF;
	height: 8px;
}

.spacer {
	height: 8px;
}

.bigspacer {
	height: 16px;
}

/* @end */

/* @group press releases */
.pressaddress {
	display: block;
	/*float: left;*/
	width: 250px;
	
	font-size: 10px;
	line-height: 13px;
	
	margin-bottom: 20px;
}

.pressaddraligned1 {
	float: left;
	display: block;
	width: 60px;
	font-size: 10px;
}

.pressaddraligned2 {
	display: block;
	font-size: 10px;
}

.pressaddrmail {
	font-size: 10px;
}

.presscharacters {
	text-align: right;	
}

.pressdetaillinks {
	font-size: 10px;
}

div.pressdetaillinks {
	text-align: right;
}

/* @end */

/* @group sitemap */
a.sitemap0 {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #333399;
}

a.sitemap1 {
	display: block;
	font-size: 13px;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #333399;
	margin-top: 10px;
}

a.sitemap2 {
	display: block;
	font-size: 12px;
	padding-left: 40px;
	font-weight: bold;
	text-decoration: none;
	color: #333399;
}

a.sitemap3 {
	display: block;
	font-size: 12px;
	padding-left: 50px;
	text-decoration: none;
	color: #333399;
}

a.sitemap4 {
	display: block;
	font-size: 12px;
	padding-left: 60px;
	text-decoration: none;
	color: #333399;
}

a.sitemap5 {
	display: block;
	font-size: 12px;
	padding-left:70px;
	text-decoration: none;
	color: #333399;
}

a.sitemap1.research, a.sitemap1.industry, a.sitemap1.products, a.sitemap1.biogenes, a.sitemap2.research, a.sitemap2.industry, a.sitemap2.products, a.sitemap2.biogenes, a.sitemap3.research, a.sitemap3.industry, a.sitemap3.products, a.sitemap3.biogenes, a.sitemap4.research, a.sitemap4.industry, a.sitemap4.products, a.sitemap4.biogenes, a.sitemap5.research, a.sitemap5.industry, a.sitemap5.products, a.sitemap5.biogenes
{
	color: white;
}
/* @end */

/* @group <<innolino>> */

/* @group absatz_bild */
.ab_spaceabove {
	padding-top: 20px;
}

.ab_navarrows {
	float: right;
}

.rightfloat {
	float: right;
}

/* @end */
/* @group latest news/events */
#news, #news a, #news div {
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana;
	color: #000066;
}

#news .eventitem {
	margin-bottom: 10px;
}

/*#news .eventlocation {
	font-style: italic;
}
*/
#news .eventheadline {
	font-weight: bold;
}

.eventheadline{
	font-weight: bold;
}

.eventlocation {
	font-weight: bold;
}


/* @end */
/* @end */