/* @override 
	http://scienion.glutrotmain/additions/main.css
	http://scienion.glutrotmain.local.net/additions/main.css
	http://www.scienion.com/additions/main.css
*/

/* CSS fuer scienion */

/*

Breiten fuer die rechte Spalte:
Bei allen Aenderungen diesbezueglich muessen

 .content3cols
 * html .content3cols
 #rightcolumn

angepasst werden
*/

/* Farben

dunkelgr¸n: #33A193
hellgr¸n: #C6E5E1
dunkelgrau: #676A6A
hellgrau: #B8BABD

*/

* {
    margin: 0;
    padding: 0;
    border: 0px none #FFF;
}

a {
	text-decoration: none;
	color: #676A6A;
}

a:hover {
	text-decoration: none;
	color: #EC6800;
}

a img {
	border: 0px;
}

#content a {
	color: #33A193;
}

#content a:hover {
	text-decoration: none;
	color: #EC6800;
}

#rechts_unten a {
	color: #676A6A; /* revert content link color */
}

body {
	background-color: #FFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #000;
}

#inhalt {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 970px;
    border-left: 1px solid #B8BABD;
    border-right: 1px solid #B8BABD;
    text-align: left;
}

/* @group Kopfteil */

#leiste_gruen {
    width: 970px;
    height: 8px;
    background-color: #33A193;
}

#imglogo{
	width: 970px;
	text-align: right;
}

#leiste_grau {
	width: 970px;
  height: 156px;
  background-image: url(../img/system/header_scienion.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  text-align: left;
}

#navi_top {
    font-size: 14px;
    color: #676A6A;
    font-weight: normal;
    margin: 18px 0 0 0;
    width: 700px;
    text-decoration: none;
}

#navi_top li {
	display: inline;
	padding-left: 20px;
	padding-right: 2px;
}

#navi_top li a {
	font-weight: bold;
	color: #33a193;
}

#navi_top a:hover {
	color: #EC6800;
}

#navi_top a.active {
	color: #EC6800;
}

#navi_search a.search {
	font-size: 10px;
}

#navi_search {
	float: right;
  padding: 18px 38px 0 0;
  margin: 0px;
}

/* * html #navi_search {
	margin: 20px 0 0 0;
}*/

#upperSearch {
	display: inline;
}

input.uppertoolmenuSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #676A6A;
	padding: 0;
	font-size: 10px;
	width: 145px;
	height: 13px;
	/*margin: 0 45px 0 0px;*/
	margin: 0px;
}
/* @end */

/* @group linke Spalte */

#links {
	width: 170px;
	float: left;
	margin: 0 0 0 0;
	/*display: inline;*/
    min-height: 1px;
}

#navi {
    /*margin: 38px 0 0 0;*/
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#navi ul {
    margin: 0px;
    padding: 0px;
    border: 0px;
	/*margin-bottom: 40px;*/
}

.submenulevel0 li.firstlevel0 {
	margin-top: 0px !important;
}

/*#navi ul.ie6 {
	margin-bottom: 0px;
}*/

#navi li {
	color: #676A6A;
	list-style: none;
	margin: 8px 0 8px 0;
	padding: 0 0 0 20px;
}

#navi li a:link {
	color: #676A6A;
	text-decoration: none;
}

#navi li a:visited {
	color: #676A6A;
	text-decoration: none;
}

#navi li a:hover {
	color: #EC6800;
	text-decoration: none;
}

#navi li a:active {
	color: #676A6A;
	text-decoration: none;
}

#navi li a.active {
	color: #EC6800;
}

#navi ul.menu3 {
	padding-left: 10px;
}

/* don't use visited. it won't interpret right */
/* @end */

/* @group Inhalt */

.content2cols {
	width: 742px;
	float: left;
}

.content3cols {
	width: 467px;
	float: left;
}

#content {
	background-color: #fff;
	margin: 0 0 36px 0;
	/*padding: 40px 45px 0 80px;*/
	padding: 0px 0px 0px 20px;
}

#links_unten {
    float: left;
    margin: 60px 0 0 0;
    font-size: 10px;
    color: #676A6A;
    font-weight: bold;
}

#rechts_unten {
    float: right;
    text-align: right;
    margin: 60px 0 0 0;
    font-size: 10px;
    color: #676A6A;
    font-weight: bold;
}

.absatz_bild {
	margin-bottom: 20px;
}

.clear {
	clear: both;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 900px;
}

#footer {
	clear: both;
	width: 950px;
	height: 26px;
	padding-top: 34px;
	padding-left: 20px;
	background: url(../img/punkte_unten.gif) 1px 0 repeat-x #C6E5E1;
	margin: 0 0 0 0;
}

* html #footer {
	width: 970px;
}

input {
	border: 1px solid gray;
}

#content li {
	list-style-position: inside;
	list-style-type: circle;
}


/* on 3 columns layout this will be the right column */
#rightcolumn {
	width: 259px;
	float: right;
	margin-top: 3px;
}
/* @end */

/* @group innolino specific classes */

.rightfloat, .rightfloatborder {
	float: right;
	padding-left: 10px;
}

.leftfloat {
	float: left;
	padding-right: 10px;
}

.leftfloatborder {
	float: left;
	padding-right: 10px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

img.IMGdownload {
    vertical-align: middle;
    margin-right: 6px;
    border: 1px;
}

img.IMGpicturecenter {
    margin-left: auto;
    margin-right: auto;
}

img.IMGpicturerightfloat {
	margin-top: 4px;
	margin-bottom: 4px;
}

img.IMGpicturerightfloatborder {
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #C6E5E1;
}

img.IMGpictureleftfloat {
    margin-top: 4px;
    margin-bottom: 4px;
}

img.IMGpictureleftfloatborder {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid #C6E5E1;
}

img.IMGpicturetop {
    display: inline;
	margin-top: 10px;
	margin-bottom: 4px;
}

img.IMGpicturetopborder {
    display: inline;
	margin-top: 10px;
	margin-bottom: 4px;
	border: 1px solid silver;
}

img.IMGpicturebottom {
    display: inline;
	margin-top: 10px;
	margin-bottom: 4px;
}

img.IMGpicturebottomborder {
    display: inline;
	margin-top: 10px;
	margin-bottom: 4px;
	border: 1px solid silver;
}
/* @end */

/* @group Textformatierungen */


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-align: left;
	margin-bottom: 12px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #00556A;
	font-weight: normal;
	margin-top: 12px;
    text-align: left;
}


.bold {
	font-weight: bold;
}

.bull {
    color: #33A193;
}

.gruen {
    color: #33A193;
    font-weight: bold;
}

.replace {
	display: none;
}

.found {
	font-size: inherit;
	color: #EC6800;
}

span.blue {
	color: #c6e5e1;
}

span.scienion {
	color: #33A193;
	text-transform: uppercase;
}

span.phonewidth {
	display: block;
	float: left;
	width: 50px;
}
/* @end */

/* @group Loginpage */

#login {
	width: 400px;
	height: 140px;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	border: 1px dotted gray;
	text-align: left;
}

#login input {
	display: block;
	border: 1px solid silver;
	margin-right: auto;
	margin-bottom: 4px;
}

.logintext {
	text-align: left;
}
#login input.notvis {
	display: none;
}
/* @end */

/* @group content lists */
#content ul {
	margin: 12px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}

#content ul li {
	display: block;
	list-style: none;
	list-style-position: outside;
	margin: 0px;
	border: 0px;
	background-image: url('../img/system/dots_12px.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 15px;
}
/* @end */

/* @group misc classes */
div.dotindention {
	background-image: url('../img/system/dots_16px.gif');
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 22px;
}

div.footnote {
	font-size: 10px;
	line-height: 12px;
}

div.float20 {
	/* used for footnotes to indent on markers * and ** */
	float: left;
	width: 20px;
}

img.float20 {
	/* used by user in innolino for
	   class_picture */
	float: left;
	margin: 0 20px 20px 0;
}
/* @end */

/* @group templates */
/* @group download */
ul.download {
	margin: 0px !important;
}

/* old layout removed 08/02/27:
span.dlHeadline {
	font-size: 12px;
}

span.dlDescription {
	font-size: 11px;
	font-style: italic;
}

table.download {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	table-layout: fixed;
}

td.dlIcon, td.dlIcon a, td.dlIcon a img {
	margin: 0px !important;
	padding: 0px !important;
}

td.dlIcon {
	text-align: center;
	font-size: 11px;
	width: 75px;
}

table.download td {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #c6e5e1;
}

td.dlDesc {
	padding: 0px 0px 0px 10px !important;
	margin: 0px !important;
	width: 375px;
}

td.lastRow {
	border: 0px !important;
}
*/
/* @end */

/* @group right_column */
div.rightcolumn {
	text-align: center;
	padding-left: 0px;
	margin: 0px 38px 20px 31px;
	font-size: 10px;
	line-height: 12px;
}

div.rightcolumn img {
	margin-bottom: 6px;
}

div.rightcolumn span.headline {
	font-weight: bold;
	color: black;
}

div.rightcolumn span.copytext {
	color: black;
}
/* @end */

/* @group homepage */
div.homepage {
	/*margin-top: 38px;*/
}

div.homepage div {
	padding-left: 18px;
	margin-bottom: 20px;
}

div.homepage div div {
	padding: 0px;
	margin: 0px;
}

div.homepagenews div, div.homepageevents div {
	font-size: 10px;
	line-height: 12px;
}

div.homepagenews div.newsdate, div.homepageevents div.eventdate {
	color: #676A6A;
	color: #33A193;
}

div.homepagenews div.newsitem, div.homepageevents div.eventitem {
	margin-bottom: 12px;
}

div.homepagenews div.newsitem a.right, div.homepageevents div.eventitem a.right {
	display: block;
	float: none;
	text-align: right;
}

div.homepagenews div.newsheadline {
	color: black;
}

div.homepagenews a.readmore {
	display: block;
	text-align: right;
}

div.right {
	display: block;
	text-align: right;
}
/* @end */

/* @group table */
div.tabletemplate td, div.tabletemplate th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

div.tabletemplate td {
	vertical-align: top;
}

div.tabletemplate th {
	text-align: left;
}

div.tabletemplate table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

div.tabletemplate td {
	padding: 0px 10px 0px 0px;
}

div.tabletemplate tr.even td {
	/*background-color: #C6E5E1;
	background-color: #DAF3F0;*/
	background-color: #e2f2f0;
}

div.tabletemplate {
	margin-bottom: 12px;
}

/* @group special classes */
table.dotcol1 td.col1 {
	background-image: url('../img/system/dots_12px.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 15px;
}

table.rightcol2 td.col2 {
	text-align: right;
}

div.tablefloatleft {
	float: left;
}

.content2cols div.table50percent {
	/* 690px is content width; divide by 2 and subtract 10px margin */
	width: 340px;
	margin-right: 10px;
}

.content3cols div.table50percent {
	/* 467px is content width; divide by 2 and subtract 10px margin */
	width: 223px;
	margin-right: 10px;
}

div.table100percent {
	width: 100%;
}

table.table100percent {
	width: 100%;
}

table.techspecs td.col1 {
	width: 290px;
}

/* @end */
/* @end */

/* @group news_pressrelease */
div.newsoverviewlangsel, div.newsfulllangsel {
	float: right;
	font-size: 10px;
}

div.newsoverviewlangsel a.active, div.newsfulllangsel a.active {
	color: #EC6800 !important;
}

div.newsfull div.newsabstract {
	font-style: italic;
	margin-bottom: 12px;
}

div.newsfull div.newscontacts {
	margin-top: 12px;
}

div.newsfull div.newscontacts div.contact {
	float: left;
	margin-right: 20px;
}

div.newsoverview div.newsheadline {
	font-weight: bold;
	clear: both;
}

div.newsoverview div.newscontent {
	display: inline !important;
}

div.newsoverview a.readmore {
	float: right;
}

div.newsoverview div.newsitem {
	margin-bottom: 12px;
}
/* @end */

/* @group event */
/* deprecated since 07/11/05
div.eventoverview table {
	border-collapse: collapse;
}

div.eventoverview td {
	border: 0px;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 12px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

div.eventoverview div.stopdate {
	font-style: italic;
}

div.eventoverview div.eventheadline {
	font-weight: bold;
}

div.eventoverview td.eventyear, div.eventoverview td.eventmonth, div.eventoverview td.eventday {
	font-weight: bold;
}

div.eventoverview td.eventday {
	text-align: right;
	width: 5em;
}
*/

div.eventoverview h2.eventYear {
	margin-top: 12px;
}

div.eventoverview div.eventitem {
	clear: both;
	padding-top: 6px;
	margin-bottom: 6px;
	border-top: 1px solid black;
}

div.eventoverview div.eventitemfirst {
	border-top: 0px;
	padding-top: 0px;
}

div.eventoverview div.eventheadline {
	font-weight: bold;
}

div.eventoverview img.eventlogo {
	float: right;
}
/* @end */

/* @group sitemap */
/*.sitemap0 {
	color: black;
}

.sitemap1 {
	padding-left: 15px;
	color: #676A6A;
	}

.sitemap2 {
	padding-left: 30px;
	color: #33A193;
}

.sitemap3 {
	padding-left: 45px;
	color: #B8BABD;
}*/

div.sitemap {
	margin-top: 12px;
}

div.sitemap li.sitemap1 {
	font-weight: bold;
}

div.sitemap li.sitemap2 {
	padding: 0px !important;
	font-weight: normal;
}

div.sitemap li.sitemap2, div.sitemap li.sitemap2 li {
	background-image: none !important;
}

div.sitemap ul {
	margin: 0px 0px 10px 0px !important;
}
/* @end */

/* @group video */
table.video {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.video td {
	vertical-align: top;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

table.video img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

table.video td.preview {
	padding-right: 10px;
	border-bottom: 8px solid white;
	width: 120px;
}

table.video td.preview img {
	border: 1px solid #676A6A;
}

table.video td.headline {
	font-weight: bold;
}

table.video td.description {
}

table.video td.links ul {
	
}

table.video td.links li {
	/*list-style-type: disc;
	background-image: none !important;
	padding: 0px !important;*/
}


div.video {
	padding: 0px 10px 0px 10px;
	margin-bottom: 10px;
}

div.video div.headline {
	font-weight: bold;
	margin-bottom: 5px;
}

div.video div.preview {
	width: 100%;
	text-align: center;
}

div.video div.preview img {
	margin-left: auto;
	margin-right: auto;
	
	border: 1px solid #B8BABD;
}

div.video div.description {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.video div.formatselection {
	line-height: 16px;
	height: 16px;
	font-size: 10px;
}

div.video div.info {
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	color: #EC6800;
}

/* @end */

/* @group formular */
div.contactform {
	margin-top: 10px;
}

div.contactform div.getinfoBox {
	float: right;
	width: 220px;
	
	padding: 6px;
	border:  1px solid #676A6A;
}

div.contactform div.getinfoBox p {
	padding-bottom: 12px;
}

div.contactform div.getinfoBox input {
	position: absolute;
	margin-top: 1px;
}

div.contactform div.getinfoBox span.cbname {
	display: block;
	margin-left: 20px;
}

div.contactform div.contactdata span.fieldname {
	width: 160px;
	display: block;
	float: left;
}

.content2cols div.contactform div.contactdata input {
	width: 300px;
}

.content3cols div.contactform div.contactdata input {
	width: 210px;
}

div.contactform div.contactdata input {
	margin-bottom: 12px;
	border: 1px solid #676A6A;
}

div.contactform div.textbox span {
	display:  block;
}

div.contactform div.textbox textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #676A6A;
	margin-bottom: 10px;
}

div.formdisclaimer {
	margin: 10px 0px 10px 0px;
}

div.formdisclaimer input {
	position: absolute;
	margin-top: 1px;
}

div.formdisclaimer span.cbname {
	display: block;
	margin-left: 20px;
}

p.errorBox {
	border: 1px solid #33A193;
	background-color: #C6E5E1;
	color: black;
	
	padding: 2px;
	margin-bottom: 12px;
}

input.reqField {
	background-color: #EC6800;
}

form#sendform input.submit, form#sendform input.reset {
	padding: 2px;
	font-size: 12px;
	border: 1px solid #33A193;
	background-color: #C6E5E1;
}
/* @end */
/* @end */

/* @group misc overrides */
.nomargintop {
	margin-top: 0px !important;
}
/* @end */