/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		Kreis Churwalden
	date:			08/2008, claudia
	version:		4.1
	file:			content.css
	function:		all contents-style  
********************************************************************************************************/
div.tx-iframe2-pi1, iframe{font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;}
	
A:LINK,  A:VISITED,  A:ACTIVE{
	color : #000000;  
	text-decoration: underline;
}
A:HOVER { 
	color : #7B8892;
	text-decoration: none;
}
/*  entfernt den Linkrahmen  um das bild  */ 
img{
	border: none ;	
}
img.icon{
	padding-right:0.5em;
	vertical-align: top;
}

h1 {

	color: #565343;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	line-height:25px;
	margin:0px;
	padding: 0px 0px 8px;

}

h2 {
	font-size:14px;
	color: #565343;
	font-style:normal;
	font-weight:bold;
	padding: 0px 0px 8px;
}

#content ul{
	padding:0px 0px 10px 10px;
	margin:0px 10px 0px 5px;
	}

#content ol{
	padding:0px 0px 10px 10px;
	margin:0px 10px 0px 10px;
	}

#content li {
	line-height:1.5em;
}

p.bodytext, p{
	line-height:1.4em;
	margin:0px 0px 15px;

}

/*---  erweiterte Suche in searchresult-site  ---*/
/*button*/
div.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button{                
    width:60%;
	height:20px;
    border: 1px solid #817E65;
	background:#817E65;
	color:#FFFFFF;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	padding-bottom:2px;
	margin:8px 0 2px 10px;
	cursor:pointer;
}
/*feld*/
div.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword{                 
    background-color: #EAECE2;
	height: 17px;
	width:175px;
    border: 1px solid #817E65;
	padding-left:4px;
}

div.tx-indexedsearch-searchbox td input{
margin-left:10px;}

/* Bildtext, Bilduntertitel*/
.csc-textpic-caption{
color:#000000;
font-size:11px;
line-height:15px;
}


/* RTE / Table styling */

TABLE.contenttable { /*border: 1px #333333 solid;*/ margin: 0px 0px 15px 0px; width: 100%; }
/*TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }*/
TABLE.contenttable TR TD P.bodytext { font-size: 12px; margin:0px; }
TABLE.contenttable TR { /*background-color: #EDEBF1;*/ }
TABLE.contenttable td p { margin:0px; }
table caption{
text-align:left;
font-weight:bold;
margin-bottom:5px;}

table thead{
font-weight:bold;
}

table th{
font-weight:bold;
}



/********************************/
/* 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 #817E65; padding-bottom: 6px;}
#thebody .csc-frame-rulerAfter { border-bottom: 1px solid #817E65; padding-top: 0px; margin-bottom: 10px;}
#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 { background-color: #FDF1B3; padding: 2px 4px 2px 4px; border: none; }
/*#thebody .csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #666666; }*/

#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 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(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 {}


/*---------------------------------Indexsuche--------------------------------*/
.tx-indexedsearch-searchbox p{
	padding-top:10px;
}

h2.searchResultTitle{
	font-size:11px;
	padding:0px;
}

/*Titel Suchausgabefelder*/
h2.searchResultTitle a, h2.searchResultTitle a:hover{
	color: #FFFFFF;
}
		
/*um ganze suchausgabe*/
.tx-indexedsearch{
	margin-top:10px;
}
		
/*explicit suchwortzeile*/	
.tx-indexedsearch-whatis{
	margin-top:10px;
}
		
/*suchwort*/
.tx-indexedsearch-sw{
	color:#d20000;
	font-weight:bold;
}
		
/*display resultateanzahl*/
.tx-indexedsearch-browsebox{
	line-height:25px;
}
		
/*ganzes resultat*/
.tx-indexedsearch-res table{
	padding-bottom:5px;
	font-size:12px;
	background-color:#EAECE2;
	border: 1px solid #817E65;
}

/*header einzelnes resultat*/
.tx-indexedsearch-icon{
	padding-bottom:2px;
}
		
.tx-indexedsearch-result-number{
	padding-bottom:2px;
}
		
.tx-indexedsearch-percent{
	padding-bottom:2px;
}
		
.tx-indexedsearch-title{
	padding-bottom:2px;
}		

/*verlinktes wort im header*/
.tx-indexedsearch-title a{
	font-weight:bold;
	text-decoration:underline;
}
		
.tx-indexedsearch-title a:hover{
	color:#666666;
	text-decoration:none;
}

/*markiertes suchwort*/
.tx-indexedsearch-sw {
	color:#D20000;
}
		
/*markiertes suchwort im ausgabe-content*/
.tx-indexedsearch-redMarkup{
	color:#D20000;
}
		
/*info unten in einzelener suchausgabe*/
.tx-indexedsearch-info{
	padding-bottom:3px;
}

/*link in info*/
.tx-indexedsearch-path a{
	color:#817E65;
}
		
.tx-indexedsearch-path a:hover{
	text-decoration:none;
}
		
td.tx-indexedsearch-descr{
	padding-right:10px;
}

/*header einzelnes resultat*/
.tx-indexedsearch-icon, .tx-indexedsearch-result-number, .tx-indexedsearch-percent, .tx-indexedsearch-title{
	background-color:#817E65;
}	

/*---------------------------------Indexsuche--------------------------------*/

/*---- nach oben ----*/
div#nach_oben{
/*float: left;*/
padding:0px 0px 10px 2px;
width:100%;}

/*gewerbe.css (Linie 64)*/
tr.bread select {
color:#666666;
font-size:10px;
letter-spacing:1px;
width:100px;
}

/*mailform*/
#colNormal input{
	color:#000000;
}

/*Absendebutton */
#colNormal .tx_mailform_submit, #colNormal .tx_mailform_file {
	color:#000000;
}

