/*
**  last change: 2008-06-05, simplicity gmbh, pma
**
*/
.tx-kuloplayer-pi1 { 
	border: 2px solid #ccc;
	margin-bottom: 10px; 
}

/* ------------------------------------------------------
   Default "reset" configuration 
   ------------------------------------------------------ */
/* margin und padding entfernen */
* {
	margin: 0px;
	padding: 0px;
}
/* Standard Schrift, Grösse und Farbe */
body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 75%; /* 13px */
	line-height: 1.3;
	color: #333333;
}
table,
input,
textarea { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333;
}
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 10px 0; 
	padding: 0 0 0 0; 
	border:0;
	border-bottom: 1px solid #CCCBCB;
}
pre,
blockquote,
cite { 
	margin: 0 0 12px 18px; 
	font-size: 11px; 
	width: auto;
}

/* Rand bei Bildern mit Links entfernen */
img { border: 0px; }

/* ------------------------------------------------------
   Überschriften 
   ------------------------------------------------------ */
h1 { 
	font-size: 16px; 
	font-weight: bold; 
	margin: 6px 0px 6px 0; 
	padding-top: 2px;
	background: transparent;
	color: #222222;
}
h2 {
	font-size: 14px; 
	font-weight: bold;
	margin: 6px 0px 6px 0; 
	padding-top: 14px;
	background: transparent;
	color: #CC3333;
}
h3 { 
	font-size: 14px; 
	font-weight: bold;
	margin: 6px 0px 6px 0; 
	padding-top: 5px;
	background: transparent; 
	color: #222222;
}
h4 { 
	font-size: 12px; 
	font-weight: bold;
	margin: 6px 0 6px 0; 
	padding-top: 16px;
	background: transparent;
	color: #CC3333;
}
h5 { 
	font-size: 12px; 
	font-weight: bold;
	margin: 6px 0 6px 0; 
	padding-top: 5px;
	background: transparent;
	color: #222222;
}
h6 { 
	font-size: 12px; 
	font-weight: bold;
	margin: 6px 0 6px 0; 
	padding-top: 5px;
	background: transparent;
	color: #222222;
}
/* Erste Überschriften ohne top padding */
h1.csc-firstHeader { 
	margin: 6px 0px 6px 0; 
	padding-top: 3px;
}
h2.csc-firstHeader { 
	margin: 6px 0px 6px 0; 
	padding-top: 5px;
}
h3.csc-firstHeader { 
	margin: 6px 0px 6px 0; 
	padding-top: 5px;
}

/* ------------------------------------------------------
   Absätze und Listen
   ------------------------------------------------------ */
p { 
	margin: 0pt 0pt 6px 0pt;
}
ol { 
	margin-top: 6px; 
	margin-bottom: 3px; 
	margin-left: 18px;
}
ul {
	margin-top: 6px; 
	margin-bottom: 3px; 
	margin-left: 3px;
	list-style-type: none;
}
li { 
	margin: 0;
}
ul li {
	padding: 0px 0px 3px 15px;
	background: url(/fileadmin/templates/img/dotL1.png) 0px 2px no-repeat;
}
ul li ul li {
	padding: 0px 0px 3px 15px;
	background: url(/fileadmin/templates/img/dotL2.png) 0px 2px no-repeat;
}

/* ------------------------------------------------------
   Links
   ------------------------------------------------------ */	
a, a em.file  { 
	color: #cc3333;
	text-decoration: none;
}
a:hover { 
	color: #dd3333;
	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: 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;
}

/* Stile für ganze Absätze */
p.grey-bg {
	background-color: #E5E5E5; 
}
p.bigger {
	font-size: 14px; 
}

/* RTE table - show borders */

/* Stile für Tabellen */
table.format1 {
	border-spacing: 0px;
	border-collapse: collapse;
}
table.format1 td, table.format1 th { 
	padding-right: 10px; 
	padding-top: 3px; 
	padding-bottom: 3px;
	border-bottom: 1px solid #778389;
}
table.format1 thead tr th { 
	font-weight: bold; 
}
table.format1 tbody tr td { 
}
table.format1 tfoot tr td { 
}

table.format2 { 
	background-color: #E5E5E5; 
	padding: 8px; 
}
table.format2 td, table.format2 th { 
	padding-right: 10px; 
	padding-top: 3px; 
	padding-bottom: 3px;
	border-bottom: 1px solid #778389;
}
table.format2 thead tr th { 
	font-weight: bold; 
}
table.format2 tbody tr td { 
}
table.format2 tfoot tr td {
}

table.format1 td.first-col,
table.format2 td.first-col { 
	padding-right: 10px;
}

/* Stile für einzelne Wörter, Textabschnitte */
span.important { color: #CC3333; }

/* 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;
}

/* Sitemap */
.csc-sitemap ul {
	margin-top: 6px; 
	margin-bottom: 3px; 
	margin-left: 0px;
	list-style-type: none;
} 
.csc-sitemap ul li {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	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/dotL1.png) 0px 2px no-repeat;
}
.csc-sitemap ul li ul li {
	font-weight: normal;
	font-size: 12px;
	background: none;
}
.csc-sitemap ul li ul li a, .csc-sitemap ul li ul li a:hover {
	display:block;
	padding: 0px 0px 0px 15px;
	background: url(/fileadmin/templates/img/dotL2.png) 0px 2px no-repeat;
}
.csc-sitemap ul li ul li ul li {
	font-weight: normal;
	font-size: 12px;
	background: none;
}
.csc-sitemap ul li ul li ul li a,.csc-sitemap ul li ul li ul li a:hover {
	display:block;
	padding: 0px 0px 0px 15px;
	background: url(/fileadmin/templates/img/dotL2.png) 0px 2px no-repeat;
}

/* Special Menues */
/* Subpages */
ul.csc-menu {
	list-style-type: none;
}
ul.csc-menu li {
	background: none;
}
ul.csc-menu li a, ul.csc-menu li a:hover {
	display:block;
	padding: 0px 0px 0px 15px;
	background: url(/fileadmin/templates/img/dotL1.png) 0px 2px no-repeat;
}
/* Subpages with content */
dl.csc-menu dd {
	margin: 0 0 4px 0;
}

/* Behebung YAML Clearing Problem */
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	clear: none;
}
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	clear: none;
}
div.csc-textpic-clear {
	clear: right;
}

/* Image Border Definition */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #CCCBCB;
}

#tx-sicsotriment-pi1-article_list h1 {
	margin-top: 0px;
}
