/* 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: 75%;
	color: #4F4F4F;
}

/*
*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;
}
.indent {
	margin-left: 2em;
}

/* 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;
}
/* disable style in ul, the padding is added in li */
ul {
	list-style-type: none;
	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 10px;
	background-image: url(../gfx/icon_list.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
}

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: 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 solid #989898;
}

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

.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: #08355E;
	text-decoration: underline;  	
}

a .protect {
	display: none;
}

hr {
	height: 1px;
	background-color: white;
	border: 0;
	border-top: 1px solid #989898;
}

h2, h3, h4, h5, h6 {
	color: #163261;
	margin: 2em 0 0.5em 0;
}

h1.csc-firstHeader, h2.csc-firstHeader, 
h3.csc-firstHeader, h4.csc-firstHeader, 
h5.csc-firstHeader {
	margin-top: 7px;
	margin-bottom: 30px;
}

/* Header date */
p.csc-header-date { 
	font-size: 90%; 
	color: #186900; 
}

a img {
	border: 0;
}

.csc-firstHeader {
	margin-top: 0;
}

h1 {
	font-size: 22px;
	color: #163261;
	font-weight: normal;
}

h1,
h1.category {
	background-image: url(../gfx/background_dots.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 15px;
	margin-bottom: 10px;
		
}

/* tt_news */
.news-list-item {
	padding: 12px;
	background-image: url(../gfx/background_dotted_9A9A9A.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 12px;
}

.news-list-item h2 {
	display: inline;
	color: #575F76;
	/*font-size: 11px;*/
	font-size: 75%;
}

.news-list-date {
	color: #989898;
}

.news-list-item a {
	text-decoration: none;
	color: #989898;
}

.news-list-item a:hover {
	text-decoration: underline;
}

.news-list-category {
	/*font-size: 13px;*/
	margin: 0 0 14px 0;
	font-weight: normal;
	color: #163261;
}

.news-list-image {
	float: left;
	margin-right: 16px;
}

.news-list-text {
}

.news-list-morelink {
}

/*** CONTENT ***/

#libMenuMain .btn-memberarea {
	margin: 30px 0 0 0;
	background: none;
}

#libMenuMain .btn-memberarea li a {
	background: url(../gfx/background_button_memberarea.gif) repeat-x right top;
	padding: 0 20px 0 0;
	display: block;
	height: 25px;
	padding: 8px 0 0 10px;
	font-weight: bold;
}
#libMenuMain .btn-memberarea li a:hover, 
a.bestell-link:hover {
	background: transparent url(../gfx/background_button_memberarea.gif) repeat-x right top;
	color: #163261;
	text-decoration: underline;
}

a.bestell-link {
	background: url(../gfx/background_button_memberarea.gif) repeat-x right top;
	display: block;
	float: left;
	height: 25px;
	padding: 8px 10px 0 10px;
	font-weight: bold;
	text-decoration: none;
}

a.bestell-link:hover {
	text-decoration: underline;
}

.phone-info {
	padding: 1px 0 1px 20px;
	background: transparent url(../gfx/icon_phone.gif) left top no-repeat;
}
.oldphone-info {
	padding: 1px 0 1px 20px;
	background: transparent url(../gfx/icon_oldphone.gif) left top no-repeat;
}
.mail-info {
	padding: 0 0 1px 20px;
	background: transparent url(../gfx/icon_email.gif) left top no-repeat;
}
.fax-info {
	padding: 2px 0 2px 20px;
	background: transparent url(../gfx/icon_fax.gif) left top no-repeat;
}

/*** 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 */

body.default {
	font-size: 75%;
}

body.p1 {
	font-size:100.01%;
}

body.p1 #userHeaderBox {
	font-size: 75%;		
}

body.p2 {
	font-size:125%;
}

body.p2 #userHeaderBox {
	font-size: 60%;		
}

a.arrow {
	padding-left: 8px;
	background: transparent url(../gfx/icon_list.gif) left 0.3em no-repeat;
}

table.partner-logos {
	border: 0;
	width: 100%;
}
table.partner-logos td {
	border: 0;
	vertical-align: middle;
}

/* contagged */
acronym, abbr, dfn {
	border-bottom: 1px dotted #4F4F4F;
	cursor: help;
}
acronym a, abbr a, dfn a {
	text-decoration: none;
	cursor: help;
}

/* sitemap */
dl.csc-menu-4 {
	padding: 0;
}
dl.csc-menu-4 dt {
	font-weight: normal;
}

span.blue {
	color: #08355E;
}

span.gray {
	color: silver;
}
