/* reset the formatting for all elements */
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 125%;
}
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;
}

/* common block element settings */
h1, h2, h3, h4, h5, h6, 
p, ol, ul, dl, pre, 
blockquote, table, form {
	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;
	margin: 0.5em 0 0.25em 0;
}

/* Start: H1 ---------------------------------*/
h1,h2 {	
	font-size: 140%;
	color: #0098af;
	margin-top: 1.5em;
	margin-bottom: 0.7em
}
.npaccord-wrap h3.h1,
.npaccord-wrap h3.h2 {
	margin: 0;
	padding-top: 1.5em;
	padding-bottom: 0.7em;
}

.csc-header-n1 h1,
.csc-frame-frame1 h1,
.csc-frame-frame2 h1,
.csc-header-n1 h2,
.csc-frame-frame1 h2,
.csc-frame-frame2 h2 {
	margin-top: 0;
}
h1 a {
	color: #0098af;
}

/* Start: H2 ---------------------------------*/
h2,
h3.h2,
h2 a {
	color: #000;
}

/* Start: H3 ---------------------------------*/
h3, h4 {
	font-size: 120%;
	margin-bottom: 0.5em;
	margin-top: 1em;
	color: #0098AF;
}
.npaccord-wrap h3.h3,
.npaccord-wrap h3.h4 {
	margin: 0;
	padding-bottom: 0.5em;
	padding-top: 1em;
}
.csc-frame-frame1 h3,
.csc-frame-frame2 h3,
.csc-frame-frame1 h4,
.csc-frame-frame2 h4 {
	margin-top: 0;
}

/* Start: H4 ---------------------------------*/
h4,
h3.h4,
h4 a {
	color: #000;
}

h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
}

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 {
	font-weight: bold;
	font-size: 110%;
	color: #0098AF;
	line-height: 110%;
}

#page_content_container blockquote a {
	color: #0098af;
}


/* lists [ul, ol, dl] */
ul,
ol,
dl {
	padding-left: 2.5em;
}
/* disabled margin in nested lists */
ul ul,
ul ol,
ol ul,
ol ol {
	margin-top: 0.25em;
	margin-bottom: 0;
}
ul li {
	padding: 0.25em 0 0.25em 0;
}

ol li {
	padding: 0.25em 0 0.25em 0;
}

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;
}

label {
	display: block;
	float: left;
	width: 170px;
	padding: 3px 10px 3px 0;
}
input,
textarea {
	border: 1px solid #bababa;
	font-family: inherit;
	font-size: inherit;
	color: black;
}
/* typo specific mailform options */
input.csc-mailform-radio,
input.csc-mailform-check {
	border : 0;
}

.csc-mailform-field {
	clear:both;
	margin: 0;
	padding: 0 0 0.5em 0;
}

.csc-mailform-radio legend {
	display: none;
}

.csc-mailform-radio input {
	clear: both;
	float: left;
}


/* 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-frame1,
.csc-frame-frame2 {
	margin-bottom: 1em;
}

.csc-frame-frame1 {
	border: 1px solid #0098af;
	padding: 10px 10px 0 10px;
}
.csc-frame-frame2 {
	background-color: #cceaef;
	border: 1px solid #cceaef;
	padding: 10px 10px 0 10px;
}

/* Frame Ruler After */
.csc-frame-rulerAfter {
	border-bottom: 1px solid #0098af;
}

/* Frame Ruler Before */
.csc-frame-rulerBefore {
	border-top: 1px solid #0098af;
}
.csc-frame-indent {
	margin-left: 5%; 
}

/* Frame Indent 33 - 66 */
.csc-frame-indent3366 {
	margin-left: 33%;
}
*html .csc-frame-indent3366 {
	margin-left: 237px;
}


/* Frame Indent 66 - 33 */
.csc-frame-indent6633 {
	margin-left: 0;
	margin-right: 33%;
}
*html .csc-frame-indent6633 {
	margin-right: 237px;
}

.csc-frame-invisible {
	display : none;
}



