#content
{
	margin: 10px 20px 20px 25px;
	padding: 0 0 0 0;
	/*width: 600 - 20 (padding) - 2x1 (border)*/
	width: 530px ;
	vertical-align: top;
	color: #262626;
	background: #fff;
	text-align: left;
	float: left;
	font-size: 0.8em;
}

.maincontent_simple
{
	width: 700px;
}

/*********/
/* links */
/*********/
#content a, a.htmlcontent, #htmlcontent a, #rightColumn a
{
	font-weight: bold;
	color: rgb(255,128,0);	
	text-decoration: underline;
	padding: 0 0 0 0; /*background: url("/images/o_link.gif") no-repeat;*/
}
#content a:hover,  #htmlcontent a:hover
{
	text-decoration: underline;
}


/* LINK Mit Pfeil-Symbol */
#content .link, #content .link:link, #content .link:active, #content .link:visited {
	text-decoration: underline;
	padding: 0 0 0 20px;
	background: url("/images/arrow.gif") no-repeat;
	background-position: left 0px;
}
#content .link:hover {
	text-decoration: underline;
	background: url("/images/arrow.gif") no-repeat;
	background-position: left 0px;
}

/* LINK Mit PDF-Symbol */
#content .linkpdf, #content .linkpdf:link, #content .linkpdf:active, #content .linkpdf:visited {
	text-decoration: underline;
	padding: 0 0 0 20px;
	background: url("../kxp/images/linktype/link-pdf.gif") no-repeat;
	background-position: left 0px;
}
#content .linkpdf:hover {
	text-decoration: underline;
	background: url("../kxp/images/linktype/link-pdf.gif") no-repeat;
	background-position: left 0px;
}

/**************/
/* breadcrumb */
/**************/
#breadcrumb
{
	color: rgb(43,85,138);
	margin: 0 0 20px 0;
}
#breadcrumb a, .parentlist a
{
	color: rgb(43,85,138);
	font-weight: normal !important;
}
	
/*****************/
/* center column */
/*****************/
#content h1
{
	color: rgb(255,128,0);
	font-size: 1.2em;
	/* text-align: center; */
}
#content h2
{
	color: #262626;
	font-size: 1.2em;
}
#content h3
{
	color: rgb(255,128,0);
	font-size: 1em;
	font-weight: bold;
}
#content h4
{
	color: #262626;
	font-weight: bold;
	font-size: 1em;
}
/*
.htmlcontent, #htmlcontent
{
	margin: 0px 10px 0 24px;
	padding: 0 0 0 0;
	vertical-align: top;
	background: White;
	font-size: 12px;
	text-align: left;
	width: 529px;
}
*html .htmlcontent, #htmlcontent
{
	width: 547px;
}
*/
#content_header
{
	background: #dddddd;
	height: 24px;
	color: #262626;
	text-align: left;
	padding: 4px 0 0 4px;
	margin: 0 10px 0 20px;
	font-weight: bold;
}

#content p
{
	margin: 0 0 0.7em 0;
	line-height: 150%;
}
 
.cmsiframe
{
	width:500px;
	height :600px;
}

#karriere {
	width: 400px;
	max-width: 400px;
	margin: 0px auto 0px 73px;
	padding: 0;
	background-color: #dadada;
	border: 2px solid black;
	text-align: center;
}
#karriere .grayspacer {
	background-color: #999999;
	margin: 0 0 20px 0;
	padding: 0;
	height: 260px;
}
#karriere .headline {
	font-size: 15px;
	padding: 0px 20px 20px 20px;
	font-weight: bold;
	text-align: left;
}
#karriere .karriereposition {
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
}
#karriere .karrieretext {
	margin: 0px 0 0 0px;
	padding: 0px 20px 15px 20px;
	font-size: 11px;
	text-align: justify;
}


