/*Das Stylesheet setzt CIWI-spezifische Klassen und einige Overrides für vorhandene Standardelemente*/

em {
  font-style: italic;
}

/*Definiert Hauptstyles für Newsbereich*/

#CIWINewsContainer {
	padding-left: 25px;
	padding-right: 30px;
	padding-bottom: 30px;
	text-align: justify;

}

#CIWIMain {
	clear: both;
	display: block;
	margin: 0em 2em 0em 2em ! important;
	padding: 1em 0em 1em 0em ! important;
	color: #666666;
	text-align: justify;

}

#CIWIMainNoPadding {
	clear: both;
	display: block;
	margin: 0em 2em 0em 2em ! important;
	padding: 1em 0em 0em 0em ! important;
	color: #666666;
	text-align: justify;

}

.CIWIbg {
background-image: url('/images/gui/farbverlauf.jpg');
background-repeat: repeat-x;
background-position: bottom left;
background-attachment: fixed;
}

.MainText {
	text-align: left;
	line-height: 140%;
	color: #666666;
}


.MainTextSmall {
	text-align: justify;
	font-size: 11px;
	line-height: 130%;
}

.citation {
	text-align: left;
	font-style: italic;
	padding-left: 2em;
	
	line-height: 140%;
	color: #333333;
}

.TinyText {
	text-align: left;
	
	font-size: 10.5px;
	color: #666666;
}

.PicDesc {
	text-align: left;
	
	font-size: 8.5px;
	font-style: italic;
	padding-bottom: 15px;
}

.InlinePic {
	padding-top: 10px;
	vertical-align: top;
}

.AddressBlock {
	text-align: left;
	
	padding-left: 1em;
	font-size: 8.5px;
	color: #666666;
}

.MainHeader {
	text-align: justify;
	
	line-height: 130%;
	font-weight: bold;
	color: #666666;
}

.MainTextEM {
	text-align: justify;
	line-height: 130%;
	font-weight: bold;
	color: #ABB6D1;
}

#CIWINews {
	padding-left: 25px; /*210px*/
	padding-bottom: 20px;
	padding-right: 30px;
	padding-top: 20px;
	color: #666666;
	text-align: justify;
	
}

.DateElement {
	font-size: 10px;
	color: #999999;
}

.NewsHead {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #094991;
}

.NewsSubHead {
	font-weight: bold;
	font-size: 12px;
}

.NewsLead {
	font-style: italic;
	font-size: 12px;
	line-height: 130%;
}

.NewsText {
	text-align: justify;
	font-size: 12px;
	line-height: 130%;
}

.NewsRightDate {
	display: block;
	text-align: left;
	color: #094991;
}

.NewsBoxBlue {
	border: 2px;
	border-color: #ABB6D1;
}

#NewsRight {
	display: block;
	text-align: left;
	padding-bottom: 10px;
}
