/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print {
	background-color:#fff; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchForm table {
	width:100%;
}
.searchForm input {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.searchForm input.searchInput {
	width:80%;
}
.searchHeader {
	text-align:right;
	border-top: 1px solid #CCC;
	background-color: #EEE;
	font-size:70%;
}
.searchResult {
	margin-bottom:20px;
}
.searchResult span.title {
	display:block;
	font-weight:bold;
	color:#2200D5;
}
.searchResult span.title a {
	color:#2200D5;
}
.searchResult span.title a:visited {
	color:#91198B;
}
.searchResult span.description {
	display:block;
}
.searchResult span.linkpath {
	display:block;
	font-size:smaller;
	line-height:1.3em;
} 
.searchResult span.linkpath a {
	color:#008000;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

a.fancybox img {
	padding:1px 1px 21px 1px;
	background:transparent url(/misc_/zms/zoom.gif) bottom right no-repeat;
	background-color:transparent; 
}

div.ZMSGraphic_extEdit_action {
	margin:0px 0px 20px 0px;
}

a.ZMSGraphic_extEdit_action img {
	padding:1px 1px 9px 1px;
	background:transparent url(/misc_/zms/ico_plus.gif) bottom right no-repeat;
}

div.ZMSGraphic {
	background-color: transparent;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
	margin-right:10px;
}

div.ZMSGraphic.floatright {
	float:right;
	margin-left:10px;
}

div.ZMSGraphic.center div.graphic {
	text-align:center;
	margin:0px auto;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom,
a.superzoom img.superzoom,
a.download img.download {
	width: 26px;
	height: 21px;
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
a.zoom img.zoom { background-image: url(/misc_/zms/zoom.gif); }
a.download img.download { background-image: url(/misc_/zms/download.gif); }
a.superzoom img.superzoom { background-image: url(/misc_/zms/superzoom.gif); }

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

/* BO refGlossary.f_css_defaults */

#refGlossaryForm td {
	white-space:nowrap;
	vertical-align:top;
	font-family:Arial;
	font-size:13px;
	padding:5px;
}
#refGlossaryForm input {
	width:120px;
	font-family:Arial;
	font-size:12px;
}
#refGlossaryForm select {
	width:190px;
}

#refGlossaryForm input.btn {
	width:50px;
}

 a.glossary:link, a.glossary:visited {
 	border: 0px dotted #0099CC; 
 	/* background-color:#9ED2F3; */
	cursor: help;
	text-decoration: none;
	color:#000;
	font-style:italic;
	border-bottom: 1px solid #149CD4;	
 }
 
 a.glossary:hover {
 	border: 0px solid #0099CC; 
 	/* background-color:#149CD4; */
	cursor: help;
	text-decoration: underline;
	color:#0186D5;
	font-style:italic;
 }

.tooltip {
	width: 200px; 
	color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;
	text-align:center;
}
.tooltip span.top {
	padding: 30px 8px 0;
	background: url(content/get_conf_blob?path=ZMS.custom.objects/refGlossary/__obj_attrs__/glossary.gif/custom) no-repeat top;
}
.tooltip b.bottom {
	padding:3px 8px 15px;
	color: #548912;
	background: url(content/get_conf_blob?path=ZMS.custom.objects/refGlossary/__obj_attrs__/glossary.gif/custom) no-repeat bottom;
}

div#refGlossary_filterRecords {
	white-space:nowrap;
	height:200px;
	width:200px;
	overflow:scroll;
}
/* EO refGlossary.f_css_defaults *//* ----------// BO refLiterature.f_css_defaults //---------- */

 a.literature {
 
 }
 
 img#refLitLine {
 	border-top: 1px solid black;
 }
 
 div#refLit {
 	font-size:9px;
 }
 
 div#refLit span.refLitDescription {
 	
 }
 
 div#refLit span.refLitAuthor {
 	font-variant:small-caps; 
 	font-size:110%
 }
 
 div#refLit span.refLitTitle {
 	
 }
 div#refLit span.refLitJournal {
 	
 }
 div#refLit span.refLitIssue {
 	
 }
 div#refLit span.refLitLink {
 	
 }

/* ----------// EO refLiterature.f_css_defaults //---------- *//* BO f_css_defaults */

#imagegallery {
  font-family:monospace;
}

#imagegallery .preview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid;
}

#imagegallery .overview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid;
}

#imagegallery .overview table {
  padding:0.3em;
  background:#fff;
  border:1px #ccc solid;
}

#imagegallery .overview table td {
  padding:0.3em;
  border:0;
}


/* EO f_css_defaults *//* BO dt_tree.f_css_defaults */
#dt_tree {
  background-color:#FFF;
  overflow:visible;
}

div.dt_tree_feedbacktext {
  font-size:10px;
  visibility:visible;
  display:block;
  color: #333;
}

form.dt_label_box {

  line-height:24px;
/*  border:1px solid silver; */
  margin:0px 10px;
  padding:3px;
  white-space:nowrap;
  overflow:visible;
  vertical-align:middle;
}

.dt_label,
.dt_label_inactive {
  margin:2px;
  padding:2px;
  color:#999;
  vertical-align:middle;
/*  background-color: white;
  border: 1px solid transparent; */

}
.dt_label_active {
  margin:2px;padding:2px; 
  color:#333;
  background-color:#e8e8e8;
/*  border:1px solid #AAA; */
  vertical-align:middle;
}
.dt_input {
  vertical-align:-5%; 
  }
  
.dt_result {
/*  text-align:center; */
  background-color:transparent;
  margin-top:5px;
  margin-right:10px;
  padding:5px;
  border:1px solid #b0c3de;
}
/* EO dt_tree.f_css_defaults *//* BO f_css_defaults */

/* EO f_css_defaults *//* ----------// BO refFootnote.f_css_defaults //---------- */

 a.footnote {
 	font-weight: bold;
 	color: navy;
 }
 
 img#refFootnoteLine {
 	border-top: 1px solid black;
 }
 
 div#refFootnote {
 	font-size:9px;
 }
 
 div#refFootnote span.refFootnoteMark {
 	font-weight: bold;
 }
 
/* ----------// EO refFootnote.f_css_defaults //---------- *//* --- newsboxHome ---*/
.newsboxHome { 
	 /* margin: 40px 0 40px 35px!important; = war doppelt drin
	margin: 40px 15px 40px 15px;   = alte Version*/
	margin: 10px 10px 30px 16px;
	width:228px;
	float:left;
}
.newsboxHome div.boxContainer {
	width:228px;
	height:140px;
	background: transparent url(common/images/corner_rb.gif) no-repeat bottom right;
	margin: 0;
	padding: 0;
}
.newsboxHome div.boxHeader {
	background: transparent url(common/images/corner_rt.gif) no-repeat top right;
	background-color: transparent;
	margin: 0;
	padding: 0;
	height:40px;
}
.newsboxHome div.boxTitle {
	background: transparent url(common/images/corner_lt.gif) no-repeat top left;
	margin: 0;
	padding: 0;
}
.newsboxHome  div.boxText {
	background: transparent url(common/images/corner_lb.gif) no-repeat bottom left;
	margin: 0;
	padding: 0;
	height:100px;
}
.newsboxHome h3 {
	font-size:12px;
	font-weight:bold;
	color:#091351;
	margin: 15px 0 0 2px;
	padding: 0 !important;
	line-height:16px;
		text-decoration : none;
}
.newsboxHome p {
	font-size:12px;
	font-weight:normal;
	margin: 0 0 0 2px;
	padding: 0;
	color: #000000;
}

.newsboxHome a:link,
.newsboxHome a:active,
.newsboxHome a:hover,
.newsboxHome a:visited {
	color:#fe3e14;
	font-weight:bold;
/*	margin-left:0.6em; */
display:block;
margin-top:-1.6em;
text-align:right;
	text-decoration : none;
}

.newsboxHome a.title:link,
.newsboxHome a.title:active,
.newsboxHome a.title:hover,
.newsboxHome a.title:visited {
    display:block;
    text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#091351;
	margin: 15px 0 0 2px;
	padding: 0 !important;
	line-height:16px;
	text-decoration : none;
}

.newsboxHome a.text:link,
.newsboxHome a.text:active,
.newsboxHome a.text:hover,
.newsboxHome a.text:visited {
	color:#002d68;
display:inline;
	font-weight:normal;

}



/* --- newsboxHome Complete---*/
.newsboxHomeComplete { 
	 /* margin: 40px 0 40px 35px!important; = war doppelt drin
	margin: 40px 15px 40px 15px;   = alte Version*/
	margin: 0 0 30px 6px;
	padding: 10px 10px;
	width:250px;
	float:left;
	background: url(common/images/startseite_bg_250x300.jpg) no-repeat top center; 
}
.newsboxHomeComplete div.boxContainerComplete {
	width:228px;
	height:140px;
	margin: 0 0;
	padding: 0 0;
}
.newsboxHomeComplete div.boxHeaderComplete {
	/* background: transparent url(common/images/corner_rt.gif) no-repeat top right;*/
	/* background-color: transparent; */
	margin: 0;
	padding: 0;
	height:40px;
}
.newsboxHomeComplete div.boxTitleComplete {
	/* background: transparent url(common/images/corner_lt.gif) no-repeat top left;*/
	margin: 0;
	padding: 0;
}
.newsboxHomeComplete  div.boxTextComplete {
	/* background: transparent url(common/images/corner_lb.gif) no-repeat bottom left;*/
	margin: 10px;
	padding: 10px;
	/* height:100px; */
}

.newsboxHomeComplete h3 {
	font-size:13px;
	font-weight:bold;
	color:#091351;
  	margin: 15px 10px 0 10px!important;
	padding: 0 !important;
	line-height:16px;
	text-decoration : none;
}
.newsboxHomeComplete p {
	font-size:12px;
	font-weight:normal;
	margin: 0 10px 0 10px!important;
	padding: 0!important;
	color: #000000;
}

.newsboxHomeComplete a:link,
.newsboxHomeComplete a:active,
.newsboxHomeComplete a:hover,
.newsboxHomeComplete a:visited {
	color:#fe3e14;
	font-weight:bold;
    /*	margin-left:0.6em; */
    display:block;
    margin-top:-1.6em;
    text-align:right; 
	text-decoration : none;
}

.newsboxHomeComplete a.title:link,
.newsboxHomeComplete a.title:active,
.newsboxHomeComplete a.title:hover,
.newsboxHomeComplete a.title:visited {
    display:block;
    text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#091351;
	margin: 15px 0 0 2px;
	padding: 0 !important;
	line-height:16px;
	text-decoration : none;
}
.newsboxHomeComplete a.text:link,
.newsboxHomeComplete a.text:active,
.newsboxHomeComplete a.text:hover,
.newsboxHomeComplete a.text:visited {
	color:#002d68;
  	font-weight:bold;
 /*	color:#fe3e14;*/

display:inline;
	font-weight:normal;

}




/* --- newsbox ---*/
.newsbox { 
	width:100%;
	height:100%;
	margin:1em 0em;
}
.newsbox div.boxContainer {
	width:100%;
	height:100%;
	background: transparent url(common/images/box1_br_orange.gif) no-repeat bottom right;
	margin: 0;
	padding: 0;
}
.newsbox div.boxHeader {
	height:30px;
	background: transparent url(common/images/box2_tr_orange.gif) no-repeat top right;
	margin: 0;
	padding: 0;
}
.newsbox div.boxTitle {
	height:30px;
	background: transparent url(common/images/box3_tl_orange.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 145px;
}
.newsbox div.boxTitle h3 {
	font-size:12px;
	color:#f26334;
	margin-bottom: -1px;
	margin-top: -4px;
	padding: 6px 0 0 0;
}
.newsbox div.boxTitle h3 {
	font-size:12px;
	color:#f26334;
	margin-bottom: -1px;
	margin-top: -4px;
	padding: 6px 0 0 0;
}
.newsbox  div.boxText {
	background: transparent url(common/images/box4_bl_orange.gif) no-repeat bottom left;
	margin: 0;
	padding: 0 10px 6px 145px;
}
.newsbox  div.boxText p {
	margin: 0;
	padding: 0 0 0 0;
}
.newsbox  div.boxText span {
	text-align : left;
	font-size : 12px;
	color : #091351;
	font-weight : normal;
	margin: 0;
	padding: 0 0 0 0;
}
.newsbox div.boxText a:link,
.newsbox div.boxText a:active,
.newsbox div.boxText a:visited {
	color:#fe3e14;
	font-weight:bold;
/*	margin-left:0.6em; */
     display:block;
     margin-top:-1.6em;
     text-align:right;
}


/* --- newsliste ---*/
.newsboxListe{ 
	width:100%;
	height:100%;
	margin:1em 0em;
}
.newsboxListe div.boxContainer {
	width:100%;
	height:100%;
	background: transparent url(common/images/box1_br_orange.gif) no-repeat bottom right;
	margin: 0;
	padding: 0;
}
.newsboxListe div.boxHeader {
	height:30px;
	background: transparent url(common/images/box2_tr_orange.gif) no-repeat top right;
	margin: 0;
	padding: 0;
}
.newsboxListe div.boxTitle {
	height:30px;
	background: transparent url(common/images/box3_tl_orange.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 145px;
}
.newsboxListe div.boxTitle h3 {
	font-size:12px;
	color:#f26334;
	margin-bottom: -1px;
	margin-top: -4px;
	padding: 6px 0 0 0;
}
.newsboxListe div.boxTitle h3 {
	font-size:12px;
	color:#f26334;
	margin-bottom: -1px;
	margin-top: -4px;
	padding: 6px 0 0 0;
}
.newsboxListe  div.boxText {
	background: transparent url(common/images/box4_bl_orange.gif) no-repeat bottom left;
	margin: 0;
	padding: 0 10px 6px 145px;
}
.newsboxListe  div.boxText p {
	margin: 0;
	padding: 0 0 0 0;
}
.newsboxListe  div.boxText span {
	text-align : left;
	font-size : 12px;
	color : #091351;
	font-weight : normal;
	margin: 0;
	padding: 0 0 0 0;
}
.newsboxListe div.boxText a:link,
.newsboxListe div.boxText a:active,
.newsboxListe div.boxText a:visited {
	color:#fe3e14;
	font-weight:bold;
/*	margin-left:0.6em; */
     display: inherit;
     margin-top:-1.6em;
     text-align: center;
}
/* BO formContainer.f_css_defaults */

input#formulatorFindBtn {
display:none;
}
p#formulatorHint {
font-size:10px;
display:none;
}

div.formular form.saved {
display:none;
}

div.formular {
/* display:table; */
/* table-layout:auto; */
width:auto;
border-collapse:collapse;
background-color:#fcfcfc;
border:1px solid silver;
padding:3px;
font-size:12px;
}
div.formrow {
/* display:table-row;*/
}
div.formrow div.system-msg  {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  padding-left: 22px !important;
  background-repeat:no-repeat;
  background-position:2px 2px;
  background-image:url(/misc_/zms/spacer.gif);
}


div.formular h2 {
/* color:#900; */
/*background-color:#ccc;*/
border-top:1px solid silver;
padding:3px 0;
margin:0px;
margin-top:10px;
line-height:1em;
}
div.formular h3 {
/*font-size:14px;*/
border-top:1px solid silver;
padding:3px 0;
margin:0px;
margin-top:10px;
line-height:1.2em;
}

div.formtext, div.formvalue {
/* display:table-cell; */
padding:3px;
}
div.formtext {
margin-top:15px;
font-weight:bold;
/* border-top: 1px dotted #bbb; */
padding-top:2px;
line-height:1.4em;
}

div.formtext span.hints {
font-style:normal;
font-weight:normal;
}

div.formvalue input {
  background-color: #fff;
}

table.displayRecords { 
border:2px solid grey;
border-collapse:collapse;
}
table.displayRecords td {
border:1px solid silver;
padding:3px;
vertical-align:top;
}

.form-small {
font-size:11px;
vertical-align:top;
}

.zmiTableRowHead {
background-color:#ccc;
font-size:x-small;
padding:3px;
}

.zmiTableRowEven {
background-color:#eee;
font-size:x-small;
}
.zmiTableRowOdd {
background-color:#ddd;
font-size:x-small;
height:15px;
}
textarea.zmiTableRowOdd {
background-color:#ddd;
font-size:11px;
width:600px;
height:150px;
}
select.zmiTableRowEven, select.zmiTableRowOdd {
background-color:#eee;
font-size:x-small;
width:150px;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [ZMI] Calendar
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

#zmiCalDiv {filter:Alpha(opacity=80);filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); -moz-opacity:0.80;background-color:#ffffff;padding:2px;border:1px solid #646464;}
#zmiCalLastMon,#zmiCalMon,#zmiCalNextMon,#zmiCalClose {float:left;font-size:11px;font-family:helvetica,arial;overflow:hidden;}
a.zmiCalNorm:link, a.zmiCalNorm:visited, a.zmiCalNorm:hover, a.zmiCalNorm:active {font-size:11px;font-family:helvetica,arial;color:#000000;text-decoration:none;}
a.zmiCalBold:link, a.zmiCalBold:visited, a.zmiCalBold:hover, a.zmiCalBold:active {font-size:11px;font-family:helvetica,arial;color:#000000;text-decoration:none;font-weight:bold;}
a.zmiCalCurr:link, a.zmiCalCurr:visited, a.zmiCalCurr:hover, a.zmiCalCurr:active {font-size:11px;font-family:helvetica,arial;color:#FFFFFF;background-color:#FF6600;text-decoration:none;font-weight:bold;}
a.zmiCalHead:link, a.zmiCalHead:visited, a.zmiCalHead:hover, a.zmiCalHead:active {font-size:11px;font-family:helvetica,arial;font-weight:bold;color:#000000;text-decoration:none;}
div.zmiCalWeekday {float:left;width:14px;height:14px;font-family:helvetica,arial;font-size:11px;padding:0;clip:rect(0px 14px 14px 0px);border-right:1px solid #CCCCCC;overflow:hidden;text-align:right;padding-right:2px;}
div.zmiCalDayname {float:left;width:14px;height:14px;font-family:helvetica,arial;font-size:11px;padding:0;clip:rect(0px 14px 14px 0px);border-right:1px solid #CCCCCC;overflow:hidden;text-align:right;padding-right:2px;color:#646464;font-weight:bold;}


/* EO formContainer.f_css_defaults */
p.event, td.event {
     color: #002D68;
}
a.event, a.event:link,a.event:visited {
	color : #FE3E14;
	text-decoration: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
a.event:hover {
    color : #144b8B;
}
input.event{
color: #091351;
font-weight:bold;
background-color: #ffffff; 
border-bottom-color: #091351;
border-top-color: #091351;
border-right-color: #091351;
border-left-color: #091351;}


/* --- decoimage ---*/
.decoimage { 

}
.decoimage div.boxContainer {
	background: transparent url(common/images/corner_rb.gif) no-repeat bottom right;
	margin: 0px;
	padding: 0px;
}
.decoimage div.boxHeader {
	background: transparent url(common/images/corner_rt.gif) no-repeat top right;
	margin: 0px;
	padding: 0px;
}
.decoimage div.boxTitle {
	background: transparent url(common/images/corner_lt.gif) no-repeat top left;
	margin: 0px;
	padding: 0px;
}
.decoimage div.boxText {
	background: transparent url(common/images/corner_lb.gif) no-repeat bottom left;
	margin: 0px;
	padding: 0px;
}textarea#code.form-element {
 font-family:courier !important;
 font-size:11px !important;
 height:350px !important;
 width:630px !important; 
}
h3.event_blau, hr.event_blau {
    color: #0094d5;
}
h3.event_gruen, hr.event_gruen {
    color: #82C55B;
}
h3.event_marine, hr.event_marine {
    color: #002C6C;
}
h3.event_orange, hr.event_orange {
    color: #F15E32;
}

a:link.event_blau{
	color : #0094d5;
}
a:link.event_gruen{
	color :  #82C55B;
}
a:link.event_marine{
	color : #002C6C;
}
a:link.event_orange{
	color : #F15E32;
}

table.event_blau{
	border-color : #0094d5 #0094d5 #0094d5 #0094d5
}
table.event_gruen{
	border-color :  #82C55B #82C55B #82C55B #82C55B
}
table.event_marine{
	border-color : #002C6C #002C6C #002C6C #002C6C
}
table.event_orange{
	border-color : #F15E32 #F15E32 #F15E32 #F15E32
}




p.event, td.event {
     color: #002D68;
}
a.event, a.event:link,a.event:visited {
	color : #FE3E14;
	text-decoration: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
a.event:hover {
    color : #144b8B;
}
input.event{
color: #091351;
font-weight:bold;
background-color: #ffffff; 
border-bottom-color: #091351;
border-top-color: #091351;
border-right-color: #091351;
border-left-color: #091351;}


/* >>>>>>>>>> ERROR in ZMSGallery - KeyError: ZMS_ROOT <<<<<<<<<< *//* BO dectree.f_css_defaults */
#dectree {
  background-color:#FFF;
  overflow:visible;
  }


#dectree div.d_question {
  display:block;
  font-weight:bold;
  }

#dectree form {
  line-height:24px;
/*  border:1px solid silver; */
  margin:0px 10px;
  padding:3px;
  white-space:nowrap;
  overflow:visible;
  vertical-align:middle;
  }

#dectree label {
  margin:2px; padding:2px;
  vertical-align:middle;
  white-space:nowrap;
  cursor:pointer;
  line-height:1em;
   display:block;
  }

#dectree label.dt_label_inactive {
  color:#999;
/*  background-color: white;
  border: 1px none transparent; */
}

#dectree label.dt_label_active {
  color:#333;
/*  background-color:#e8e8e8;
  border:1px solid #AAA; */
  }

#dectree input {
  vertical-align:-5%;
  }


#dectree .dresult {
/*  text-align:center; */
  background-color:transparent;
  margin-top:5px;
  margin-right:10px;
  padding:5px;
  border:1px solid #b0c3de;
  }
#dectree .dresultTitle {
  display:block;
  color:#b0c3de;
  }

/* EO dectree.f_css_defaults */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
	border: 2px dashed blue;
	background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
	border: 2px dashed red;
	background-color: #FFF0F0;
	color: #CCC;
	text-decoration: line-through;
}
.preview.highlight {
	background: filter:Alpha(opacity=90);-moz-opacity:0.90;opacity:0.90;
	background-color: #E2E3DE;
	cursor:pointer;
}

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}

/**************************************/
/* (c) 2008 GS1                       */
/* Author: Baschardust                */
/* last change:                       */
/**************************************/


/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #596595}
.neutralColorStrong {background-color: #091351}
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #B8CB00;}
.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}
.primColorStrong {background-color: #336699;}
.primColorMedium {background-color: #B0C3DE;}
.primColorLight {background-color: #DCE0EA;}

/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/

/*--- START: common elements, classes and sub-classes-------------------------*/
@media screen 
{
.printOnly {  display:none; }
.screenOnly {  display:block; }

}

body#web {font-family: Arial, Helvetica, Sans-Serif;scrollbar-face-color: #ffffff; 
    scrollbar-shadow-color: #091351;scrollbar-highlight-color: #091351;scrollbar-3dlight-color: #000000;scrollbar-darkshadow-color: #000000;scrollbar-track-color: #091351;scrollbar-arrow-color: #091351;
    font-size: 12px;line-height: 1.5em;color: #000;margin: 0px;}
body.print {background-color: white; background: white url() bottom left fixed repeat-x;margin: 0px;font-family: Arial, Helvetica, Sans-Serif;font-size: 12px;line-height: 1.5em;color: #000;	margin: 0px;}
#ColPrint {border-right: 2px dashed #eee;width: 560px;}
a,a:link,a:visited,a:hover,a:active {color : #144b8B;text-decoration: none;background-color: transparent;margin: 0px;padding: 0px;}
a:hover {color : #FE3E14;}

a.news,a.news:link,a.news:visited{color : #FE3E14;text-decoration: none;background-color: transparent;margin: 0px;padding: 0px;}
a.news:hover,a.news:active  {color : #144b8B;}

h1.startseite {line-height: 25px;margin-top:5px; margin-left: 18px; margin-bottom: 0px;}
a.startseite{font-size: 11px; color:black; text-decoration: underline;}


h1 {color: #002D68;font-weight: bold;font-size: 18px;line-height: 25px;margin-top:16px;   margin-bottom: 5px;}
div#title h1 {margin-top:3px;padding-top:0px;}
h2 {color: #FE3E14;font-weight: bold;font-size: 15px;line-height: 18px}
h2.lead {color: #002D68;font-weight: bold;font-size: 14px;line-height: 16px;margin-bottom: 15px;margin-top: 0px;}
h3 {color: #002D68;font-weight: bold;font-size: 14px;line-height:20px;margin-bottom: 5px;margin-top: 10px;}
h3.ecr {color: #0094d5;font-weight: bold;font-size: 14px;line-height: 16px;margin-bottom: 5px;}
h3.lead {color: #002D68;font-weight: bold;font-size: 14px;line-height: 16px;margin-bottom: 15px;margin-top: 0px;}
h4, h5, h6 {color: #002D68;font-weight: bold;line-height: 12px;margin-top: 0px;margin-bottom: 15px;font-size: 100%;}
b,strong {font-family: Arial, Helvetica, sans-serif;}
select,input {color: black;background-color: white;border: 1px solid #091351;}
p,img,div {border: 0;padding: 0px;margin: 0px;}
p{line-height: 18px;padding-bottom:15px;}
p.ecr, td.ecr{color: #0094d5;}
li.ecr{list-style-position:inside;list-style-image : url(http://www.gs1-germany.de/internet/common/images/list_blau.gif) ;margin: 3px 0px 3px 30px;}
ol,ul {margin-top:5px;margin-bottom:10px;list-style-position:outside;}
body#web li {list-style-position:outside;margin: 3px 0px 3px 30px;}
li.blau {list-style-position:outside;margin: 3px 0px 3px 30px;color: #002D68;font-weight: bold;font-size: 14px;line-height: 16px;}
td ol,td ul {list-style-position:inside;margin-left: 2px;padding-left: 2px;}
ul.noBullets,ol.noBullets,li.noBullets {list-style-type: none;padding: 0px;margin: 0px;}
sup {vertical-align:top; font-size:0.9em; line-height:100%;}
h2 sup { font-size: 0.8em;}
.inline {display: inline;}
.hidden {display: none;}
input.radio {width: 11px;}
.right {float: right;}
.form-modified {background-color: #F0F0FF;border: 2px dotted #0000F0;padding: 8px;}
div.ZMSGraphic {background-color:#FFFFFF;margin:0px 5px 0px 5px;}

/*--- END: common elements, classes and sub-classes---------------------------*/

/* --- BO TITLEIMAGE ---*/
#title { width:599px;margin: 0em 0em 1em 0em;}
#title div.boxContainer {height:80px;width:100%;background: transparent url(http://www.gs1-germany.de/common/css/common/images/box1_br_orange.gif) no-repeat bottom right;margin: 0px;padding: 0px;}
#title div.boxHeader {background: transparent url(http://www.gs1-germany.de/common/css/common/images/box2_tr_orange.gif) no-repeat top right;margin: 0px;padding: 0px;height:20px;}
#title div.boxTitle {background: transparent url(http://www.gs1-germany.de/common/css/common/images/box3_tl_orange.gif) no-repeat top left;margin: 0px;padding: 0px 0px 0px 145px;}
#title div.boxText {background: transparent url(http://www.gs1-germany.de/common/css/common/images/box4_bl_orange.gif) no-repeat bottom left;margin: 0px;padding: 0px;height:60px;}
/* --- EO TITLEIMAGE ---*/

/* --- BO STARTSEITENBOX ---*/
.seobox{  background:  #f1f1f1;        /*    urspr.: #d8dfe9 ; */
  /*border: 1px solid #002D68;  width:755px;*/
  margin:16px 20px 0px 15px;   width:755px;  height:76px;  float:left;  position: relative;   z-index:1;}

.seoboxtext{   font-family: Arial, Helvetica, Sans-Serif;  font-size: 11px;  line-height:14px;  text-align: justify;
  color: black;/* #002d68;*/
  padding: 10px 10px;  position: relative;   z-index:2;
  /*  width: 755px;  height: 180px;  background-image:url(http://www.gs1-germany.de/internet/common/images/box_bg.gif);   background-repeat:no-repeat;  */
}

/* --- EO STARTSEITENBOX ---*/


/* --- TITLE Event/Konferenzen---*/
#eventHeader { width:598px;background-color:#FEEEE9;margin: 0em 0em 1em 0em;}
#eventHeader div.boxContainer {height:60px;width:100%;background: transparent url(http://www.gs1-germany.de/common/css/common/images/box1_br.gif) no-repeat bottom right;margin: 0px;padding: 0px;}
#eventHeader div.boxHeader {background: transparent url(http://www.gs1-germany.de/common/css/common/images/box2_tr.gif) no-repeat top right;margin: 0px;padding: 0px;height:20px;}
#eventHeader div.boxTitle {background: transparent url(http://www.gs1-germany.de/common/css/common/images/box3_tl.gif) no-repeat top left;margin: 0px;padding: 5px 5px 5px 15px;color:#001F63;font-weight:normal;font-size:12px;}
#eventHeader div.boxText {background: transparent url(http://www.gs1-germany.de/common/css/common/images/box4_bl.gif) no-repeat bottom left;margin: 0px;padding: 0px;height:40px;}
#eventHeader div.boxTitle h1 {color:#001F63;font-weight:normal;margin: 0px;padding: 10px 5px 5px 5px;}

/*--- START: Contentspezifisches Layout und Eigenschaften --------------------*/
#PrimaryPageArea {background-color:white;border-bottom:solid 1px #D4E6D4;float: left;width:560px;background-image: url(http://www.gs1-germany.de/common/css/common/images/1_linie.gif);background-repeat: repeat-y;overflow: hidden;	height: 211px; voice-family: "\"}\"";voice-family: inherit;height: 210px;}
html>body #PrimaryPageArea {height: 210px;}
p.body {margin-bottom: 20px;}
h3.home,h4.home {line-height: 1.2em;font-family: Arial, Helvetica, sans-serif;margin: 0px 0px 6px 0px;}
h2.door {line-height: 1.2em;font-family: Arial, Helvetica, sans-serif;font-weight: normal;margin: 0px 0px 14px 0px;color: black;background-color: transparent;}
h3.door {line-height: 1.2em;font-family: Arial, Helvetica, sans-serif;margin: 0px 0px 1px 0px;}
h3.sub,h4.sub {font-family: Arial, Helvetica, sans-serif;	line-height: 1.0em;margin: 0 0 3px 0;}
#PrimaryPageImage {float:left;width: 560px;height: 231px; }
div.primarySpacer {padding: 33px 13px 13px 13px;}
div.primarySpacer2 {padding: 50px 13px 13px 13px;}
div.secondarySpacer {padding: 21px 12px 21px 12px;}
div.secondarySpacerHome {padding: 3px 12px 21px 12px;}
div.subSpacer1 {margin: 0px 0px 15px 0px;}
div.subSpacer2 {line-height: 10px;}
div.subSpacer3 {margin: 15px 13px 15px 13px;}
div.subSpacer4 {padding: 20px 19px 19px 19px;}
/* Aussen-Abstand reche Spalte in den Subpages*/
div.subSpacer5 {padding: 0px 70px 19px 1px;}
/* Abstand zwischen den Absaetzen in den Subpages */
div.subSpacer6 {line-height: 22px;}
/* Abstand zwischen den Absaetzen in der FAQ */
div.subSpacer7 {line-height: 9px;}
#SecondaryPageArea {height: 100%;}
img.teaserRight {float: right;clear: left;margin: 0 0 20px 20px;	}
img.teaserLeft {float: left;clear: left;margin: 0 20px 20px 0;	}
img.teaserImage1 {margin: 8px 0px 12px 0px;}
div#teaser {margin:10px;}
div.ZMSTeaserContainer {width: 170px;margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;}
div.ZMSTeaserElement {width: 170px;margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;}
div.ZMSTeaserElement div.clearfloating {height: 0px;display: none;visibility: hidden;}
div.ZMSTeaserElement div.text {padding: 2px 2px 2px 10px; }
div.ZMSTeaserElement a {color:#144B8B; }
#Micronavigation {font-size: 75%;padding: 15px 13px 10px 200px;color:#001f63;}
#content{border-left: 1px solid #001f63;padding-left:10px;}
/*** fuer die Sitemap */
div.sitemapContainer {width:560px;}
div.sitemapContainer * p {margin-bottom:5px;}
div.sitemapContainerLeft {float:left;width:210px;margin-right:45px;}
div.sitemapContainerRight {float:left;width:210px;}
a.sitemapHead,a.sitemapHead:link,a.sitemapHead:visited,a.sitemapHead:hover,a.sitemapHead:active {font-family: Arial,Helvetica,Verdana,Sans-Serif;line-height:3em;color: black;text-decoration: none;font-size:120%;font-weight: bold;margin:0;padding: 0px;}
a.sitemapHead:hover {text-decoration: underline;}
a.sitemapItem,a.sitemapItem:link,a.sitemapItem:visited,a.sitemapItem:hover,a.sitemapItem:active {color: black;text-decoration: none;font-weight: normal;margin: 0px;padding: 0px;}
a.sitemapItem:hover {text-decoration: underline;}
/*--- END: Contentspezifische Eigenschaften ----------------------------------*/

/*--- START: Layout Seitenaufbau  --------------------------------------------*/

/*--- Haupnavigation, Subnavigation, Servicenavigationenn Content extra ------*/
#Page {margin: 0px;width: 1000px; background-color: #fff;}
#colleft {width: 800px; float:left;margin: 0px;padding: 0px;overflow:hidden;}
#colright {width: 200px; float:left;margin:0px;padding: 0px;}
#Header {padding:0px;margin:0px;width:800px;}
#Logo {float: none;width:800px;height:145px;padding:0px;margin:0px;}
#Logohome {float: none;width:800px;height:233px;background:#ef6331 url(http://www.gs1-germany.de/common/css/common/images/logo.gif) no-repeat left top;padding:0px;margin:0px;}
#Logohome h1 {color:#fff;font-size:16px;font-weight:normal;padding:0px;line-height:150%;margin:0px;}
#Logohome h3 {color:#fff;font-size:16px;font-weight:normal;padding:0px;line-height:150%;margin:0px;}
#Logohome p {color:#fff;font-size:12px;}
#Logohome #corptext {padding:40px 80px 0px 270px;}
#Logohome #corptext a {color:#fff;text-decoration:none;}
/*--- END: Layout  Seitenaufbau  ---------------------------------------------*/

/*--- START: Hauptnavigation  -------------------------------------------------*/
div.RestrictToc, li.RestrictNav, span.RestrictNav {visibility: hidden;display: none;}
table#MainNav {height: 25px;width: 800px;overflow:hidden;background-color: #002D68;padding:0px;margin:0px;}
#MainNav td {padding:0px;margin:0px;background:#002D68 url(http://www.gs1-germany.de/common/css/common/images/sep.gif) no-repeat bottom right;text-align:center;padding-right:12px}
#MainNav td.last {background:#002D68 url(http://www.gs1-germany.de/common/css/common/images/corner_rb.gif) no-repeat bottom right;padding-right: 9px;}
.mainNav,a.mainNav,a.mainNav:link,a.mainNav:active,a.mainNav:visited,a.mainNav:hover,
.mainNavOn,a.mainNavOn,a.mainNavOn:link,a.mainNavOn:active,a.mainNavOn:visited,a.mainNavOn:hover {font-family: Arial, Helvetica, sans-serif;color: white;font-weight: bold;letter-spacing: 0.05em;text-decoration: none; font-size: 12px;line-height: 15px;text-align: center;padding-top: 5px;vertical-align: middle;height:20px;}
a.mainNav:active,a.mainNav:hover,.mainNavOn,a.mainNavOn,a.mainNavOn:link,a.mainNavOn:active,a.mainNavOn:visited,a.mainNavOn:hover {color: #FE3E14;}
#MainNavPrint {display: none;}
/*--- END: Haupnavigation  ---------------------------------------------------*/

/*--- START: Subnavigation Events -------------------------------------------------*/
	#NavEvents a {font-family: Arial, Helvetica, sans-serif;color: #002d68;font-weight: bold;letter-spacing: 0.05em;text-decoration: none; font-size: 12px;}
        #NavEvents a:hover {color: #FE3E14;}
	#NavEvents { float:left; font-size:100%; line-height:normal; background: white url(http://www.gs1-germany.de/common/css/common/images/bottom_long.gif) no-repeat; background-position: 0 17px;margin-bottom:20px;}
	#NavEvents ul { margin:0; padding:0; list-style:none; padding:10px 0px 0; width:100%; } 
	#NavEvents li.event { float:left; background:url(http://www.gs1-germany.de/common/css/common/images/box_left.gif) no-repeat left top; margin:0; padding:0 0 0 6px; }
	#NavEvents a, #NavEvents strong, #NavEvents span { display:block; background:url(http://www.gs1-germany.de/common/css/common/images/box_right.gif) no-repeat right top; padding:6px 6px 4px 4px; margin-right:4px;} 
	#NavEvents div { float:left;display:block; } 
	#NavEvents h3 {color: #002D68;font-weight: bold;font-size: 14px;line-height:20px;margin-bottom: 5px;margin-top: 10px;display: block;}

	#NavEvents img { position: relative; left: -3px; } 
	#NavEvents a.current {color: #FE3E14;}

/*--- ENDE: Subnavigation Events  -------------------------------------------------*/

/*----- START: MenuDropdown --------------------------------------------------*/
.child, .subchild { position: absolute;visibility: hidden;display: none;margin-left: -1.0em !important;margin-left: 0px;margin-left/**/:/**/-1.0em;margin-top: 0.50em !important;margin-top: 0.0em;margin-top/**/:/**/0.50em;height:100%;}
.child {padding-top: 4px;padding-left: 4px;}
.menuDropdown {background-color: #fff;border-top: 1px dotted #aaa;border-bottom: 1px dotted #ddd;width: 16.5em;}
.navDropdown {height:100%;overflow: hidden;display: block;text-align: left;border-left: 1px dotted #aaa;border-right: 1px dotted #aaa;border-bottom: 1px dotted #aaa;line-height: 1.0em;white-space:nowrap;padding: 0.25em 0.25em 0.25em 1.0em;}
.navArrow {position: absolute;line-height: 1.0em;margin-top: -1.2em;margin-left: 15.3em;margin-bottom:0;padding:0;}
.navArrow img { border:0;}
/*----- END: MenuDropdown ----------------------------------------------------*/

/**************************************/
/* 10. ZMI Management Interface       */
/**************************************/

div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td { background-color:#EEEEEE; }
.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}
.form-submit { font-size:12px; }
body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, body.zmi h5, body.zmi h6  {color:black;font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;font-weight:bold;font-size:15px;line-height:19px;} 
body.zmi p, body.zmi li, body.zmi blockquote  {font-family: Arial,Helvetica,sans-serif;font-size:12px;line-height:15px;} 
body.zmi tr.neutralColorMedium th.form-small { color:white }

/* -- MACRONAVIGATION -----------------*/
#Macronavigation {margin: 0px;padding: 0px;width:190px;overflow:hidden;}	
#Macronavigation ul {padding-left: 5px;}
#Macronavigation ul li {background-repeat: no-repeat;list-style-image: url(http://www.gs1-germany.de/common/css/common/images/iconDoc0.gif);padding:0px 0px 0px 0px;margin:0px 0px 0px 15px;list-style-position: outside;}
#Macronavigation ul li ul li {margin:0px 0px 0px 8px;}
#Macronavigation ul li a,#Macronavigation ul li.inactive a {color: #001f63;margin-left:-3px;}
#Macronavigation ul li a.inactive {color: #001f63 !important;}
#Macronavigation ul li.ZMSDocument0 {list-style-image: url(http://www.gs1-germany.de/common/css/common/images/iconDoc0.gif);}
#Macronavigation ul li.ZMSFolder0 {list-style-image: url(http://www.gs1-germany.de/common/css/common/images/iconPub0.gif);}
#Macronavigation ul li.ZMSDocument1 {list-style-image: url(http://www.gs1-germany.de/common/css/common/images/iconDoc1.gif);}
#Macronavigation ul li.ZMSFolder1 {list-style-image: url(http://www.gs1-germany.de/common/css/common/images/iconPub1.gif);}
#Macronavigation ul li.current a {font-weight: bold;color:#FE3E14;margin-left:-3px;}
/* tf 2009-08-20 */
#Macronavigation ul li.inactive.pastevent a {color: #7286A0 !important;}
#Macronavigation ul li.current.pastevent a {color: #FF7357 !important;}
#Macronavigation ul li.current ul a {font-weight: normal;}
#Macronavigation ul#langselect li {list-style-type:none;list-style-image:none;margin-top:1em;}
#Macronavigation ul#langselect li img {vertical-align:bottom;padding-bottom:1px;padding-bottom:1px;margin-bottom:-1px;}
html>/**/body #Macronavigation ul#langselect li img {margin-bottom:1px !important; /* only FF */ }

/*---- TEASER ---------------*/
div#teaser {width:auto;font-size:95% !important;}

/*---- Profieinstieg --------*/
#Profieinstieg, #search { margin:10px 10px;font-size:90%}
#Profieinstieg div.boxContainer,#search div.boxContainer {width:161px;}
div.boxContainer {background: url(http://www.gs1-germany.de/common/css/common/images/box1_br.gif) no-repeat bottom right;margin: 0px;padding: 0px;}
div.boxHeader {background: url(http://www.gs1-germany.de/common/css/common/images/box2_tr.gif) no-repeat top right;background-color: #002a66;margin: 0px;padding: 0px;color:#fff;font-weight:bold;}
div.boxTitle {background: url(http://www.gs1-germany.de/common/css/common/images/box3_tl.gif) no-repeat top left;background-color: transparent;margin: 0px;font: 0px;padding: 1px 15px;}
#Profieinstieg div.boxTitle a {color:#fff !important;}
#Micronavigation a {color:#001f63 !important;}
div.boxText {background: url(http://www.gs1-germany.de/common/css/common/images/box4_bl.gif) no-repeat bottom left;background-color: transparent;margin: 0px;margin-bottom: 0px !important;padding: 0px 5px 3px 5px;}

/*---- Facebook --------*/
#Facebook { margin:10px 10px; font-size:90%}
#Facebook div.boxContainer,#search div.boxContainer {width:161px;}
#Facebook div.boxContainer {background: url(http://www.gs1-germany.de/common/css/common/images/box1_br.gif) no-repeat bottom right;margin: 0px;padding: 0px;}
#Facebook div.boxHeader {background: url(http://www.gs1-germany.de/common/css/common/images/box2_tr.gif) no-repeat top right;margin: 0px;padding: 0px; color:#002a66; }
#Facebook div.boxTitle {background: url(http://www.gs1-germany.de/common/css/common/images/box3_tl.gif) no-repeat top left;margin: 0px;font-weight:bold;padding: 5px 10px 0px 10px;}
/*  #Facebook div.boxTitle a {color:#000 !important;}  **/
#Facebook div.boxText {background: url(http://www.gs1-germany.de/common/css/common/images/box4_bl.gif) no-repeat bottom left; margin: 0px;margin-bottom: 0px !important;padding: 0px 0px 6px 15px;}



/*---- Infothek --------*/
#Infothek,  { margin:10px 0px;font-size:95%}
#Infothek div.boxContainer {width:161px;}
#Infothek div.boxContainer {background: url(http://www.gs1-germany.de/common/css/common/images/box1_br.gif) no-repeat bottom right;margin: 0px;padding: 0px;}
#Infothek div.boxHeader {background: url(http://www.gs1-germany.de/common/css/common/images/box2_tr.gif) no-repeat top right;background-color: #002a66;margin: 0px;padding: 0px;color:#fff;font-weight:bold;}
#Infothek div.boxTitle {background: url(http://www.gs1-germany.de/common/css/common/images/box3_tl.gif) no-repeat top left;background-color: transparent;margin: 0px;padding: 1px 15px;}
#Infothek div.boxBild {margin: 0px;}
#Infothek div.boxText {background: url(http://www.gs1-germany.de/common/css/common/images/box4_bl.gif) no-repeat bottom left;background-color: transparent;margin: 0px;margin-bottom: 0px !important;padding: 5px 5px 15px 5px;}
#Infothek div.boxBild img {margin:0px 1px 0px 1px;background-color: #ffffff;width:159px;}
#Infothek div.boxText p.persontitle {font-weight:bold;margin:0px 0px 5px 0px;background-color: #ffffff;}
#Infothek div.boxText ul.persons {background-color: #ffffff;margin:0px;padding:0px;list-style-type:none;line-height:130%;font-size:88%;}
#Infothek td.persons {background-color: #ffffff;color: #001f63;margin:0px;padding:0px;line-height:130%;font-size:88%;}
#Infothek div.boxText ul.persons li {background-color: #ffffff;margin:0px 0px 5px 0px;}
div#Infothek div.ZMSLinkElement img {display:none;}
div#Infothek div.ZMSLinkElement,div#Infothek div.ZMSLinkElement div.text,div#Infothek div.ZMSLinkElement div.title,div#Infothek div.ZMSLinkElement div.title a {margin:0px;padding:0px;  color:#001f63;  background-color: #FFFFFF;}
div#Infothek div.ZMSLinkElement div.title a {  color:#001f63;font-size:12px;}
div#Infothek div.ZMSLinkElement div.text {font-size:11px;line-height:14px;}
div#Infothek div.ZMSLinkElement div.title {padding-top:0.5em;}

/*---- searchbox --------*/
#search { margin:10px 10px;font-size:90%}
#search form {padding: 0px;margin: 0px;}
#search div.boxContainer {width:161px;}
#search div.boxContainer {background: #d8dfe9 url(http://www.gs1-germany.de/common/css/common/images/corner_rb.gif) no-repeat bottom right;padding: 0;}
#search div.boxContainer input#words {width:110px;margin: 0px;background-color: white;filter:Alpha(opacity=70);filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);-moz-opacity:0.7;font-size: 10px;border: 1px solid #091351;vertical-align: middle; margin: 0 2px 0 2px;}
#search input.searchsubmit {padding: 0 0 0 0;vertical-align: middle; margin-bottom: 1px;border :  none;}
#search div.boxHeader {background: url(http://www.gs1-germany.de/common/css/common/images/corner_rt.gif) no-repeat top right;background-color: transparent;margin: 0px;padding: 0px;color:#001f63;font-weight:bold;}
#search div.boxTitle {background: url(http://www.gs1-germany.de/common/css/common/images/corner_lt.gif) no-repeat top left;background-color: transparent;margin: 0px;padding: 1px 15px;}
#search div.boxText {background: url(http://www.gs1-germany.de/common/css/common/images/corner_lb.gif) no-repeat bottom left;background-color: transparent;margin: 0px;margin-bottom: 0px !important;padding: 0px 0px 3px 7px;}
#search span.hotline {font-weight:bold;color:#001f63;}
#footer {height: 25px;clear: both;width: 970px;font-size:11px;font-weight:bold;padding: 0px 40px 5px 0px;}
#footerleft { float:left;color:#001f63;text-align:left;}
#footerleft a{ color:#001f63;text-decoration:none;padding: 0px 5px 30px 0px;}
#footerleft a:hover, a:aktiv{ color:#ef6331;text-decoration:none;}
.footerline{ color:#ef6331;}
#footerright { float:right;text-align:right;}

/*************************/
/* Newsletter*/
/*************************/
h3.newsletter {color: #FE3E14; font-size: 12px; font-weight: bold; text-decoration: none}
a.newsletter {color: #144b8B; font-size: 11px; font-weight: bold; text-decoration: none}
a.newsletter:aktiv {color: #144b8B; font-size: 11px; font-weight: bold;text-decoration: none}
a.newsletter:visited {color: #144b8B; font-size: 11px; font-weight: bold;text-decoration: none}
a.newsletter:hover {color: #144b8B; text-decoration: none;font-weight: bold;}

font.fuss{color: #FE3E14; font-size: 16px; line-height:8px; font-weight: bold;}
table.main		{padding-top: 15px;}
td.left			{padding-left: 25px;}
td.right		{padding-left: 14px; padding-right: 24px;}
h1.head			{font-size: 48px; color: white; margin-top: 50px; margin-bottom: 0px; line-height: 48px; padding-right: 30px;}
h1.wide, h1.small {font-size: 18px; font-weight: normal; color: white; background-repeat: no-repeat; text-align: center;}
h1.wide			{background-image: url(http://www.gs1-germany.de/internet/common/gs1_newsletter/titel_lang.gif);	width: 300px;line-height:20px;}
h1.small		{background-image: url(http://www.gs1-germany.de/internet/common/gs1_newsletter/titel_kurz.gif); width: 170px;}
div.head		{background-image: url(http://www.gs1-germany.de/internet/common/gs1_newsletter/header.gif); background-repeat: no-repeat; width: 540px; height: 180px; text-align: right;}
div.news		{padding-top: 10px;padding-bottom: 5px; width: 300px;line-height:13px;}
h1.news			{margin: 0px;font-size: 11px; color: #E76230; padding-left: 5px;line-height:13px;}
p.news			{margin: 0px;font-size: 11px; padding-left: 5px;line-height:13px;}
div.termine		{margin-top: 10px; background-image: url(http://www.gs1-germany.de/internet/common/gs1_newsletter/box_orange_klein.gif); background-repeat: no-repeat; width: 170px; height: 70px; line-height:13px;}
h1.termine		{margin: 0px;font-size: 10px; color: #E76230; font-weight: normal; padding-top: 5px; padding-left: 8px; padding-right: 8px; line-height:13px;}
p.termine		{margin: 0px;font-size: 9px; padding-left: 8px; padding-right: 8px; line-height:13px;}
div.imp			{margin-top: 5px; background-image: url(http://www.gs1-germany.de/internet/common/gs1_newsletter/box_orange_gross.gif); background-repeat: no-repeat; width: 170px; height: 223px;}
h1.imp			{margin: 0px;font-size: 10px; color: #E76230; font-weight: normal; padding-top: 5px; padding-left: 12px; padding-right: 8px;}
p.imp			{margin: 0px;font-size: 9px; padding-left: 12px; padding-right: 8px;}
p.link			{margin: 0px;font-size: 9px; text-align: right; padding-right: 8px; line-height:13px;}
div.news2		{height: 109px;}
h1.news2		{margin: 0px;font-size: 11px; color: #1F235C; font-weight: normal; padding-left: 8px; padding-right: 4px; line-height:13px;}
p.news2			{margin: 0px;font-size: 9px; padding-left: 8px; padding-right: 4px;line-height:13px;}
a.news2			{color: #1F235C; font-weight: normal; text-decoration: none;}
a.glossar			{color: #1F235C; font-weight: normal; text-decoration: underline;}


/*************************/
/* Newsletter*/ bis 3/2010
/*************************/
.newsletter      { font-size: 50px; color: #ffffff;	}
.newsletter1    { font-size: 20px; color: #F26334;}
.newsletter2    { font-size: 14px; color: #F26334;}
.newsletter3    { font-size: 20px; color: #081052;}
.newsletter4    { font-size: 14px; color: #081052;}
.monat    { font-size: 38px; color: #ffffff;}
.jahr        { font-size: 38px; color: #081052;}
.themen  { font-size: 14px; line-height: 24px;  font-weight: bold; color: #ffffff;	}
.themenblau  { background-image: url(http://www.gs1-germany.de/internet/common/newsletter/bilder/top_blau_1.gif); background-repeat: no-repeat; padding-left:20px; font-size: 14px; line-height: 24px;  font-weight: bold; color: #ffffff;	}
.themenblau1  { background-image: url(http://www.gs1-germany.de/internet/common/newsletter/bilder/top_blau_2.gif); background-repeat: no-repeat; padding-left:20px; font-size: 14px; line-height: 24px;  font-weight: bold; color: #ffffff;	}
.themenblau2  { background-image: url(http://www.gs1-germany.de/internet/common/newsletter/bilder/bottom_blau_1.gif); background-repeat: no-repeat; padding-right:20px; font-size: 14px; line-height: 24px;  font-weight: bold; color: #ffffff;	}
.themenviolett  { background-image: url(http://www.gs1-germany.de/internet/common/newsletter/bilder/top_violett_1.gif); background-repeat: no-repeat; padding-left:20px; font-size: 14px; line-height: 24px;  font-weight: bold; color: #ffffff;	}
.themenorange  { background-image: url(http://www.gs1-germany.de/internet/common/newsletter/bilder/top_orange_1.gif); background-repeat: no-repeat; padding-left:20px; font-size: 14px; line-height: 24px;  font-weight: bold; color: #ffffff;	}
.themenorange2  { background-image: url(http://www.gs1-germany.de/internet/common/newsletter/bilder/bottom_orange_1.gif); background-repeat: no-repeat; padding-right:20px; font-size: 14px; line-height: 24px;  font-weight: bold; color: #ffffff;	}
.head1    { font-size: 38px; color: #081052;}
.head2    { font-size: 22px; color: #F26334;}
.head3    { font-size: 17px; color: #081052;}
.head3a    { font-size: 22px; color: #081052;}
.head4, sup4    { font-size: 17px; color: #F26334;}
.text       { font-size: 12px; line-height: 14px; color: #000000;}
.impressum{ font-size: 10px; line-height: 11px; color: #ffffff;}
.impressum:hover {color: #144b8B; text-decoration: none;font-weight: bold;}
.hinweis  { font-size: 11px; line-height: 11px; color: #081052;}
a.newslink1      { font-size: 11px; line-height: 13px; color: #081052;}
a.newslink2      { font-size: 11px; line-height: 13px; color: #F26334;}
a.newslink3      { font-size: 11px; line-height: 13px; color: #ffffff;}
.links             {font-size:12px; color:#ffffff; font-family:arial, verdana; line-height:15px;font-weight: bold;text-decoration: none;}
.links.hover .links.aktiv             {font-size:12px; color:#ffffff; font-family:arial, verdana; line-height:15px;font-weight: bold;}



/*************************/
/* Newsletter*/  4/2010
/*************************/

#nl table, tr, td {background-color: #fef7f5;color: #002d68;font-size: 12px;line-height: 16px;font-family: Arial;}
#nl td {padding: 25px;}
#nl h1, h1 a {font-size: 18px;color: #f26334;font-weight: normal;margin: 0;text-decoration: none;}
#nl h2 {font-size: 13px;font-weight: normal;margin: 0;margin-top: 5px;}
#nl h2#temp, h2#temp a#temp {font-size: 18px;color: #f26334;font-weight: normal;margin: 0;text-decoration: none;line-height: 1.2em;}
#nl h3#temp {font-size: 14px;font-weight: normal;margin: 0;margin-top: 5px;line-height: 1.2em;margin-bottom: 10px;}
#nl img {border: none;}
#nl a {color: #f26334;text-decoration: underline;}
#nl #header {background: url('/internet/common/newsletter/images/gs1-nl_header.jpg '); height: 170px;padding-bottom: 0px;padding-top: 0px}
#nl td#header {color: #ffffff;padding-left: 180px;font-size: 13px;}
#nl #header h1 {color: #ffffff;font-size: 50px;line-height: 50px;margin-top: 50px;}
#nl #header h1 span{color: #002d68;}
#nl #alternative {text-align: right;color: #002d68;font-size: 10px;padding-top: 0;padding-bottom: 0;}
#nl td#alternative{background-color: #ffffff;}
#nl #alternative a{color: #002d68;}
#nl #content {margin: auto;}
#nl body {background-color: #ffffff;}
#nl .button {clear: both;display: block;}
#nl img.right, img.left {margin-bottom: 25px;border: 1px solid #d1d0ce;}
#nl img.right {margin-left: 25px;float: right;}
#nl img.left {float: left;margin-right: 25px;}
#nl .clear {clear: both;}
#nl .category {background-color: #002d68;color: #ffffff;padding: 0;font-size: 17px;text-transform: uppercase;font-weight: bold;height: 35px;}
#nl #footer, #footer td, #footerimage, #footerimage td {background-color: #f26334 ;color: #ffffff;padding-bottom: 0;}
#nl #footer td td, #footerimage, #footerimage td {padding: 0;}
#nl #footer a {color: #ffffff;font-weight: normal;text-decoration: none;}
#nl #footer a.decoration {color: #ffffff;font-weight: normal;text-decoration: underline;}
#nl #nl_content  {background-color: #fef7f5;}


/*************************/
/* Newsletter*/ ab 1/2011
/*************************/
#new table, tr, td {background-color: #fef7f5;color: #002d68;font-family: Arial, Helvetica, Sans-Serif;line-height: 16px;font-family: Arial;font-size: 12px;}
#new td {padding: 25px;}
#new td.imgpadding {padding: 15px 0;}
#new td.headcontent {padding: 25px 25px 5px 25px;}
#new .teaserheadline { padding: 10px 25px;}
#new .h2, .h2 a {font-size: 18px !important;color: #f26334 !important;font-weight: normal;margin: 0 0 5px 0;text-decoration: none;line-height: 1.2em;}
#new .h3 {font-size: 14px;font-weight: normal;margin: 0;line-height: 18px;}
#new img {border: none;}
#new a {color: #f26334 !important;text-decoration: underline !important;}
#new img a {text-decoration: none !important;}
#new .category {padding: 0;}
#new #footer, #footer td, #footerimage, #footerimage td {background-color: #f26334 ;color: #ffffff;padding-bottom: 0;}
#new #footer td td, #footerimage, #footerimage td {padding: 0;}
#new #footer a {color: #ffffff !important;font-weight: normal !important;text-decoration: none !important;}
#new #footer a.decoration {color: #ffffff;font-weight: normal;text-decoration: underline;}
#new td.header {padding: 0;}
#new .h1header {color: #ffffff;font-size: 40px;margin:25px 0 15px 0;font-weight: normal;}
#new .h1header span{color: #002d68;}
#new .h2header {color: #ffffff;font-size: 14px;font-weight: normal;}
#new #alternative {text-align: right;color: #002d68;font-size: 10px;padding-top: 0;padding-bottom: 0;}
#new td#alternative{background-color: #ffffff;}
#new #alternative a{color: #002d68 !important;}
#new .button {margin-bottom: 10px;} 
#new .clear {clear: both;}
#new .text {padding: 0;}
#new p{margin: 7px 0; line-height: 16px;}




/*************************/
/* ECR-Newsletter*/
/*************************/

/** body,td,th {font-family: Arial, Helvetica, sans-serif;} */

.fonts_short {font-family: Arial, Helvetica, sans-serif;font-size: 9px;color: #002d68;font-style: normal;}
.fonts_small {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-style: normal;}
.fonts_head {font: bolder normal 16px Arial, Helvetica, sans-serif;}
.fonts_medium {	font: bolder normal 11px Arial, Helvetica, sans-serif;color: #FFF;}
.fonts_copy {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #002d68;}
.fonts_copywhite {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #FFF;}
.fonts_headwhite {font: bolder normal 16px Arial, Helvetica, sans-serif;color: #FFF;}
.fonts_headgreen {font: bolder normal 16px Arial, Helvetica, sans-serif;color: #390;}
.fonts_headread {font: bolder normal 16px Arial, Helvetica, sans-serif;color: #ab1124;}
.fonts_headrorange {font: bolder normal 16px Arial, Helvetica, sans-serif;color: #fe3e14;}
.fonts_headlila { font: bolder normal 16px Arial, Helvetica, sans-serif; color: #a5017d; font-weight: bold;}


/*************************/
/* XHTML Umformungen*/
/*************************/
.center {text-align: center;}
.right  {text-align: right;}
.left  {text-align: left;}
.orange {color: #FE3E14;}
.red {color: red;}
.blue {color: #009ddf;}
.white {color:white;}
.aqua {color:#009999;}


/*********************************/
/* XHTML Umformungen Event Farben*/
/*********************************/
.green {color: #8dbe48;}
.evdarkblue {color: #002d68;}
.evblue {color: #0094d5;}
.evred {color: #01002a;}
.evpink {color: #a5027d;}
.evorange {color: #e95b2b;}

.oug_gruen {color:#99b705;}
h6.oug_gruen {color: #99b705;font-weight: bold;line-height: 12px;margin-top: 0px;margin-bottom: 5px;font-size: 100%;}



/*********************************/
/* XHTML Umformungen Event Farben f�r Hintergrund*/
/*********************************/
.bggreen {background-color: #8dbe48;}
.bgdarkblue {background-color: #002d68;}
.bgblue {background-color: #0094d5;}
.bgred {background-color: #01002a;}
.bgpink {background-color: #a5027d;}
.bgorange {background-color: #e95b2b;}
.bglightgrey {background-color:#efefef}




/*********************************/
/* roter Rahmen um Text*/
/*********************************/
#rahmenrot {  border:2px solid red;  padding:1em;  text-align:justify;}

/*********************************/
/* Orangen Box*/
/*********************************/
#Orange { margin:10px 10px;}
#Orange div.boxContainer {width:100%; height:100%; background: url(http://www.gs1-germany.de/common/css/common/images/boxorange3_br.gif) no-repeat bottom right; margin: 0px; padding: 0px;}
#Orange div.boxHeader {background: url(http://www.gs1-germany.de/common/css/common/images/boxorange2_tr.gif) no-repeat top right;margin: 0px;padding: 0px; color:#002a66; }
#Orange div.boxTitle {background: url(http://www.gs1-germany.de/common/css/common/images/boxorange1_tl.gif) no-repeat top left;margin: 0px;font-weight:bold;padding: 5px 10px 0px 10px;}
/*  #Orange div.boxTitle a {color:#000 !important;}  **/
#Orange div.boxText {background: url(http://www.gs1-germany.de/common/css/common/images/boxorange4_bl.gif) no-repeat bottom left; margin: 0px;margin-bottom: 0px !important;padding: 0px 0px 6px 15px;}

/*********************************/
/* Grauen Box*/
/*********************************/
.content_row {height : auto;margin-bottom: 30px;margin-top: 5px;width: 100%;}
.content_container {position: relative;float: left;height : auto;margin-bottom: 20px;border : 1px solid #bbbbbb;background-color : #f3f3f3;padding : 14px;z-index: 1;width: 90%;}

.corner_tl {position: absolute;top:-1px;left: -1px;padding : 5px;background: url(http://www.gs1-germany.de/common/css/common/images/content_corner_tl.png ) 0 0 no-repeat;z-index: 2;}
.corner_tr {position: absolute;top:-1px;right: -5px;padding : 5px;background: url(http://www.gs1-germany.de/common/css/common/images/content_corner_tr.png ) 0 0 no-repeat;z-index: 2;}
.corner_bl {position: absolute;height : 0px;bottom: -5px;left: -1px;padding : 5px;background: url(http://www.gs1-germany.de/common/css/common/images/content_corner_bl.png ) 0 0 no-repeat;z-index: 2;}
.corner_br {position: absolute;height : 0px;bottom:-5px;right: -5px;padding : 5px;background: url(http://www.gs1-germany.de/common/css/common/images/content_corner_br.png ) 0 0 no-repeat;z-index: 2;border : 0px solid red;}


#link  {display: block;position: absolute; white-space:nowrap;font-size : 9pt;color: #FE3E14;font-weight:normal;cursor : help;text-decoration:none;}
#link:hover {background: white; text-decoration:none;}
#link span {display: none;text-decoration:none;}
#link:hover span {display: block; text-decoration : none; position: absolute; top: 30px; left: -30px; padding: 5px; margin: 5px; z-index: 50; color: white; background: #F26334; border:2px solid white;text-decoration:none;}

#link_4  {display: block;position: absolute; white-space:nowrap;font-size : 9pt;color: #FE3E14;font-weight:normal;cursor : help;text-decoration:none;}
#link_4:hover {background: white; text-decoration:none;}
#link_4 span {display: none;text-decoration:none;}
#link_4:hover span {display: block; text-decoration : none; position: absolute; top: 30px; left: 150px; padding: 5px; margin: 5px; z-index: 50; color: white; background: #F26334; border:2px solid white;text-decoration:none;}

table.green {border-style:solid;border-color: #97C00E ;}
table.ecrblue {border: 2px solid;border-color: #d5edfa ;}

.clickview {overflow: hidden;padding-top: 5px;height: 1px;}



/* --- BO abgerundete wei�e Ecken ---*/
.rt {background:url( http://www.gs1-germany.de/common/css/common/images/corner_rt.gif ) top right no-repeat;}
.lt {background:url(http://www.gs1-germany.de/common/css/common/images/corner_lt.gif ) top left no-repeat;}
.rb {background:url(http://www.gs1-germany.de/common/css/common/images/corner_rb.gif ) bottom right no-repeat;}
.lb {background:url(http://www.gs1-germany.de/common/css/common/images/corner_lb.gif ) bottom left no-repeat;}
/* --- EO  abgerundete wei�e Ecken  ---*/

/* --- BO abgerundete wei�e Ecken mit blauer Linie---------  Reihenfolge wichtig! --*/
.blt {background:url(http://www.gs1-germany.de/common/css/common/images/boxblue1_tl.gif) top left no-repeat;}
.brt {background:url(http://www.gs1-germany.de/common/css/common/images/boxblue2_tr.gif) top right no-repeat;}
.brb {background:url(http://www.gs1-germany.de/common/css/common/images/boxblue3_br.gif) bottom right no-repeat;}
.blb {background:url(http://www.gs1-germany.de/common/css/common/images/boxblue4_bl.gif) bottom left no-repeat;}
/* --- EO  abgerundete wei�e Ecken mit blauer Linie  ---*/



/* --- BO abgerundete wei�e Ecken mit orange Linie--------  Reihenfolge wichtig! --*/
.olt {background:url(http://www.gs1-germany.de/common/css/common/images/boxorange1_tl.gif) top left no-repeat;}
.ort {background:url(http://www.gs1-germany.de/common/css/common/images/boxorange2_tr.gif) top right no-repeat;}
.orb {background:url(http://www.gs1-germany.de/common/css/common/images/boxorange3_br.gif) bottom right no-repeat;}
.olb {background:url(http://www.gs1-germany.de/common/css/common/images/boxorange4_bl.gif) bottom left no-repeat;}
/* --- EO  abgerundete wei�e Ecken  ---*/


/* --- BO abgerundete wei�e Ecken ---*/
/* .wrt {background:url(http://www.gs1-germany.de/common/css/common/images/corner_rt.gif ) top right no-repeat;}
/* .wlt {background:url(http://www.gs1-germany.de/common/css/common/images/corner_lt.gif ) top left no-repeat;}
/* .wrb {background:url(http://www.gs1-germany.de/common/css/common/images/corner_rb.gif ) bottom right no-repeat;}
/* .wlb {background:url(http://www.gs1-germany.de/common/css/common/images/corner_lb.gif ) bottom left no-repeat;}
/* --- EO  abgerundete wei�e Ecken  ---*/

/*********************************/
/* Ausklapptext*/
/*********************************/

.clickview {overflow: hidden;padding-top: 5px;height: 1px;}  /*** klappt nur aus ***/

/********* in BPK Organisatorisches  ******/
th.toggle, table.toggle, tr.toggle { background: #eeeeee ; font-size: 1.2em ; font-weight: bold; color:#666 ; text-align: left; padding: 5px; }
th.toggle a {  color:#666666 ; }
th.toggle a:hover, a:active {  color:#000000; }
td.toggle p {  background: none; font-size: 1.0em ; font-weight: normal; color:#000; text-align: left; padding-left: 0px; } /**line-height:1.9em; */
td.toggle div { background: none; font-size: 1.0em ; font-weight: normal; color:#000 ; text-align: left; padding: 0 2px; }
span.toggle { background: #fff ; font-size: 1.0em ; font-weight: normal; color:#000 ; text-align: left; padding: 0 5px; }




@media print
{
  div.boxContainer, div.boxHeader, div.boxTitle, div.boxText { background-color: #FFFFFF; background-image:none; }
body, body#web { background-color: #FFFFFF; font-size:90%; width:650px;}
#colright, #Header,   #MainNav, #Micronavigation,  #LoginMicro, #Macronavigation, #Macronavigation ul , #Macronavigation ul li, #Logohome,#Profieinstieg,  #search, #Infothek, #footer {background-image:none; display:none; }
#content{border-left: 0px solid #001f63;padding-left:0px;margin-left:0px; width:650px;}

}
#fussnote  {display: inline;position: absolute; white-space:nowrap;font-size : 9pt;color: #FE3E14;font-weight:normal;cursor : help;text-decoration:none;}
#fussnote:hover {background: white; text-decoration:none;}
#fussnote span {display: none;text-decoration:none;}
#fussnote:hover span {display: block; text-decoration : none; position: absolute; top: 30px; left: -30px; padding: 5px; margin: 5px; z-index: 50; color: white; background: #F26334; border:2px solid white;text-decoration:none;}


/*Online Anmeldung*/
.OnlineAnmelungForenCheckbox{ float:left; }
.OnlineAnmelungForenInfoText{ float:left;width: 235px;padding-top:2px; }

/*********************************/
/* Online Anmeldung  2.0 PayPal*/
/*********************************/

.clear {
	clear: both;
}
#OnlineAnmeldung fieldset, #OnlineAnmeldung p {
	width: 555px;
	padding: 5px;
	margin:0 0 25px 0;
}
#OnlineAnmeldung fieldset legend{
	font-weight: bold;
	font-size: 1.1em;
}
#OnlineAnmeldung .wrapper {
 /*border: 1px solid red;*/
 float: left;
 width: 270px;
 padding: 0 0 15px 5px;
}

#OnlineAnmeldung .centerWrapper {
	float: left;
	width: 540px;
	padding: 0 0 15px 5px;
}

#OnlineAnmeldung  #anzahlMitarbeiter label {
	float: left;
	width: 100px;
}

#OnlineAnmeldung div.liveKompoEinheitWrapper input.border {
border: 1px solid white;
}


#OnlineAnmeldung .wrapper input, #OnlineAnmeldung .wrapper select {
 width: 250px; 
} 
#OnlineAnmeldung div.centerWrapper input.radioBtn {
	width: 15px;
	border: 1px solid white;
}
#OnlineAnmeldung div.centerWrapper textarea {

	width: 100%;
	height: 50px;
	border: 1px solid #ccc;

}

#OnlineAnmeldung  input.border, #OnlineAnmeldung  select.border {
	border: 1px solid white !important;
}



#OnlineAnmeldung .wrapper label {
 display: block;
 margin-bottom: 4px;
} 

#OnlineAnmeldung  #Branche label {
	width: 270px;
	display: block;
	float:left;
}

#OnlineAnmeldung  #Branche input.sonstigeBranche {
	width: 170px;
}

#rechnungsAnschriftWrapper {
	display: none;
}
#rechnungsAnschriftToggle {
	cursor: pointer;
}

#OnlineAnmeldung p.subInfo {
	font-size: 0.85em
}

#OnlineAnmeldung .preisWrapper{
	margin-bottom: 12px;
}

#OnlineAnmeldung .gebuehrpreis input {
	float:left;
}

#OnlineAnmeldung .gebuehrpreis div {
	float:left;
	width: 525px;
	margin-top: 2px;
	border: 1px solid #FFF;
	font-weight: bold;
}

#OnlineAnmeldung .gebuehrInfo {
	font-size: 0.95em;
	margin-left: 28px;
}

#OnlineAnmeldung .liveKompo_subHead {
	font-weight: bold;
	margin: 10px 0;
}

#OnlineAnmeldung div.liveKompoEinheitWrapper input {
	float:left;
	margin-bottom: 4px;
}

#OnlineAnmeldung div.liveKompoEinheitWrapper div {
	float: left;
	width: 525px;
	margin: 2px 0 4px 0;
	border: 1px solid #FFF;
}

#OnlineAnmeldung .wrapper input.zahlungsart_select {
	width: 20px; 
	float: left;
}

#OnlineAnmeldung .wrapper div.zahlungsart {
	width: 120px; 
	float:left;
	margin-top: 3px;
}

#KonferenzAnmeldungErfolgreich {
	border: 1px solid #bfec8b;
	text-align: center;
}

#KonferenzAnmeldungFehler {
	border: 1px solid #ec8b8b;
	text-align: center;
}

/* Confirm Seite */

#korder_confirm fieldset, #korder_confirm p {
	width: 555px;
	padding: 5px;
	margin:0 0 25px 0;
}
#korder_confirm fieldset legend{
	font-weight: bold;
	font-size: 1.1em;
}
#korder_confirm .wrapper {
 /*border: 1px solid red;*/
 float: left;
 width: 270px;
 padding: 0 0 15px 5px;
}

#korder_confirm .centerWrapper {
	float: left;
	width: 540px;
	padding: 0 0 15px 5px;
}

#korder_confirm  .wrapper label {
	font-weight: bold;
	width: 150px;
}

#korder_confirm .wrapper div {
	padding: 2px 0 4px 24px;
	width: 220px;
}

#og_programm_wrapper div.og_programm_logo {
	float: left;
	width: 230px;
}
#og_programm_wrapper div.og_programm_logo img {
	display: block;
}
#og_programm_wrapper div.og_programm_logo p {
	padding-left: 10px;
	text-align: left;
}
#og_programm_wrapper div.og_programm_beschreibung {
	float: right;
	width: 360px;
}

#og_programm_wrapper div.og_programm_beschreibung h3 {
	color: 99b705;
	margin-bottom: 0;
}
#og_programm_wrapper div.og_programm_beschreibung a,
#og_programm_wrapper div.og_programm_beschreibung a:hover {
	color: 99b705;
	display: block;
	margin: 8px 0 0 8px;
}

div.pressemeldung p {
	line-height: auto;
	padding-bottom: 15px;
	color: #000000;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 1.0em;
} 
div.pressemeldung .bu {
    font-size: 0.75em; 
}
div.pressemeldung .companytext {
    font-size: 0.9em;
}
div.pressemeldung .contact {
    font-size: 0.9em;
}

div.prozeus {
    background-color: #e6e6e6; 
	border-left: 4px solid #78aa22;
	display: block;
	padding: 10px 10px 0 10px;
	margin: 15px 0 15px 0;
	font-size: 0.95em;
} 




