
/* ------------------------------------------------------
   Default "reset" configuration 
   ------------------------------------------------------ */
/* margin und padding entfernen */
* {
	margin: 0px;
	padding: 0px;
}
/* Standard Schrift, Groesse und Farbe */
body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #000000;
}
table,st
input,
textarea { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}
h1,h2,h3,h4,h5,h6 { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* Special tag styles */
strong,b   { font-weight: bold; }
em,i   { font-style: italic; }
pre, code  { font-family: "Courier New", Courier, monospace; }
acronym, abbr { 
	border-bottom: 1px dashed #333; 
	cursor: help;
}
address  { 
	font-style: normal;
	line-height: 18px; 
	margin: 0 0 12px 0;
}
hr { 
	color: #fff;
	border-bottom: 1px #eee solid; 
	background: transparent; 
	margin: 0 0 6px 0; 
	padding: 0 0 6px 0; 
	border:0;
}
pre,
blockquote,
cite { 
	margin: 0 0 12px 18px; 
	font-size: 13px; 
	width: auto;
}

embed {
	margin-bottom: 12px;
}

/* Rand bei Bildern mit Links entfernen */
img { border: 0px; }

/* ------------------------------------------------------
   Ueberschriften 
   ------------------------------------------------------ */
h1 { 
	font-size: 26px; 
	font-weight: normal;
	color: #004d90;
	margin: 0px 0px 10px 0px;
	padding-bottom: 1px; 
	background: transparent;
	border-bottom: 1px #5bc5f2 solid; 
}
h2 {
	font-size: 20px; 
	font-weight: normal;
	color: #004d90;
	margin: 15px 0px 10px 0;
	padding-bottom: 1px;
	background: transparent;
	border-bottom: 1px #5bc5f2 solid; 
}
h3 { 
	font-size: 13px; 
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 10px 0;
	padding: 0px;
	line-height: 17px;
	background: transparent; 
}
h4,h5,h6 { 
	font-size: 13px; 
	font-weight: normal;
	margin: 0 0 0 0; 
	padding-top: 2px;
	background: transparent;
}
/* Erste Ueberschriften ohne top padding */
h1.csc-firstHeader { 
	padding-top: 0em; 
	margin: 0 0 10px 0;
}
h2.csc-firstHeader { 
	padding-top: 0em; 
	margin: 0 0 15px 0;
}
h3.csc-firstHeader { 
	padding-top: 0em; 
	margin: 0px 0 10px 0;
}

/* ------------------------------------------------------
   Absaetze und Listen
   ------------------------------------------------------ */
p { 
	line-height: 17px;
	margin: 0pt 0pt 10px 0pt;
}
ul, ol { 
	margin-top: 0em; 
	margin-bottom: 5px; 
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}
li { 
	margin: 0px; 
	padding: 0px 14px 10px; 
	line-height: 17px;
	background: url(/fileadmin/templates/img/dot.gif) 0 5px no-repeat; 
}


/* ------------------------------------------------------
   Links
   ------------------------------------------------------ */	
a, a em.file  { 
	color: #004d90;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
	background: transparent;
}

div.sideboard_box a {
	font-weight: bold;
}

/* title links */
h1 a:hover,
h2 a:hover,
h3 a:hover {
	text-decoration: none;
}

/* von YAML */
#main a.imagelink {
	padding-left: 0;
	background: transparent;
}

/* ------------------------------------------------------
   Tabellen
   ------------------------------------------------------ */
/* Rand bei Tabellen entfernen */
table {
	border-spacing: 0; 
	border-collapse: collapse;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
td {
	text-align: left;
	font-weight: normal;
}

/*------------------------------------------------------
  Style classes used in RTE, based on dynamiccss.css 
 ------------------------------------------------------*/

/* Link Stile */
a.external-link, a.external-link-new-window { 
	background-image: url(../../templates/img/icons/externallink.gif); 
	background-repeat: no-repeat; 
	background-position: right; 
	padding-right: 16px; 
/*	display: inline-block; */
}
a.internal-link { 
}
a.download { 
/*	background-image: url(../../templates/img/icons/document.gif); */ 
	background-repeat: no-repeat; 
	background-position: right; 
/*	padding-right: 16px; */
/*	display: inline-block; */
}
a.mail {  
	background-image: url(../../templates/img/icons/mailtolink.gif); 
	background-repeat: no-repeat; 
	background-position: left; 
	padding-left: 16px;  
/*	display: inline-block; */
}

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left,
h3.align-left,
h4.align-left,
h5.align-left,
td.align-left {
	text-align: left;
}
p.align-center,
h3.align-center,
h4.align-center,
h5.align-center,
td.align-center {
	text-align: center;
}
p.align-right,
h3.align-right,
h4.align-right,
h5.align-right,
td.align-right {
	text-align: right;
}

/* RTE table - show borders */

table.contenttable td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-bottom: 1px solid #5bc5f2;
}

/* Stile fuer Tabellen */
table.format1 {
	border-spacing: 0px;
	border-collapse: collapse;
}
table.format1 td { 
	padding-left: 5px; 
	padding-right: 15px; 
	padding-top: 3px; 
	padding-bottom: 3px;
}
table.format1 thead tr td { 
	font-weight: bold; 
	border-bottom: 1px solid #333333;
}
table.format1 tbody tr td { 
	border-bottom: 1px solid #E5E5E5;
}
table.format1 tfoot tr td { 
	border-bottom: 0px solid #fff; 
}

table.format1 td.first-col { 
	border-right: 1px solid #333333;
	padding-right: 5px;
}

/* Stile fuer einzelne Wörter, Textabschnitte */
span.important { 
	color: #990000;
}

/* Bildpositionierung */
img.float_left {
	float: left; 
	margin-right: 12px; 
	margin-bottom: 2px; 
	border: 0;
}
img.float_right {
	float: right; 
	margin-left: 12px; 
	margin-bottom: 2px; 
	border: 0;
}
img.center {
	text-align: center; 
	background: #fff; 
	padding: 4px; 
	border:1px #ddd solid;
}
img.framed {
	padding: 3px; 
	border: 1px #ddd solid; 
	background: #f4f4f4;
}

/* subscript style */
span.subscript {
	font-size: 75%;
}


/* banner table layout */
table.banner {
	margin: 0px;
	padding: 0px;
	height: 80px;
}
table.banner td {
	text-align: center;
}

/* link to top */
#col3_content p.csc-linkToTop {
	font-size: 10px;
	text-align: right;
	margin: -10pt 0pt 10pt;
	line-height: 12px;
}


/* bild/text absatz */

/* add floatbox to div textpic, clear not needed anymore (and not wanted) */
DIV.csc-textpic-clear { clear: none; }

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	font-size: 11px;
	line-height: 13px;
	padding-top: 10px;
}
table.csc-uploads td {
	padding-top: 5px;
	padding-bottom: 5px;
}
table.csc-uploads td.csc-uploads-fileName,
table.csc-uploads td.csc-uploads-fileSize {
	vertical-align: top;
	border-bottom: 1px solid #5BC5F2;
}
table.csc-uploads td.csc-uploads-icon {
	width: auto;
}
table.csc-uploads td.csc-uploads-fileSize {
	text-align: right;
}
table.csc-uploads td.csc-uploads-fileName p,
table.csc-uploads td.csc-uploads-fileSize p {
	padding: 0px;
	margin: 0px;
}
td.csc-uploads-fileName p.csc-uploads-description {
	display: none;
}

div.csc-textpic-above div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: none;
}
div.csc-textpic-above div.csc-textpic-imagewrap dl.csc-textpic-image img {
	margin-bottom: 15px;
	vertical-align: middle;
}

/* --- newesroom links with icons --- */

a.icon-rss {
	background: transparent url("/fileadmin/templates/img/icons/rss.gif") no-repeat;
	padding-left: 20px;
	line-height: 20px;
	
}
a.icon-newsletter {
	background: transparent url("/fileadmin/templates/img/icons/mailtolink.gif") no-repeat 0px 2px;
	padding-left: 20px;
	line-height: 20px;
	
}
a.icon-twitter {
	background: transparent url("/fileadmin/templates/img/icons/twitter.jpg") no-repeat 0px 1px;
	padding-left: 20px;
	line-height: 20px;
	
}
a.icon-youtube {
	background: transparent url("/fileadmin/templates/img/icons/youtube.png") no-repeat;
	padding-left: 20px;
	line-height: 20px;
	
}
a.icon-picasa {
	background: transparent url("/fileadmin/templates/img/icons/picasa.gif") no-repeat 0px 1px;
	padding-left: 20px;
	line-height: 20px;
	
}
a.icon-flickr {
	background: transparent url("/fileadmin/templates/img/icons/flickr.gif") no-repeat 0px 1px;
	padding-left: 20px;
	line-height: 20px;
	
}
a.icon-facebook {
	background: transparent url("/fileadmin/templates/img/icons/facebook.jpg") no-repeat 0px 1px;
	padding-left: 20px;
	line-height: 20px;
	
}

div.sideboard_box a.icon-rss,
div.sideboard_box a.icon-newsletter,
div.sideboard_box a.icon-twitter,
div.sideboard_box a.icon-youtube,
div.sideboard_box a.icon-picasa,
div.sideboard_box a.icon-flickr,
div.sideboard_box a.icon-facebook {
	font-weight: normal;
	display: block;
	line-height: 20px;
}
