/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Boxes on left side  */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

div.infoPresseHeader,
div.infoHeader_blue,
div#links div.content_blue h1 {
    background:url(../images/header-b.gif) repeat-y #546076;
    color:#fff;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    padding:2px 0 2px 28px;
	margin:0px;
}

.infoPresse,
.infoBody_blue,
div#links div.content_blue .bodytext {
    background-color:#CBD0DA;
    margin-bottom:10px;
}

div.infoAkaHeader,
div.infoHeader_yellow,
div#links div.content_yellow h1 {
    background:url(../images/header-y.gif) repeat-y #DABB23;
    color:#fff;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    padding:2px 0 2px 28px;
	margin:0px;
}

.infoAka ,
.infoBody_yellow,
div#links div.content_yellow .bodytext {
    background-color:#F4ECC1;
    margin-bottom:10px;
}

div.infoJakaHeader,
div.infoHeader_red,
div#links div.content_red h1 {
    background:url(../images/header-r.gif) repeat-y #CC3366;
    color:#fff;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    padding:2px 0 2px 28px;
	margin:0px;
}

.infoJaka,
.infoBody_red,
div#links div.content_red .bodytext {
    background-color:#EFDAE0;
    margin-bottom:10px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Boxes on right side */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

div#rechts div.csc-default h1,
div.infoHeader {
    background-color: #fff;
    color:#333;
    padding:2px 0;
    text-transform: uppercase;
    font-size:11px;
    line-height:14px;
    border-bottom:1px solid #555;
}

div#rechts div.csc-default p,
.info,
.infoBody {
    background-color:#fff;
    padding:10px 0;
    border-bottom:1px dotted #555;
    line-height:16px;
}

div#rechts div.csc-default h1 {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	padding:14px 0 0 0;
	margin:0px;
	background: none;
}
div#rechts div.csc-default div.csc-header-n1 h1 {
	padding:0px;
}



/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Boxes on center */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

div#inhalt h1 {
	font:20px "Times New Roman", Georgia;
	padding:3px 0px 3px 42px;
	margin:3px 0px 6px 0px;
	border:0 none #fff;
	line-height: 24px;
	clear:both;
	color:#fff;
	background:#CC3366 url(../images/heading_r.gif) repeat-y;
}
div#inhalt div.content_red h1 {
	background:#CC3366 url(../images/heading_r.gif) repeat-y;
}
div#inhalt div.content_yellow h1 {
	background:#DABB23 url(../images/heading_y.gif) repeat-y;
}
div#inhalt div.content_blue h1 {
	background:#546076 url(../images/heading_b.gif) repeat-y;
}

.important {
	color:#CC3366
}

.align-right {
	text-align:right;
}


table.contenttable,
table.contenttable tr,
table.contenttable tr td {
	border:0;
}

table.contenttable thead,
table.contenttable thead tr,
table.contenttable thead tr th,
table.contenttable thead tr th p.bodytext {
	padding:0px;
	margin:0px;
	font-weight:bold;
}

table.contenttable tbody,
table.contenttable tbody tr,
table.contenttable tbody tr td,
table.contenttable tbody tr td p.bodytext {
	padding:0px;
	margin:0px;
}

.csc-textpic-caption {
	color:#444444;
	font-size:11px;
	font-style: italic;
}

.csc-textpic-imagewrap {
	margin-top:8px;
}

div#inhalt h2 {
	font-size:18px;
	font-weight:bold;
	margin:10px 0px 2px 0px;
	padding:0px;
}

div#inhalt h3 {
	font-size:15px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
	padding:0px;
}

div#inhalt h4 {
	font-size:12px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
	padding:0px;
}




/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* FARBFELDER */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.colorFields {
    text-align:left;
    padding:0;
    margin:0;
    width:940px;
    clear:both;
}

div#kopf div.colorFields {
    width:709px;
}

div#kopf div.colorFields div,
div#fuss div.colorFields div {
    height:8px;
	line-height: 8px;
}

.color_presse,
.color_blue {
    background-color:#546076;
    width:55%;
    float: left;
    height:8px;
}

.color_aka,
.color_yellow {
    background-color:#DABB23;
    width:29%;
    float: left;
    height:8px;
}

.color_jaka,
.color_red {
    background-color:#CC3366;
    width:16%;
    float: left;
    height:8px;
}

