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

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.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
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	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;
}

div.ZMSGraphic.floatright {
	float:right;
}

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

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 {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: 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
	{
	}

div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://newsletter.ias-gruppe.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* 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 */

.newsitem {
  margin-left:15px; /* generelles "Allesindent" */
  margin-bottom:0px;
  clear:both;
  }

.newsitem .title {
  background-color: #8F9AB8;
  /* background-image: url(content/metaobj_manager/NewsTOCindexitem.headerBG) */
  background-position: top left;
  background-repeat: repeat-y;
  padding:5px 10px;
  color:white;
  font-size:14px;
  font-weight:bold;
  }
.newsitem.Sondermeldung .title {
  background-color: #8F9AB8;
/*  background-color: #C33; */
}

.newsitem .title span.date {
  color: #333;
  padding-left:5px;
  }

.newsitem .text {
  background: #fff url(content/metaobj_manager/NewsTOCindexitem.textBG) repeat-y top left;
  height: 120px;
}
.newsitem .titleimage {
  float:left;
  padding:10px 20px 10px 10px;
}
.newsitem .description {
  font-size:12px;
  line-height:1.4em;
  padding:20px;
}
.newsitem .description a {
  white-space: nowrap;
}
/* BO nlnews.f_css_defaults */
table.nlnews {
  margin-top:20px;
  margin-bottom:25px;
}
table.nlnews tr td {
  vertical-align: top;
}
table.nlnews tr td.image {
  padding-right:10px;
  }
table.nlnews tr td.text h3 {
  margin:0em 0 0.2em;
/*  border-left:4px solid #666;
  padding-left:4px; */
  color: #3C618D;
}
table.nlnews tr td.text p {
  margin:0.3em 0 0.3em;
  }
table.nlnews tr td.text p a:link,
table.nlnews tr td.text p a:visited {
  color: #3C618D;
  text-decoration:none;
  }

table.nlnews tr td.text span.news-date {
  font-size:9px;
  font-weight:bold;
  text-transform:uppercase;
  }

/* EO nlnews.f_css_defaults *//* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj tocIndex
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.standardTocWrapper{
	margin:0;
	margin-left:15px;
	padding:0;
	width:570px;
	}
	
div.standardTocWrapper div.clearstandardTocWrapper{
	clear:both;
	}

div.standardTocWrapper div.standardTocItemWrapper{
	float:left;
	margin:0;
	margin-bottom:15px;
	padding:0;
	width:270px;
	}

div.standardTocWrapper div.standardTocItemWrapper div.standardTocItemImg {
	float:left;
	margin:0;
	margin-right:10px;
	padding:0;
	width:100px;
	border:solid 0px red;
	}

div.standardTocWrapper div.standardTocItemWrapper div.standardTocItemText {
	float:left;
	margin:0;
	padding:0;
	width:100px;
	}


div.standardTocWrapper div.standardTocItemWrapper div.standardTocItemText p.title {
	margin:0;
	padding:0;
	font-weight:bold;
	width:178px;
	}

div.standardTocWrapper div.standardTocItemWrapper div.standardTocItemText p.description {
	margin:0;
	padding:0;
	font-weight:normal;
	width:178px;
	border:solid 0px red;
	}/*  BO poll.f_css_defaults */
div.poll { margin:1em 0;}
.pollColorStrong { background-color:#369; }
.pollColorMedium { background-color:#DCE0EA; }
.pollColorLight { background-color:#E6EBF2; }
.pollColorBlack { background-color: transparent; width:auto !important;}
div.poll table {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  width:548px
  }
div.poll table th,
div.poll table td {
  border:0 !important;
  padding: 2px !important;
  vertical-align: middle !important;
  font-size: 12px;
  }
div.poll p.question {
  font-size:14px;
  font-weight:bold;
  font-style:italic;
  margin:10px;
  }
div.poll p.answer {
  font-weight:bold;
  margin:3px 2px !important;
  line-height: 1em !important;
  font-size: 12px;
  }

/* EO poll.f_css_defaults *//* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj dtmlCode
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
textarea#code.form-element {
	font-family:courier !important;
	font-size:11px !important;
	height:350px !important;
	width:630px !important; 
	}/*  BO pollTeaserElement.f_css_defaults */
form.pollTeaser  {
  margin: 0;
  }

form.pollTeaser input {
  font-size: 10px;
  margin: 3px 0;
  }
form.pollTeaser input.voteoption {
  margin: 3px 3px;
  position:relative;
  top:2px;
  }
form.pollTeaser input.votesubmit {
  border: 1px solid #ccc;
  width:100%;
  }
/* EO pollTeaserElement.f_css_defaults *//* BO newsletter.f_css_defaults */

/*------- subscriptionForm------------------------------*/
form.registrationForm {
	margin:0;
	padding:0;
	border:solid 0px red;
	width:570px;
	}

form.registrationForm fieldset {
	margin:0px;
	margin-bottom:10px;
	padding: 0em 1em;
	border:0px solid #DBD9D9;
	/* font:80%/1 sans-serif; */
	color:#707070;
	border:solid 0px red;
	}

form.registrationForm legend {
	padding: 0.2em 0.5em;
	text-align:right;
	border:0px solid #F8ECE8;
	font-size:105%;
	color:#707070;
display:none;
	}

form.registrationForm label {
	float:left;
	width:150px;
	margin-right:0.5em;
	padding-top:0.0em;
	text-align:left;
	font-weight:normal;
	color:#707070;
	border:solid 0px red;
  font-size: 12px;
	}

form.registrationForm label.checkbox {
	text-align:left;
	border:none;
	}

form.registrationForm label.fText {
	margin:5px 0px;
	padding:0px;
	width:500px;
	font-size:12px;
	}

form.registrationForm input {
  float:left;
	padding-left:5px;
	width:280px;
	margin-bottom:10px;
	border:solid 0px #D0D9DE;
	color:#707070;
	background: transparent url('http://newsletter.ias-gruppe.de/instance/css/common/subsFormInput_bg.jpg') top left no-repeat;
	}
form.registrationForm label input {
  clear:left;
  margin-right:10px;
}
.formField_oneFourth {
	width:60px !important;
	margin-right:8px;
	}

.formField_oneThird {
	width:88px !important;
	margin-right:8px;
	}

.formField_half {
	width:140px !important;
	}

.formField_twoThirds {
	width:186px !important;
	}

.formField_threeFourths {
	width:210px !important;
	}

.formField_full {
	width:280px !important;
	}

form.registrationForm input.checkbox {
	width:20px;
	border:solid 1px #aea3a3;
	}

form.registrationForm textarea {
	width:280px;
	margin-bottom:10px;
	color:#707070;
	border:solid 0px #D0D9DE;
	background: transparent url('http://newsletter.ias-gruppe.de/instance/css/common/subsFormText_bg.jpg') top left no-repeat;
	}

form.registrationForm select {
	float:left;
	width:280px;
	margin-bottom:10px;
	color:#707070;
	border:none;
	background: transparent url('http://newsletter.ias-gruppe.de/instance/css/common/subsFormInput_bg.jpg') top left no-repeat;
	}

form.registrationForm fieldset.toc {
	margin:10;
	padding:10;
	display:none;
	}

form.registrationForm fieldset#level1_l1 {
	display:block;
	}

form.registrationForm input.button{
	background-image:none;
	border-width:1px;
	border-style:solid;
	border-color:#b1b6ba;
	color:#488dc6;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width:128px;
	padding:0px;
	margin:20px 0px 20px 20px;
	background-color:#ecf6fe;
	}

span.importantHint {
	font-weight:bold;
	color:#CA3433;
	}

fieldset br {
	clear:both;
	}



/*------- other elements------------------------------*/

h2.nlSubsConf {
	margin-left:14px !important;
	}

div.hint4Subs {
	font-size:11px;
	border:solid 0px red;
	margin:30px 0px 40px 15px;
	color:#707070;
	}
/* BO newsletter.f_css_defaults */
#newsindex {
  margin:20px 0px 10px;
  }


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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: red;
  text-decoration: line-through;
} 

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

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

/* BO client stylesheet.css */

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.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;}

.IASTxtColor {color: #009182; text-decoration:none;}
.IASArrow {padding-top:5px;}

.IASNLColorBlue {background-color: #387BF0;}
.IASNLColorLila {background-color: #9973F6;}
.IASNLColorDarkgreen {background-color: #146B75;}

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

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }

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  {
	font-family:		Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:		bold;
	font-size:			15px;
	line-height:		19px;
	margin-left:0px;
}

body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family:		Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:			12px;
	line-height:		15px;
}

/******************************************************************************/

/******************************************************************************/
/*                                                                            */
/* Zettwerk                                                                   */
/*                                                                            */
/******************************************************************************/

@media screen {
	/******************************************************************************/
	/* Some site independent defaults */
	
	div {
		padding:			0px;
		margin:				0px;
	}
	
	a {
		text-decoration:	none;
		color:				#000000;
	}
	
	img {
		border:				0px;
	}
	
	body {
		font-family:		Arial, Verdana, Geneva, Helvetica, sans-serif;
		color:				#444444;
		padding:			0px;
		margin:				0px;
		font-size:			80%;
	}
	
	/******************************************************************************/
	/* Main layout */
	
	#web table.Page {
		width:				988px;
	}
	
	#web table.Page {
		margin-left:		auto;
		margin-right:		auto;
		margin-top:			0px;
		margin-bottom:		0px;
		border-collapse:	collapse;
	}
	
	table.Page td.Left,
	table.Page td.Middle,
	table.Page td.Right {
		padding:			0px;
	}
	
	table.Page tr#header td,
	table.Page tr#header2 td,
	table.Page tr#header3 td {
		vertical-align:		bottom;
	}
	
	table.Page tr#header {
		height:				105px;
	}
	table.Page tr#header2 {
		height:				17px;
	}
	table.Page tr#header3 {
		height:				78px;
	}
	
	table.Page tr#main td {
		vertical-align:		top;
	}
	
	table.Page tr#header td.Left {
		background-color:	#E0E4ED;
	}
	
	table.Page tr#main td.Left,
	table.Page tr#footer td.Left,
	table.Page tr#main td.Right,
	table.Page tr#footer td.Right {
		background-color:	#E6EBF2;
	}
	
	table.Page tr#header,
	table.Page tr#header2,
	table.Page tr#header3,
	table.Page tr#main td.Left,
	table.Page tr#main td.Right,
	table.Page tr#footer {
		font-size:			90%;
		line-height:		1.3em;
	}
	
	table.Page #main .Middle {
	}
	
	/******************************************************************************/
	/* Logos */
	
	#header .Middle .Logo {
		margin:				0px 16px 12px 16px;
	}
	
	/******************************************************************************/
	/* Menu/Chanel Navigation*/
	
	#chanelnavigation {
		background:			#E6EBF2;
		height:				36px;
		padding:			8px 5px;
	}
	
	#chanelnavigation div {
		margin-top:			3px;
	}
	
	#chanelnavigation div span a {
		color:				#000000;
		margin:				0px 5px;
	}
	
	#chanelnavigation div span a:active,
	#chanelnavigation div span a:focus,
	#chanelnavigation div span a:hover {
		font-weight:		bold;
	}
	
	#chanelnavigation div span.Current a {
		font-weight:		bold;
	}
	
	/******************************************************************************/
	/* Macronavigation */
	
	#macronavigation {
		margin:			20px 0px 20px 10px;
		width:			166px;
		padding:		0px;
	}
	
	#macronavigation ul {
		list-style-type:	none;
		padding:			0px;
		margin:				0px;
	}
	
#macronavigation li {
	margin-left: 10px;
	padding:0px;
	text-indent: -10px;
	position: relative;
	}
	
	#macronavigation li li{
		margin-left:		10px;
		padding:			0px;
	}
	
	#macronavigation a {
	}
	
	#macronavigation a:focus,
	#macronavigation a:hover,
	#macronavigation a:active,
	#macronavigation a.active {
		font-weight:		bold;
		color:				#4E6B96;
	}
	
	/******************************************************************************/
	/* Micronavigation */
	
	#Micronavigation {
		background-color:	#CCCCCC;
		height:				10px;
		padding:			8px 5px;
	}
	
	#Micronavigation div span a,
	#Micronavigation div span a:link,
	#Micronavigation div span a:visited,
	#Micronavigation div span span {
		color:				#000000;
		margin:				0px 5px;
	}
	
	#Micronavigation div span a:active,
	#Micronavigation div span a:focus,
	#Micronavigation div span a:hover {
		font-weight:		bold;
	}
	
	/******************************************************************************/
	/* Functions */
	
	#functions {
		background-color:	#DDDDDD;
		height:				36px;
		padding:			8px 5px;
	}
	
	#functions div {
		margin-top:			3px;
	}
	
	#functions div span a,
	#functions div span a:link,
	#functions div span a:visited {
		color:				#000000;
		margin:				0px 5px;
	}
	
	#functions div span a:active,
	#functions div span a:focus,
	#functions div span a:hover {
		font-weight:		bold;
	}
	
	div#sub_functions {
		background-color:	#CCCCCC;
		height:				10px;
		padding:			8px 5px;
	}
	
	/******************************************************************************/
	/* Left Sidebar */

	/******************************************************************************/
	/* Main content */
	
	#main .Middle p {
		line-height:		1.4em;
		margin:				12px 15px;
	}
	
	#main .Column {
		float:				left;
		width:				310px;
	}
	
	#main .Middle a, 
	#main .Middle a:link,
	#main .Middle a:visited {
		color:				#4E6B96;
	}
	#main .Middle a:active,
	#main .Middle a:focus,
	#main .Middle a:hover {
		color:				#4E6B96;
		text-decoration:	underline;
	}
	
	#main .Middle hr {
		background:			transparent none repeat scroll 0%;
		border-color:		#DDDDDD;
		border-style:		none none solid;
		border-width:		0pt 0pt 1px;
		color:				#FFFFFF;
		margin:				0px 10px;
		padding:			0px 10px;
	}
	
	/******************************************************************************/
	/* Metanavigation */
	
	div#metanavigation {
		margin:				10px 20px 10px 10px;
		width:				170px;
	}
	
	#metanavigation #search table {
		width:				168px;
		margin:				0px;
	}
	
	#metanavigation table td {
		text-align:			right;
		padding:			0px;
	}
	
	#metanavigation input {
		font-size:			90%;
	}
	
	#metanavigation input[type=text] {
		border:				1px solid #666666;
		margin:				0px;
		width:				168px;
		margin:				0px;
	}
	
	#metanavigation input[type=submit] {
		border:				1px solid #666666;
		background-color:	#DDDDDD;
	}
	
	/******************************************************************************/
	/* Home Links */
	
	#home_links {
		margin:				20px 0px 20px 10px;
		width:				166px;
		padding:			0px;
		}
	
	#home_links ul {
		list-style-type:	none;
		padding:			0px;
		margin:				0px;
	}
	
	#home_links li {
		margin-left:		0px;
		padding:			0px;
	}
	
	#home_links li li{
		margin-left:		10px;
		padding:			0px;
	}
	
	#home_links a {
	}
	
	#home_links a:focus,
	#home_links a:hover,
	#home_links a:active,
	#home_links a.active {
		font-weight:		bold;
		color:				#4E6B96;
	}
	
	/******************************************************************************/
	/* Toolbox */
	
	div#toolbox {
		margin:				4px 10px;
	}
	#toolbox a {
		margin-left:		10px;
		float:				right;
	}
	
	/******************************************************************************/
	/* Closing */
	
	#closing hr {
		background:			#DDDDDD none repeat scroll 0%;
		border:				0pt none;
		height:				1px;
		margin:				0px;
		padding:			0px;
	}
	
	/******************************************************************************/
	/* Footer */
	
	#footer td.Middle {
		padding:			4px 10px;
	}
	
	#footer a {
		color:				#4E6B96;
	}
	
	#footer div#copyright,
	#footer div#imprint,
	#footer div#privacy,
	#footer div#terms_of_use {
		display:			inline;
	}
	
	/******************************************************************************/
	/* Teaser */
	
	div#teaser {
		margin:				10px 20px 10px 10px;
		width:				170px;
	}
	
	div#teaser div.ZMSTeaserElement {
		width:				168px;
	}
	.ZMSTeaserElement div.text a  {
		color:				#4E6B96;
		text-decoration:	none;
	}
	
	.ZMSTeaserElement div.text a:hover  {
		font-weight:	bold;
	}
	
	.ZMSTeaserElement div.text a:visited  {
	}
	
	.ZMSTeaserElement div.graphic,
	.ZMSTeaserElement div.text,
	.ZMSTeaserElement div.title {
		padding:			3px;
	}
	
	/******************************************************************************/
	/* ZMSTable */
	
	#web table.ZMSTable {
		margin:				0px 15px 10px 15px;
	}
	#web table.ZMSTable p {
		margin:				0px;
	}
	
	/******************************************************************************/
	/* ZMSGraphics */
	
	#web div.ZMSGraphic.left,
	#web div.ZMSGraphic {
		margin:			10px 15px;
	}
	
	#web div.ZMSGraphic.left p {
		margin:			0px 0px;
	}
	/******************************************************************************/
	/* marquee */
	
	#web marquee {
		margin:				10px 15px;
	}
	
	/******************************************************************************/
	/* Google maps */
	
	#web div#map {
		margin:				10px 15px;
	}
	
	/******************************************************************************/
	/* Some defaults */
	
	#web table {
		margin:				10px 15px;
	}
	
	th,td  {
		padding:			4px;
	}
	
	div.Header {
		font-weight:		bold;
		margin:				0px 0px 4px 0px;
	}

	div#teaser,
        div#metanavigation {
		margin-right: 0px;
	}

}
/******************************************************************************/

/*----------------------*/
/* ZMI-Style Patch      */ 
/*----------------------*/
body.zmi table tr td {
padding:0px;
margin:0px;
}
body.zmi div.Trailer {
width:430px !important;
overflow:hidden;
}
div#zmi_logo, table.zmiTabBg {
background-color:#fff;
}

/*----------------------*/

/* patch jk 20090203 */
div.ZMSGraphic {
	background-color: #fff;
	margin: 4px;
	}

/* patch jk 20090212 */
/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/

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

div.ZMSGraphic.left {
	text-align:left;
	margin:0;
	padding:0;
	}
	
div.ZMSGraphic.right {
	text-align:right;
	margin-left:8px;
	padding-top:3px;
	}

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

div.ZMSGraphic.floatleft { 
	float:left;
	margin-right:8px !important;
	/* strange IE 6 */
	margin-right:-16px;
	padding:0;
	padding-top:3px;
	}

div.ZMSGraphic.floatright { 
	float:right;
	}

div.ZMSGraphic.center { 
	text-align:center;
	padding:0;
	margin-top:10px;
	}

div.graphic.alignleft {
	float:left;
	text-align:right;
	padding:0;
	margin-right:8px;
	margin-top:0px;
	}
	
div.graphic.alignright {
	float:right;
	text-align:right;
	padding:0px;
	margin-left:8px;
	margin-top:10px;
	}

div.ZMSGraphic div.text
	{
	padding: 0px;
	padding-top:0px;
	margin:0;
	}

div.ZMSGraphic div.text p
	{
	padding: 0px;
	padding-top:0px;
	margin:0;
	}

a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

div.ZMSFile {
	margin:0px 0px 10px 15px;
	background-color:#fff;
	}

div.ZMSFile div.text{
	margin:0px 0px 10px 22px;
	background-color:#fff;
	}

/*---------patch ZMSForum----------*/
#ZMSForum {
	width:560px;
	padding:0px 20px;
	}

html>/**/body #ZMSForum {
	width:560px !important; /* only FF */ 
	}

#ZMSForum table {
	margin:0px 2px 16px 2px !important;
	}

#ZMSForum ul.nav-tabs {
	margin-bottom:1em;
	}

/*---------patch specObj Fileitem jk 20090225----------*/
div.OI {
	margin: 10px 15px 10px 0px;
	width:96%;
	}

/*---------patch teaser jk 20090325----------*/
div#teaser
	{
	font-size:11px;
	}

/*---------EVALUATION----------*/
form#Evaluation {
/* border-top: 1px solid #C0C0C0; */
 padding: 0px;
 margin-top:2em;
}
form#Evaluation table,
form#Evaluation table td {
 padding: 0px;
 margin:0px;
 border-collapse:collapse;
}

form#Evaluation fieldset {
 background: #E6EBF2 url(common/bgeval.jpg) left top repeat-x;
 border: 1px solid #C0C0C0;
 height: 68px;
 margin:0px;
 padding: 0px 4px;
}
form#Evaluation input {
 font-size:11px;
 padding:2px 3px;
}
form#Evaluation input#evalSubmit {
 background-color:#E6EBF2;
 margin-top:5px;
}

form#Evaluation textarea#evalText {
 width:220px
}


/*---------patch headlines jk 20090609----------*/
h1.title, h2 {
	margin-left:20px !important;
	}
/* BO styleSheetZMSCustom.css */

/* BO styleSheetZMSCustom_Table.css */

table.ZMSTable {
	width: 		auto;
	border-collapse:	collapse;
	margin-bottom:		10px;
	}

table.ZMSTable th,
table.ZMSTable td {
	margin:		12px;
	padding:	4px;
	border:		1px solid #FFFFFF;
	}

table.ZMSTable th {
	background:			#CCCCCC;
	}

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

table.ZMSTable tr.odd td,
table.ZMTTable tr.odd ud {
	background-color:	#EEEEEE;
}

table.ZMSTable tr.even td,
table.ZMTTable tr.even ud {
	background-color:	#DDDDDD;
}

/* EO styleSheetZMSCustom_Table.css */


/* BO styleSheetZMSCustom_FileItem */

div.OI {
	margin:				10px 15px 10px 15px;
	width:				600px;
}

#OI div.ftTH {
	background-color:	#CCCCCC;
	border-color:		#fff;
	border-style:		solid;
	border-width:		1px;
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
	margin:				0px;
	padding:			5px;
	text-align:			left;
}

#OI div.ftTD {
	background-color:	#fff;
	border-color:		#fff;
	border-style:		solid;
	border-width:		1px;
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
	margin:				0px;
	padding:			4px;
	text-align:			left;
}

table.OI {
	background-color:	#CCCCCC;
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	width:				100%;
 }

table.OI .ftTH {
	background-color:	#CCCCCC;
	border-color:		#fff;
	border-style :		solid;
	border-width :		1px;
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	margin:				12px 12px 12px 12px;
	padding:			2px;
	text-align:			left;
}

table.OI .ftTHL {
	background-color:	#CCCCCC;
	border-color:		#fff;
	border-style :		solid;
	border-width :		1px;
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	margin:				2px 5px 2px 5px;
	padding:			2px;
	text-align:			left;
}

table.OI td {
	border:				solid 1px #eee;
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	padding:			0 2px 0 2px;
}

table.OI .ftTDBlank {
	border:				solid 1px #fff;
}

table.OI .ftTDnoBack {
	background :		#fff;
}

table.OI .ftTDBlankRL {
	border-left :		solid 1px #fff;
	border-right :		solid 1px #fff;
}
table.OI .ftTDBlankL {
	border-right :		solid 1px #fff;
}

table.OI .ftTDBlankB {
	border-bottom:		solid 1px #fff;
}

td.ftTDBackGrey {
	background :		#eee;
}

/* EO styleSheetZMSCustom_FileItem */

/* BO styleSheetZMSCustom_Trailer */

div.Trailer {
}

.Trailer .Header {
	margin-bottom:	22px;
}

.Trailer img {
}

.zmi .Trailer img {
	margin:			4px 4px 4px 4px;
	max-width:		500px;
	max-height:		100px;
}

.Trailer h1 {
	color:			black;
	font-size:		145%;
	margin:			20px 10px 3px 15px;
}

.Trailer h1.Subtitle {
	margin-top:		2px;
}


.Trailer h1.Overlay {
	color:			white;
	opacity:		0.5;
	filter:			alpha(opacity=50);
	
}

.Trailer p {
	margin:			0px 0px 0px 15px;
	font-weight:	bold;
}

/* Druckansichten */

body.print .Trailer img {
	display: none;
}

@media print
{
	.Trailer div {
		width:			600px;
	}
	.Trailer  img {
		display:		none;
	}
}

/* EO styleSheetZMSCustom_Trailer */


/* BO styleSheetZMSCustom_JobAdvertisement  */

div.JobAdvertisement {
	margin:			20px 0px 20px 0px;

}

div.JobAdvertisement table,
div.JobAdvertisement td
{
	vertical-align:		top;
	background-color:	transparent;
}

div.JobAdvertisement .location,
div.JobAdvertisement .position,
div.JobAdvertisement .company
 {
	font-weight:	bold;
}

div.JobAdvertisement .heading {
	font-weight:	bold;
}

div.JobAdvertisement p,
div.JobAdvertisement li {
	font-weight:	normal;
	color:			#3E3E3E;

}

/* EO styleSheetZMSCustom_JobAdvertisement  */


/* BO styleSheetZMSCustom_InfoBox */

div.InfoBox {
	margin:			10px 15px;
}

.InfoBox div.Header {
}

.InfoBox div.Text	{
	margin:			4px 0px;
}

#web .InfoBox div.ZMSGraphic {
	margin:			0px 8px 4px 0px;
}
/* EO styleSheetZMSCustom_InfoBox */


/* BO styleSheetZMSCustom_InfoBoxPage */

/* EO styleSheetZMSCustom_InfoBoxPage */


/* BO styleSheetZMSCustom_QuickLink */

div.QuickLink {
	margin:			10px 15px;
}

.QuickLink div.Header {
}

.QuickLink div.Text	{
	margin:			4px 0px;
}

/* EO styleSheetZMSCustom_QuickLink */



@media print
{
	* {
		margin:				0px;
		padding:			0px;
	}
	
	body {
		padding:			50px 20px 30px 20px;
	}
	table.Page tr#header,
	table.Page tr#header2,
	table.Page tr#header3,
	table.Page tr#main .Left,
	table.Page tr#main .Right,
	table.Page tr#footer {
		display:			none;
	}
	
	#toolbox {
		display:			none;
	}
	
	input,
	select,
	option {
		display:			none;
	}
}



/* EO styleSheetZMSCustom.css */




table.Page tr#main td.Left {
  font-size:100% !important;
  }
table.Page tr#main td.Middle {
  padding:0px 25px;
  }

#metanavigation input[type="text"] {
  width:165px;
}

h1.title, h2, h3, h4 {
  margin-left:15px !important;
  clear:left;
  }
h2 { font-size: 14px }
h3 { font-size: 13px }
h4 { font-size: 12px; }

em {
  color: #B6322E;
  font-style:normal;
}

p.description {
  font-weight:bold;
  margin-top:0px !important
  }
div#titleimage {
  margin:15px;
  float:left;
  position:relative;
  top: 2px;
  }

div#teaser {
  width:168px;
  margin:auto;
}
div#teaser div.ZMSTeaserElement {
  width:166px;
  margin:auto;
}

div.ZMSTeaserElement div.title {
  padding:2px 10px;
}
div.ZMSTeaserElement div.title,
div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited {
  color:white;
}

div.ZMSTeaserElement div.text {
  padding:3px 15px;
  }
div.ZMSTeaserElement div.graphic {
  padding:5px 10px;
  background-color:white;
  }

div.ZMSTeaserElement div.text a {
  white-space:nowrap;
}

#rubriken, .leftbox {
  background-color: #dce0ea;
  border: 1px solid white;
  width:auto;
  margin:5px 10px;
  }
.leftbox {
  padding:10px 0px 10px 0px;
  }

  #home_links li {
                  padding-left:10px;
                  background-repeat: no-repeat;
                  background-position: 0px 3px;
                  background-image: url(http://newsletter.ias-gruppe.de/instance/css/common/icon_raquo.gif);
                  }

  #home_links li a:link,
  #home_links li a:visited {   }

  #home_links li a:hover,
  #home_links li a:active { font-weight:normal; }



  #submenu {
    width: auto;
    overflow: hidden;
    margin: 0 5px;
    padding:0;
    list-style-type: none;
  }

  #submenu ul { list-style-type: none; margin:0; padding: 0; }
  #submenu li { float:left; width: 100%; margin:0; padding: 0; line-height:1.3em;
                margin-left:0px; font-size:100%; color:#666}

  #submenu a,
  #submenu strong {
    display:block;
    width: 90%;
    padding: 2px 0px 2px 10%;
    text-decoration: none;
    background-color:transparent;
  }

  #submenu li span {
    display:block;
    width: 100%;
    /* font-weight: bold; */
    cursor:pointer;
  }

  /* Level 1 */
  #submenu li a { width: 93%; padding-left: 7%;
                  margin-bottom:5px;
                  background-repeat: no-repeat;
                  background-position: 0px 4px;
                  background-image: url(http://newsletter.ias-gruppe.de/instance/css/common/icon_raquo.gif);
                  }

  #submenu li a.active,
  #submenu li a:focus,
  #submenu li a:hover,
  #submenu li a:active { color: #4E6B96; }

  #submenu li.active {
     margin-bottom:5px;
     }


  /* Level 2 */
  #submenu li ul li a { font-size: 90%; line-height: 1.1em;
                        margin-bottom:0px;
                        padding-top: 2px; padding-bottom:1px;
                         }
  #submenu li ul li { margin-left:10px;  }

  #submenu li ul li a.active,
  #submenu li ul li a:focus,
  #submenu li ul li a:hover,
  #submenu li ul li a:active { color: #4E6B96;
                        /* background-image: none; */
                         }

  #submenu li.active ul li { margin-bottom:4px;  }

  /* Level 3 */
  #submenu li ul li ul li a { padding: 1px 0em 1px 18%;
                              background-position: 13% 5px; }
  #submenu li ul li ul li a.active,
  #submenu li ul li ul li a:focus,
  #submenu li ul li ul li a:hover,
  #submenu li ul li ul li a:active {background-image: none; }

  #submenu li.active ul li ul li {  margin-bottom:0px;  }

  /* Level 4 */
  #submenu li ul li ul li ul li a { padding: 1px 0em 1px 25%;
                                    background-position: 19% 5px; }
  #submenu li ul li ul li ul li a.active,
  #submenu li ul li ul li ul li a:focus,
  #submenu li ul li ul li ul li a:hover,
  #submenu li ul li ul li ul li a:active { }

/* EO client stylesheet.css */


