@CHARSET "UTF-8";

/* 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: 160%;
}
/* remove the outline for focussed elements */
*:focus {
	outline: 0;
}

body {
	font-family: arial,Verdana,sans-serif;
	font-size: 75%;
	color: #767676;
}

.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.nowrap {
	white-space: nowrap;
}
.clearer {
	display: block;
	clear: both;
	height: 0;
}


/* common block element settings */
h1, h3, h4, h5, h6, 
p, ol, ul, dl, pre, 
blockquote, table, form {
	margin: 0 0 0.5em 0;
	/*padding: 0 0 0.5em 0;*/
}
p {
	margin: 0;
	padding: 0 0 0.5em 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/* headlines [h1-h6] */
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	position: relative;
	font-weight: normal;
	margin: 0 0 0.25em 0;
	overflow: visible;
}

h1 {
	font-size: 160%;
	color: #64c329;
}


.box02 h1 {	
	color: #ffffff;
}
.homepage .box-content .headerNewspaper {
	padding: 0 0 0 50px;
	margin-top: -10px;
}
.iconNewspaper {
	position: absolute;
	background: transparent url(../gfx/icons/iconNewspaper.png) top left no-repeat;
	display: block;
	width: 55px;
	height: 45px;
	top: -20px;
	left: -10px;
}
.homepage .box-content .headerTwitter {
	padding: 0 0 0 40px;
	margin-top: -10px;
}
.iconTwitter {
	position: absolute;
	background: transparent url(../gfx/icons/iconTwitter.png) top left no-repeat;
	display: block;
	width: 55px;
	height: 45px;
	top: -15px;
	left: 0;
}
.homepage .box-content .headerRss {
	padding: 0 0 0 40px;
	margin-top: -10px;
}
.iconRss {
	position: absolute;
	background: transparent url(../gfx/icons/iconRss.png) top left no-repeat;
	display: block;
	width: 55px;
	height: 45px;
	top: -20px;
	left: -10px;
}

h2 {
	font-size: 115%;
	font-weight: bold;
	color: #444444;
	margin: 1.3em 0 0.25em 0;
	line-height: 120%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}


.box-content h1, .box-content h2, .box-content h3, .box-content h4, .box-content h5, .box-content h6 {
	margin: 0;
	padding: 1.3em 0 0.25em 0;
}

.homepage .box-content h1 {
	padding: 0 0 0.25em 0;
}



a {
	text-decoration: underline;
	color: #6AC700;
}

.flexibleBox-blue a {
	color: white;
}
.flexibleBox-green a {
	color: #444;
}

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;
	margin: 0;
	padding: 0 0 10px 0;
}
/* disable style in ul, the padding is added in li */
ul {
	list-style-type: none;
	padding-left: 0px;
}
/* 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 10px;
	background-image: url(../gfx/arrow_single_green.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
}

.flexibleBox-green ul li,
.flexibleBox-blue ul li {
	background-image: url(../gfx/arrow_single_white.gif);
}

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  {
	line-height: 120%;
	font-size: 90%;
	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;
}
.box-content form, .box-content form fieldset {
    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: 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,
.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 dotted #bababf;
}

.csc-frame-rulerAfter {
	border-bottom: 1px dotted #bababf;
}

.csc-frame-indent {
	margin-left: 5%; 
}

.csc-frame-indent3366 {
	margin-left: 33%;
}

.csc-frame-indent6633 {
	margin-left: 66%;
}

.csc-frame-invisible {
	display : none;
}



/****************/
/* tt_news      */
/****************/
.news-latest-container {
	padding: 0;
}
.news-latest-item {
	margin-top: 10px;
}
.news-latest-item h2 {
	font-size: 100%;
	clear: both;
}
.news-latest-item a {
	text-decoration: none;
}
.news-latest-item .news-latest-teaser {
	color: #767676;
}
.news-latest-item .news-latest-date {
	text-align: right;
}     


/****************/
/* addons bk/np */
/****************/



/*** file icons ***/
ul.filelist {
	padding: 0;
	list-style-type: none;
}

ul.filelist li {
	background-image: none;
	padding-left: 0;
}
.filelinks .filecount {
	visibility: hidden;
	display: none;
	margin: 0;
	padding: 0;
}
/* overrides the default type settings */
#content .filelinks div {
	background-image: url(../gfx/fileicons/default.gif) !important;
	background-repeat: no-repeat;
	padding: 4px 0 4px 24px;
	margin-bottom: 5px;
}
#content .filelinks .pdf {
	background-image: url(../gfx/fileicons/pdf.gif) !important;
} 
#content .filelinks .doc {
	background-image: url(../gfx/fileicons/doc.gif) !important;
}
#content .filelinks .jpg,
#content .filelinks .png,
#content .filelinks .gif {
	background-image: url(../gfx/fileicons/pdf.gif) !important;
}
/* excel files */
#content .filelinks .xlsx,
#content .filelinks .xls,
#content .filelinks .ods {
	background-image: url(../gfx/fileicons/xls.gif) !important;
} 
#content .filelinks .swf {
	background-image: url(../gfx/fileicons/swf.gif) !important;
}
/* executables */
#content .filelinks .exe {
	background-image: url(../gfx/fileicons/exe.gif) !important;
}
#content .filelinks .ppt {
	background-image: url(../gfx/fileicons/page_white_office.gif) !important;
}
/* all zipped files */
#content .filelinks .zip,
#content .filelinks .tar,
#content .filelinks .gz {
	background-image: url(../gfx/fileicons/zip.gif) !important;
}

/* filetypes in lists, created by extensions */
ul.filelist li.filelink,
a.filelink {
	padding: 4px 0 4px 24px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url('../gfx/fileicons/default.png');
}

ul.filelist li.filetype-pdf,
a.filetype-pdf {
	background-image: url('../gfx/fileicons/pdf.png');
}

ul.filelist li.filetype-doc,
a.filetype-doc {
	background-image: url('../gfx/fileicons/doc.png');
}

ul.filelist li.filetype-xls,
a.filetype-xls {
	background-image: url('../gfx/fileicons/xls.png');
}

ul.filelist li.filetype-zip,
a.filetype-zip {
	background-image: url('../gfx/fileicons/zip.png');
}

ul.filelist li.filetype-jpg,
a.filetype-jpg {
	background-image: url('../gfx/fileicons/jpg.png');
}

ul.filelist li.filetype-ppt,
a.filetype-ppt {
	background-image: url('../gfx/fileicons/ppt.png');
}

/* end */
