/*
**  last change: 2008-06-05, simplicity gmbh, pma
**
*/

/* ------------------------------------------------------
   Default "reset" configuration 
   ------------------------------------------------------ */
/* margin und padding entfernen */
* {
	margin: 0px;
	padding: 0px;
}
/* Standard Schrift, Grösse und Farbe */
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 75%; /* 13px */
	color: #5e5e5e;
}
table,
input,
textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #5e5e5e;
}
h1,h2,h3,h4,h5,h6 { 
	font-family: Verdana, 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: 1.5em; 
	margin: 0 0 1em 0;
}
hr { 
	color: #fff;
	border-bottom: 1px #eee solid; 
	background: transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border:0;
}
pre,
blockquote,
cite { 
	margin: 0 0 1em 1.5em; 
	font-size: 0.93em; 
	width: auto;
}

/* Rand bei Bildern mit Links entfernen */
img { border: 0px; }

/* ------------------------------------------------------
   Überschriften 
   ------------------------------------------------------ */
h1 { 
	font-size: 1.2em; 
	font-weight: bold; 
	margin: 6px 0px 6px 0; 
	padding-top: 0.2em;
	background: transparent;
}
h2 {
	font-size: 1.1em; 
	font-weight: bold;
	margin: 6px 0px 6px 0; 
	padding-top: 0.2em;
	background: transparent;
}
h3 { 
	font-size: 1.0em; 
	font-weight: bold;
	margin: 10px 0px 6px 0; 
	padding-top: 0.2em;
	background: transparent; 
}
h4,h5,h6 { 
	font-size: 1.0em; 
	font-weight: bold;
	margin: 0 0 0.05em 0; 
	padding-top: 0.2em;
	background: transparent;
}
/* Erste Überschriften ohne top padding */
h1.csc-firstHeader { 
	padding-top: 0em; 
	margin: 0 0 6px 0;
}
h2.csc-firstHeader { 
	padding-top: 0em; 
	margin: 0 0 6px 0;
}
h3.csc-firstHeader { 
	padding-top: 0em; 
	margin: 1px 0 6px 0;
}

/* ------------------------------------------------------
   Absaetze und Listen
   ------------------------------------------------------ */
p { 
	margin: 0pt 0pt 0.5em 0pt;
}
ul, ol { 
	margin-top: 0.5em; 
	margin-bottom: 0.5em; 
	margin-left: 0.5em;
}
li { 
	margin-left: 1.5em;
	line-height: 1.4em;
	margin-bottom: 0.2em;
}
ul {
	list-style-type: none;
}
ul li {
	padding: 0px 0px 3px 10px;
	background: url(/fileadmin/templates/img/nav/dotL3.gif) 0px 5px no-repeat;
}
/* ------------------------------------------------------
   Links
   ------------------------------------------------------ */	
a, a em.file  { 
	color: #00a0c6;
	text-decoration: none;
}
a:hover { 
	color: #00a0c6;
	text-decoration: underline;
	background: transparent;
}
a:focus { 
	text-decoration: underline;
	background: transparent;
}

/* 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: 0.4em;
	margin-bottom: 0.4em;
}
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; 
	display: inline-block;
	padding-right: 16px; 
}
a.internal-link { 
}
a.download { 
	background-image: url(../../templates/img/icons/document.gif); 
	background-repeat: no-repeat; 
	background-position: right; 
	display: inline-block;
	padding-right: 16px; 
}
a.mail {  
	background-image: url(../../templates/img/icons/mailtolink.gif); 
	background-repeat: no-repeat; 
	background-position: left; 
	display: inline-block;
	padding-left: 16px; 
}

/* 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;
}

/* Stile fuer ganze Absaetze */
p.box-grey {
	border: 1px solid #333; 
	background-color: #e5e5e5; 
	padding: 4px 4px; 
	color: #333;
}
p.box-redborder { 
	border: 1px solid #99000; 
	padding: 4px 4px 4px 4px;
}

/* RTE table - show borders */

/* Stile für Tabellen */
table.format1 {
	border-spacing: 0px;
	border-collapse: collapse;
}
table.format1 td, table.format1 th { 
	padding-left: 5px; 
	padding-right: 15px; 
	padding-top: 3px; 
	padding-bottom: 3px;
}
table.format1 thead tr th { 
	font-weight: bold; 
	border-bottom: 1px solid #00a0c6;
}
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;
}

table.format2 { 
	border-spacing: 0px; 
	border-collapse: collapse; 
	background-color: #bee5ee; 
	padding: 8px; 
}
table.format2 td, table.format2 th { 
	padding-left: 5px; 
	padding-right: 15px; 
	padding-top: 4px; 
	padding-bottom: 4px;
}
table.format2 thead tr th { 
	font-weight: bold; 
}
table.format2 tbody tr td { 
}
table.format2 tfoot tr td {
}
table.format2 td.first-col { 
	padding-right: 5px;
}

table.format3 { 
	border-spacing: 0px; 
	border-collapse: collapse; 
	background-color: #bee5ee; 
	padding: 8px; 
}
table.format3 td, table.format3 th { 
	padding-left: 5px; 
	padding-right: 15px; 
	padding-top: 4px; 
	padding-bottom: 4px;
	border: 3px solid #fff;
}
table.format3 thead tr th { 
	font-weight: bold; 
}
table.format3 tbody tr td { 
}
table.format3 tfoot tr td {
}
table.format3 td.first-col { 
	padding-right: 5px;
}

/* Stile fuer einzelne Woerter, Textabschnitte */
span.important { color: #99000; }

/* Bildpositionierung */
img.float_left {
	float: left; 
	margin-right: 1em; 
	margin-bottom: 0.15em; 
	border:0;
}
img.float_right {
	float: right; 
	margin-left: 1em; 
	margin-bottom: 0.15em; 
	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;
}

/* Bildbeschreibung */
.csc-textpic-caption {
	font-size: 81.25%;
}

/* Sitemap */
.csc-sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
} 
.csc-sitemap ul li {
	margin: 0;
	font-weight: bold;
	font-size: 1.1em;
	background: none;
}
.csc-sitemap ul li a, .csc-sitemap ul li a:hover {
	display:block;
	padding: 0px 0px 0px 15px;
	background: url(/fileadmin/templates/img/nav/dotL1.gif) 1px 6px no-repeat;
}
.csc-sitemap ul li ul li {
	font-weight: normal;
	font-size: 1.0em;
	margin-left: 0.2em;
	background: none;
}
.csc-sitemap ul li ul li a, .csc-sitemap ul li ul li a:hover {
	margin: 0;
	font-weight: normal;
	font-size: 1.0em;
	padding: 0px 0px 0px 1.1em;
	margin-left: 0.2em;
	background: url(/fileadmin/templates/img/nav/dotL2.gif) 1px 6px no-repeat;
}
.csc-sitemap ul li ul li ul li {
	margin: 0;
	font-weight: normal;
	font-size: 1.0em;
	background: none;
}
.csc-sitemap ul li ul li ul li a, .csc-sitemap ul li ul li ul li a:hover {
	margin: 0;
	font-weight: normal;
	font-size: 1.0em;
	padding: 0px 0px 0px 1.1em;
	margin-left: 0.5em;
	background: url(/fileadmin/templates/img/nav/dotL2.gif) 1px 6px no-repeat;
}

/* Special Menues */
/* Subpages */
ul.csc-menu {
	margin: 0;
	list-style-type: none;
}
ul.csc-menu ul {
	margin: 0;
}
ul.csc-menu li {
	margin: 0;
	background: none;
}
ul.csc-menu li a, ul.csc-menu li a:hover {
	margin: 0;
	display:block;
	padding: 0px 0px 0px 15px;
	background: url(/fileadmin/templates/img/nav/dotL2.gif) 1px 6px no-repeat;
}
/* Subpages with content */
dl.csc-menu dd {
	margin: 0 0 4px 0;
}