/* 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;
}

/* 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: 13px;
	color: #ffffff;
}

/*
*html body {
	font-size: 75%;
}
*+html body {
	font-size: 75%;
}
*/


.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.nowrap {
	white-space: nowrap;
}



/* 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;
}

h1 {	
	font-size: 170%;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}

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 {
	margin-left: 0.25em;
}


/* lists [ul, ol, dl] */
ul,
ol,
dl {
	padding-left: 30px;
}

ul {
	list-style-type: square;
	padding-left: 20px;
}
/* disabled margin in nested lists */
/* set the padding to the padding in default ul */
ul ul,
ul ol,
ol ul,
ol ol {
	margin-top: 0.25em;
	margin-bottom: 0;
	padding-left: 20px;
}
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;
}

dl dd.csc-textpic-caption  {
	font-size: 95%;
	padding: 5px 0 0 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;
}
/* define a width for inputs and textareas */
input,
textarea,
select {
	border: 1px solid #bababa;
	font-family: inherit;
	font-size: inherit;
	color: #304c71;
	line-height: 120%;
	width: 365px;
	background-color: #B6CDE0;
}

* html input {
	width: 360px;
}

* html textarea {
	width: 360px;
}

* html select {
	width: 360px;
}

* +html input {
	width: 362px;
}

* +html textarea {
	width: 362px;
}

* +html select {
	width: 362px;
}
/* typo specific mailform options */



input.csc-mailform-radio,
input.csc-mailform-check {
	border: 0;
	background-color: #1F4260; /*same as content background, needed for IE*/
}
input.csc-mailform-submit,
input.csc-mailform-radio,
input.csc-mailform-check {
	width: auto;
}

input.csc-mailform-submit {
	width: 180px;
}

.csc-mailform-field,
.felogin-field {
	clear: both;
	margin: 0;
	padding: 0 0 1em 0;
}

/* submit buttons */
.csc-mailform .csc-mailform-submit,
.felogin-field .submit {
	margin-left: 150px;
}


.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;
}


/* 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 #989898;
}

.csc-frame-rulerAfter {
	border-bottom: 1px solid #b0b2cf;
	margin: 20px 0;
}

* html .csc-frame-rulerAfter {
	margin: 5px 0 20px 0;
}

.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 */
/****************/

p {
	line-height: 140%;
}

a,
.filelinks a { 
	color: #FFFFFF;
	text-decoration: underline;  	
}

a .protect {
	display: none;
}

hr {
	height: 1px;
	background-color: white;
	border: 0;
	border-top: 1px solid #989898;
}

h1 {
	color: #D29B64;
	font-size: 24px;
	font-family: Helvetica Condensed, arial, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #b0b2cf;
	margin-bottom: 20px;
}

/* IE6 */
* html h1 {
	height: 24px;
	overflow: visible;
} 

h2, h3, h4, h5, h6 {
	color: #D29B64;
	font-size: 17px;
	font-weight: normal;
	font-family: Helvetica Condensed, arial, sans-serif;
}

/* Header date */
p.csc-header-date { 
	font-size: 90%; 
	color: #186900; 
}

a img {
	border: 0;
}

.csc-firstHeader {
	margin-top: 0;
}

/* fix alignment with headline */
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	margin-top: 4px;
}

* html .csc-textpic-intext-left-nowrap h1,
* html .csc-textpic-intext-left-nowrap h2 {
	margin-top: 0px;
}

/* ie7 fix */
* +html div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	padding-bottom:10px;
}

/* fix bug in T3 default css */
.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
	height:auto;
	overflow:auto;
	padding-left:40px;
}

