@charset "utf-8";
/* CSS Document */

/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		buchli
	date:			Juli/2008, Ann
	version:		4.1
	file:			content.css
	function:		all contents-style  
********************************************************************************************************/
select, input, textarea, td{
     font-family: Arial, Helvetica, sans-serif; 
	 color: #000000;	
}

/*  entfernt den Linkrahmen  um das bild  */ 
img{
	border: none ;	
}

img.icon{
	padding-right:0.5em;
	vertical-align: top;
}



/* GENERELL ---------------------------------------------------------- */

/* LINKS --- */

a, a:link, a:visited
{   
   color: #13007C;
   text-decoration: underline;
   font-weight:bold; 
  }
a:hover, a:active, a:focus
{
   color: #333333; 
}


p
{
	line-height:1.5em;
	padding-bottom:1.0em;
}

p strong
{
	line-height:1.5em;
	padding-bottom:1.0em;
}

a
{
	line-height:1.5em;
}

h1
{
	font-weight:bold;
	line-height:1.8em;
	font-size:1.4em;
	color: #004D91;				
}

h2
{
	font-weight:bold;
	line-height:1.6em;
	font-size:1.2em;
	color: #000000;	
	background: url(/fileadmin/templates/buchli/html/img/kreuz_black.gif) no-repeat left;
	padding-left: 15px;	
}

h3, h4, h5, h6
{
	font-weight:bold;
	line-height:1.6em;
	font-size:1.2em;
	color: #000000;	
}


ul
{
	margin: 0 0 10px 25px;
	padding: 0;
}
div#colNormal li
{
	margin: 5px 0 5px 0;
	padding: 1px 0 1px 0;
}





/* searchbox */ 
div.tx-macinasearchbox-pi1 {
	float:left;
}

/* print */
div#print {
	float:right;
}

/* footer */
#main_footer p.bodytext {
	display:inline;
}



/* RTE / Table styling */

TABLE.contenttable { border: 1px #CECECE solid; margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size: 12px; }
TABLE.contenttable TR { background-color: #FBFBFB; }

/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop {
}
P.csc-linkToTop A { font-weight: bold; }

#thebody .csc-frame { border: 0px; }
#thebody .csc-frame-invisible {}
#thebody .csc-frame-rulerBefore { border-top: 1px solid #666666; }
#thebody .csc-frame-rulerAfter { border-bottom: 1px solid #666666; padding-top: 6px; padding-bottom: 6px;}
#thebody .csc-frame-indent { padding-left: 100px; }
#thebody .csc-frame-indent3366 { padding-left: 33%; }
#thebody .csc-frame-indent6633 { padding-right: 33%; }
#thebody .csc-frame-frame1 {
    width: 420px;
    background-color: #DDDEED;
	padding:10px;
	border-top:1px solid #004D91;
	margin-bottom:10px;
	}
	
#thebody .csc-frame-frame2 {
    width: 420px;
    background-color: #D0E4CF;
	padding:10px;
	border-top:1px solid #008D4A;
	margin-bottom:10px;
	}

#thebody .csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
#thebody .csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }
p.csc-frame-frame3, table.csc-frame-frame3 { background-color: #000000; padding: 2px 4px 2px 4px; border: 1px solid #333333;  color: #FFFFFF; }
#thebody .csc-form-label-req{
}


/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 {
    width: 420px;
    background-color: #D0E4CF;
	padding:10px;
	border-top:1px solid #008D4A;
	margin-bottom:10px;
}
p.csc-frame-frame2, table.csc-frame-frame2 {
    width: 420px;
    background-color: #D0E4CF;
	padding:10px;
	border-top:1px solid #008D4A;
	margin-bottom:10px;
}

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(../../projectname/css/img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}


/* BILDTEXT*/
.csc-textpic-caption {
 padding: 3px 0 3px 0;
 font-size: 80%;
 font-weight:bold;
 }