@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: 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: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
}

/* 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;
	line-height: 145%;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/* headlines [h1-h6] */
h1, h2, h3, h4, h5, h6 {
	font-family: "Arial narrow", "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
}
h1.csc-firstHeader,
h2.csc-firstHeader, 
h3.csc-firstHeader, 
h4.csc-firstHeader, 
h5.csc-firstHeader, 
h6.csc-firstHeader {
	margin-top:0;
}
h1, h1 a, h1 * {	
	font-weight: normal;
	font-size: 20px;
	color: #007AD6;
}
#pageRightContainer #pagetitle h1 {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: bold;
}
#pageRightContainer #pagetitle p {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: bold;
	color: #878787;
	font-family: "Arial narrow","Trebuchet MS",Arial,Verdana;
}
#pageRightContainer h1 {
	color: #878787;
	font-size: 35px;
	margin: 0.5em 0 0.3em 0;
}

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

h2 {
	font-size: 17px;
	margin-bottom: 0.3em;
}
#pageRightContainer h2, 
.col_inner_right .news-latest-container h2 a,
#pageRightContainer h2 a {
	color: #007AD6;
}	
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
}

#contentSub h1 {
	font-weight: normal;
	font-size: 20px;
	color: #007AD6;
	font-family: "Arial narrow", "Trebuchet MS", Arial, Verdana;
	font-weight: normal;
	margin: 1em 0 0.5em 0;
}

a {
	text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

a.protect {
	display: none;
}

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: 2.5em;
}
ul {
	padding-left: 0;
}

/* disabled margin in nested lists */
ul ul,
ul ol,
ol ul,
ol ol {
	margin-top: 0.25em;
	margin-bottom: 0;
}
ul li {
	list-style-type: none;
	background: url(../gfx/bullet-arrow-right.png) no-repeat left 7px;
	padding: 0.25em 0 0.25em 1.5em;
}
ol li {
	padding: 0.25em 0 0.25em 0;
}

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

/* fix for the textpix intext image on the left */
.csc-textpic-intext-left ol,
.csc-textpic-intext-left ul {
	padding-left: 2.5em;
	overflow: auto;
	height: 1%;
}


/* 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: 4px 0 0 0;
}
/* define a width for inputs and textareas */
input,
textarea,
select {
	border: 1px solid #c7c7c7;
	font-family: inherit;
	font-size: inherit;
	line-height: 120%;
	padding: 4px;
	width: 250px;

	border-radius: 2px;	
	-moz-border-radius: 2px;	
	-webkit-border-radius: 2px;

	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EDEDED 11%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(11%,#EDEDED), color-stop(100%,#FFFFFF)); /* webkit */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 ); ie */

}

.col_wrap_2_67_33_right input,
.col_wrap_2_67_33_right textarea,
.col_wrap_2_67_33_right select {
	width: 180px;
}

input[type=radio],
input[type=checkbox],
input.csc-mailform-submit,
input.csc-mailform-radio,
input.csc-mailform-check {
	width: auto;
	border: 0;
}

input[type=submit],
input.csc-mailform-submit {
	background: url(../gfx/flip-arrow-right.png) center right no-repeat;
	padding-right: 25px;
	width: auto;
}

input.csc-mailform-submit {
	border: 1px solid #C7C7C7;
}

.news-list-morelink a,
.more {
	text-decoration: none;
	background: url(../gfx/flip-arrow-right.png) center right no-repeat;
	padding-right: 25px;
}

input.refresh {
	text-decoration: none;
	background: #ffffff url(../gfx/refresh.png) 4px 5px no-repeat;
	padding-left: 25px;
}

.back {
	text-decoration: none;
	background: url(../gfx/flip-arrow-left.png) top left no-repeat;
	padding-left: 20px;
}
.sort {
	text-decoration: none;
	background: url(../gfx/sort-up-down.png) 3px right no-repeat;
	padding-right: 10px;
}
.print {
	text-decoration: none;
	background: url(../gfx/print.png) top left no-repeat;
	padding-left: 25px;
}
.news-list-morelink a:hover,
.more:hover, .back:hover, .print:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}
.csc-mailform-field,
.felogin-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;
}

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

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

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

.csc-frame-indent6633 {
	margin-right: 33%;
}

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

/* set alignment in paragraphs */
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
.csc-textpic-intext-right-nowrap h1,
.csc-textpic-intext-right-nowrap h2, 
.csc-textpic-intext-right-nowrap h3, 
.csc-textpic-intext-right-nowrap h4, 
.csc-textpic-intext-right-nowrap h5, 
.csc-textpic-intext-right-nowrap h6,

.csc-textpic-intext-left-nowrap h1,
.csc-textpic-intext-left-nowrap h2, 
.csc-textpic-intext-left-nowrap h3, 
.csc-textpic-intext-left-nowrap h4, 
.csc-textpic-intext-left-nowrap h5, 
.csc-textpic-intext-left-nowrap h6 {
	margin: 0 0 0.5em 0;
}

.csc-textpic-intext-right-nowrap,
.csc-textpic-intext-left-nowrap {
	margin: 1em 0 0 0;
}

/* csc-menu */
ul.csc-menu-myKannegiesser {
	padding: 0;
	margin: 0;
}

ul.csc-menu-myKannegiesser li {
	display: block;
	width: 200px;
	float: left;
	margin: 0 10px 5px 0;
	background: none;
	padding: 0;
}
ul.csc-menu-myKannegiesser li.odd {
	clear: both;
}
ul.csc-menu-myKannegiesser li.even {
}
ul.csc-menu-myKannegiesser li a {
	display: block;
	background: #cccccc url(../gfx/bullet_white_on_cccccc.gif) center left no-repeat;
	color: white;
	text-decoration: none;
	padding: 5px 8px 5px 28px;
}

img.idupe {
	z-index: auto!important;
}