@charset "UTF-8";
/**
 * PAP BASIC CSS Layout - Right Content
 * 
 */

@media all
{

.unsichtbar {
	display:none;
}


#col3_content { color: #888; }

#col3_content div.csc-textpic-imagewrap div {
  margin-right: 0 !important;
  margin-left: 20px
}

#searchform {
	background: transparent url("../img/search/search_bg2.gif") no-repeat top left;
	padding: 0 0 0 12px;	
}
#searchform input.itext {
	width: 110px;
	border: none;
	border: 0;
	margin: 25px 21px 16px 0;
}
#searchform input.isubmit {
	background:transparent url("../img/search/search_button.gif") no-repeat scroll left bottom;
	border:0 none;
	cursor:pointer;
	height:53px;
	width:34px;
}

#col3_content { color: #919DA5; }

#col3_content a { color: #888; text-decoration:none; }
#col3_content a:focus,
#col3_content a:hover,
#col3_content a:active { color: #97005e; }

#col3_content ul, ol, dl { line-height:1.5em; margin: 0 0 0.8em 0.25em; color:#888; }

#col3_content ul li,
#col3_content ol li { line-height:1.8em; }

#col3_content h2 {
	font-size: 140%;
	/* font-weight: bold; */
  margin: 0 0 0.5em 0;	
}

p.linkheadline {
	color: #73052a;
	font-weight: bold;
	font-size: 1.2em;
	margin: 20px 0 0 0;
}

#col3_content div.subcolumns {
	font-size: 90%;
	border-bottom: 1px solid #939393;
	margin: 5px 0;
}

#col3_content div.subcr {
	padding: 8px 3px 5px 2px;
}

#col3_content div div.subcl {
	padding: 8px 0 5px 0;
	overflow: hidden;
}

#col3_content div.subcl img{
	display: inline;
	float: left;
}

#col3_content p.printlink span {
  background:transparent url(../img/print_icon.gif) no-repeat scroll left center;
  display:inline-block;
  height:17px;
  padding:0 22px;
}

}