/* reset the formatting for all elements */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	line-height: 125%;
}
/* remvoe the outline for focussed elements */
*:focus {
	outline: 0;
}

/* set default font-color */
* {
	color: #133072;
}

/* do not set the default font with html * */
/* this will cause problems with different fonts and inline tags, like strong and em */
body {
	font-family: arial, sans-serif;
	font-size: 12px;
}
*html body {
	font-size: 75%;
}
*+html body {
	font-size: 75%;
}

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

/* common block element settings */
h1, h2, h3, h4, h5, h6, 
p, ol, ul, dl, pre, 
blockquote, table, form {
	/*font-size: 12px;*/
	margin: 0 0 1em 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/* headlines [h1-h6] */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}


h1 {
	font-size: 15px;
	margin: 18px 0px 8px 0px;
	color: #17407e;
}
h2 {
	font-size: 13px;
	margin: 15px 0px 8px 0px;
	color: #17407e;
}
h3 {
	font-size: 12px;
	margin: 6px 0px 8px 0px;
}
h4 {
	font-size: 12px;
	margin: 6px 0px 8px 0px;
	color: #17407e;
}
h5 {
	font-size: 11px;
}


a,
a * {
	text-decoration: underline;
	color: #820D2A;
}

a.external-link-new-window {
	padding-right: 12px;
	background: transparent url('../gfx/external_link_bg.gif') right top no-repeat;
}

a .protect {
	display: none;
}

abbr a,
dfn a,
acronym a {
	color: #133072;
	text-decoration: none;
	border-bottom: 1px dotted #133072;
	cursor: help;
}

sub {
	vertical-align: sub;
	font-size: 80%;
}

sup {
	vertical-align: super;
	font-size: 80%;
}

table p {
	margin:0;
}

/* paragraph, pre, blockquote */
pre {
	font-family: courier;
}
code {
	font-family: courier;
}
blockquote {
	margin-left: 0.25em;
}


/* lists [ul, ol, dl] */
ul,
ol,
dl {
	padding-left: 1em;
}
.content_box_postit ul,
.content_box_postit ol,
.content_box_postit dl {
	padding-left: 0;
}
.content_box_postit ul li,
.content_box_postit ol li {
	font-size: 11px;
}

/* disabled margin in nested lists */
ul ul,
ul ol,
ol ul,
ol ol {
	margin-top: 0.25em;
	margin-bottom: 0;
}
ul li,
ol li {
	padding: 0.25em 0 0.25em 0;
}

#content ul li,
#content_border ul li {
	list-style-type: none;
	padding: 0.25em 0 0.25em 12px;
	background: url(../gfx/arrow_single_red.gif) no-repeat left 6px;
}
#content ol,
#content_border ol {
	margin-left: 12px;
}
#content ol li,
#content_border ol li {
	padding: 0.25em 0 0.25em 0;
	background: transparent none;
	list-style: decimal;
}

ul.blue-dot {
	margin-left: 12px;
}

#content ul.blue-dot li,
#content_border ul.blue-dot li {
	list-style-type: disc;
	padding: 0.25em 0 0.25em 0;
	background: none;
}

dl dt {
	font-weight: bold;
}
dl dd {
	margin: 0 0 0.5em 0;
}


/* table [table, tr, th, td] */
table {
	border-collapse: collapse;
	border: 1px solid #bababa;
}

table tr th,
table tr td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #bababa;
	padding: 0.5em;
}

table tr th {
	font-weight: bold;
	background: #ebebeb;
}


/* forms [form, fieldset, input, ...] */
form {
}

fieldset {
	display: block;
	border: 0;
	padding: 0;
	margin: 0 0 0.5em 0;
	vertical-align: top;
}

fieldset legend {
	padding: 0;
	margin: 0;
}
/* the line height is fixed and different between label and input */
label {
	display: block;
	float: left;
	width: 150px;
	line-height: 150%;
	padding: 0;
}



/**
 * general csc-mailform settings
 * define a width for inputs and textareas
 */
input,
textarea,
select {
	border: 1px solid #6378a6;
	font-family: inherit;
	font-size: inherit;
	color: black;
	line-height: 120%;
	width: 190px;
}
/* typo specific mailform options */
input.csc-mailform-radio,
input.csc-mailform-check {
	border: 0;
}
input.csc-mailform-submit,
input.csc-mailform-radio,
input.csc-mailform-check {
	width: auto;
}

.csc-mailform-field {
	clear: both;
	margin: 0;
	padding: 0 0 1em 0;
}

.csc-mailform-radio legend {
	display: none;
}
/* change this based on your column width */
.csc-mailform-radio label {
	width: auto;
	width: 80%;
}
.csc-mailform-radio input {
	clear: both;
	float: left;
}
.csc-mailform-label {
	font-weight: bold;
	display: block;
	padding: 5px 0;
}


/* additional styles for modified checkbox rendering */
.csc-mailform .checkbox dl dt {
	width: 160px;
	float: left;
	text-align: right;
	padding: 0 5px 0 0;
}
.csc-mailform .checkbox dl dd {
	float: left;
	width: 400px;
}
.csc-mailform .checkbox label {
	width: auto;
}

/* adjust padding in csc-mailform when used in content_box_02 */
#content .content_box_02 .csc-mailform {
	padding: 10px;
}

/**
 * csc-mailform
 * specific csc-mailform settings (e.g. when used in border column
 */
#content_border .csc-mailform-field {
	padding: 0;
}
#content_border .csc-mailform .checkbox dl dd {
	float: left;
	width: 160px;
}
#content_border .csc-mailform .checkbox dl dt {
	width: 20px;
}


/* clear because images float */
.csc-textpic,
.csc-header {
	clear: both;
}

/* remove padding in dl - interacts with the typo image rendering */
.csc-textpic dl {
	padding: 0;
}

/* different typo frames */
.csc-frame-rulerBefore {
	border-top: 1px solid black;
}

.csc-frame-rulerAfter {
	border-bottom: 1px solid black;
}

.csc-frame-indent {
	margin-left: 5%; 
}

.csc-frame-indent3366 {
	margin-left: 33%;
}

.csc-frame-indent6633 {
	margin-left: 66%;
}

.csc-frame-invisible {
	display : none;
}


/****************/
/* addons bk/np */
/****************/

a img {
	border: 0;
}

/* fixes for box content with images in scope of box element */

.box_1 .csc-textpic-intext-left-nowrap h1,
.box_1 .csc-textpic-intext-left-nowrap h2,
.box_1 .csc-textpic-intext-left-nowrap h3,
.box_1 .csc-textpic-intext-left-nowrap h4,
.box_1 .csc-textpic-intext-left-nowrap h5,
.box_1 .csc-textpic-intext-left-nowrap h6 {
	margin: 0;
	padding: 4px 0;
}

/* rte */

a.arrow {
	color: #820D2A;
	background-image: url(../gfx/arrow_double_red.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 11px;	
}

/* form styling */
.np-registration-field,
.np-eventmgmt-field,
.dmail-formline,
.felogin-field {
	clear: both;
	padding: 0 0 5px 0;
}
.np-registration-hidden,
.np-eventmgmt-hidden,
.dmail-hidden,
.felogin-hidden {
	display: none;
}

h1.graphicalHeader01 {
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0px 8px 0px;
	color: #133072;
	border-bottom: 1px solid #91002D;
}
.box_1 h1.graphicalHeader01 {
	margin: 0 0 8px 0;
}
h1.graphicalHeader02 {
	font-size: 16px;
	font-weight: normal;
	margin: 18px 0px 8px 0px;
	color: #133072;
}

h1.graphicalHeader03 {
	font-size: 16px;
	font-weight: normal;
	margin: 35px 0px 8px 0px;
	color: #820D2A;
}
.content_box_01_content h1.graphicalHeader03 {
	margin: 10px 0px 8px 0px;
}
h1.graphicalHeader04 {
	font-size: 17px;
	font-weight: bold;
	margin: 18px 0px 8px 0px;
	color: #820D2A;
}

h1.graphicalHeader05 {
	font-size: 20px;
	font-weight: normal;
	margin: 18px 0px 8px 0px;
	color: #133072;
	border-bottom: 1px solid #91002D;
}

#main_col_right h1.graphicalHeader04 {
	margin: 15px 0px 8px 22px;
}
/* reset for searchbox and call back form */
#main_col_right #menu_search h1,
#main_col_right .content_box_02 h1 {
	margin-top: 0;
}

.content_box_02 h1.graphicalHeader04,
#main_col_right .content_box_02 h1.graphicalHeader04 {
	background-image: url(../gfx/background_graphical_header.jpg);
	background-repeat: no-repeat;
	background-position: 16px bottom;
}

/* block elements in scope of right column */
#main_col_right p {
	padding: 0 25px 0 38px;
}

#main_col_right ul,
#main_col_right ol,
#main_col_right div.csc-textpic,
#main_col_right form {
	padding: 0 25px 0 38px;	
}

/* avoid cascade */
#main_col_right div.csc-textpic p {
	padding: 0;
}

/* added padding so image is on the same level as text */
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	padding-top: 34px;
}

*html .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	padding-top: 52px;
}

.content_box_01_content .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	padding-top: 7px;
}

*html .content_box_01_content .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	padding-top: 25px;
}

/* remove the padding, if the box is in accordion, the header can be hidden */
.npaccord-content .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	padding-top: 0;
}
*html .npaccord-content .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	padding-top: 0;
}



ul.single-arrow {
	list-style-type: none;
}

ul.single-arrow li {
	background-image: url(../gfx/arrow_single_red.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
}

ul.double-arrow {
	list-style-type: none;
}

ul.double-arrow li {
	background-image: url(../gfx/arrow_double_red.gif);
	background-repeat: no-repeat;
	background-position: left 7px;	
	padding-left: 12px;
}

/* Fix for unordered and ordered list with image "In text, left" */
.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {padding-left: 1em; overflow: auto; height: 1%; }


