@import url('/Read/Templates/it-direkt/css/layout_3col_vlines.css');

@import url('/Read/Templates/IT-Direkt/css_recycle/IT-Direkt_General.css');


/*
 * Inhaltsbereich
 */
	#main {
		
		margin-top: 10px;
		padding: 0px 0px;
	}
	#col1 {
		width: 211px;
	}
	#col1_content {
		margin: 0px 0px 0px 10px;
		padding: 0px 0px;
	}
	#col2 {
		width: 211px;
	}
	#col2_content {
		margin: 0px 10px 0px 0px;
		padding: 0px;
	}
	/* fiese Eigenschaften aus basemod.css vererbt! */
	#col2_content img {
		border: none;
	}
	#col3 {
		width: auto!important; /*438px;*/
		margin: 0px 231px 0px 231px;
		border: none;
		/*border-left: 1px dashed #1987c5;
		border-right: 1px dashed #1987c5; */
	}
	#col3_content {
		margin: 0px;
		padding: 0px;
	}
	.subcolumns {
		margin: 0px;
		padding: 0px;
	}
	.c50l {
		width: 453px;
	}
	.c50r {
		width: 201px;
	}
	.subcl {
		margin: 0px 12px;
		padding: 0px;
	}
	.subcr {
		margin: 0px;
		padding: 0px;
	}

	/* Text-Styling */
		#col3 a {
			font-weight: bold;
			text-decoration: none;
			color: #b76222;
		}
		#col3 a:hover {
			font-weight: bold;
			text-decoration: none;
			color: #fff;
			background-color: #f4832e;
		}
	
		h1, h2, h3, h4, h5, h6 {
			font-family: Verdana, Tahoma, Arial;
		}
		
		h1 {
			color: #f4832e; /*#1e4773;*/
			font-size: 18px;
		}
		h2 {
			color: #1e4772; /*#f4832e;*/
			font-size: 14px;
			/*border-bottom: 2px solid #f4832e;*/
		}
		h3 {
			color: #9eca18;
			font-size: 14px;
		}
		h5 {
			font-size: 12px;
		}
		h6 {
			font-size: 11px;
		}
		

	/* YAML-fremde Stylesheets  */
		#content_principal_line {
			position: relative;
			width: auto;
			height: 150px;
			margin: 10px 10px 20px 10px;
			padding: 0px;
			display: block;
		}
		#principal_line_img {
			position: absolute;
			top: 0px; left: 0px;
			width: 679px;
			height: 150px;
			overflow: hidden;
			background-color: #fef9f4; /*der Bereich ließ sich ohne Hintergrund nicht editieren deshalb hier noch mal der Hintergrund vom Hintergrund - merkwürdiger Hack*/
		}
		#principal_line_txt {
			position: absolute;
			top: 0px;
			left: 679px;
			width: 201px;
			height: 150px;
			text-align: right;
			vertical-align: middle;
			overflow: hidden;
			background-color: #9eca18;
		}
		#principal_line_txt_content {
			width: auto;
			height: auto;
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			font-style: normal;
			padding: 15px 5px;
		}
		#principal_line_txt_content p {
			line-height: 17px;
		}
	/* Ende YAML-fremde Stylesheets */
/*
 * ENDE (Inhaltsbereich)
 */
 
  	#pdftest { font-size:48px; color:#f00; font-style:italic; }

