/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		doit
	date:			04/2008, claudia
	version:		4.1.5
	file:			content.css
	function:		all contents-style  
********************************************************************************************************/
#content ul{
	padding:8px 0px 8px 18px;
}

#content ol{
	padding:8px 0px 8px 22px;
}

A:LINK,  A:VISITED,  A:ACTIVE{
	color : #000000;  
	text-decoration: underline;
}
A:HOVER { 
	color : #0084CA;
	text-decoration: none;
}

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

img.icon{
	padding-right:8px;
	vertical-align: top;
}

h1 {
	font-size:17px;
	font-style:normal;
	font-weight:bold;
	line-height:17px;
	margin:0px;
	padding-bottom:8px;
}
h2 {
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	margin:0px;
	padding-bottom:2px;
	color:#2E83C4;
}

p {
	margin:0px 0px 10px;
}

td p.bodytext{
	line-height:18px;
	margin:0px;
}

/*------------------------------------------------------------------------------------------------
						FORMULAR
-------------------------------------------------------------------------------------------------*/

/***   EINZELNE FORMULARELEMENTE   ***/

/* Ueberschriften der LABEL bei Radio Buttons*/	  
legend {
    padding-left:0px;
    padding-right:0px;
    margin:0px;
    border:none;
}

/* Definition des Gesamtrahmens der Radio Buttons*/
fieldset {
    padding:0px 0px 0px 5px;
    border:none;
}

/* eigene Klasse fuer die Abstaende nach oben und unten
bei der vwerwendung von Radio Buttons in Formularen */
.radiolayout {
	padding-left:0px;
	padding-right:0px;
	position: relative;
	left:-5px;	
}

/*textfelder*/
.csc-form-fieldcell .mf-text{  
     font-family: Arial, Helvetica, sans-serif;       
     margin:0px 0px 8px 0px;
     border: 1px solid #7B8892;
	 width:351px; 
	 height:100px;
	 padding-left:4px;
}

/*sendebutton*/	   
.csc-form-fieldcell .mf-submit, .tx-indexedsearch-searchbox-button{                
    width:181px;
	height:20px;
    border: 1px solid #7B8892;
	background:#CCCCCC;
	cursor:pointer;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	padding-bottom:2px;
	margin:8px 0 2px 0; 
}
	   
/*eingabefelder*/
  .csc-form-fieldcell .mf-input, .tx-indexedsearch-searchbox-sword{                 
    background-color: #EFEFEF;
	height: 17px;
	width:175px;
    border: 1px solid #7B8892;
	padding-left:4px;
}
	   
/*Markierungsfeld*/	   
.csc-form-fieldcell .mf-check{
    margin:0px 2px 0px 0px;              
	text-align: left;
	vertical-align: top;
	width:15px;	
}
	   
/* special classes for Formlements */
.mf-radio {
	border: none;
    color:#666666;
	margin-right:4px;
}

 /*Passwortfeld*/
.csc-form-fieldcell .mf-pass {                     
   width:175px;
   border: 1px solid #7B8892;
   font-size: 100%;
}

.mf-check {
   border: 0px;
}

 /*Auswahlfeld*/
.csc-form-fieldcell .mf-select {                
   border:0px;
   border: 1px solid #7B8892;
   width:275px;
   margin:2px 0px 0px 0px;
   font-size: 95%;
}

/*Dateiupload*/
.csc-form-fieldcell .mf-file {
	width:175px;    
   	border: 1px solid #7B8892;                         
	font-size: 95%;
}

/*Beschriftung - Zusatzvermerke, br`s*/
.csc-mailform-label{
    padding:2px 0px 2px 0px;
	}
	
.mf-reset {
	color: #666666;
	font-size: 100%;
}

/*------------------------------------------------------------------------------------------------
						Searchresult
-------------------------------------------------------------------------------------------------*/

/*suchbox auf resultseite*/
.tx-indexedsearch-searchbox input{
	width:150px;
	margin-left:3px;
	}

input.tx-indexedsearch-searchbox-button{
	width:100px;
	}

/*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{
	/*background-color:#E6E4EF;*/
	border: 1px solid #2B81c2;
	padding-bottom:5px;
	font-size:11px;}

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

/*verlinktes wort im header*/
	.tx-indexedsearch-title a{
		font-weight:bold;
		text-decoration:underline;
		color:#FFFFFF;}
		
		.tx-indexedsearch-title a:hover{
		text-decoration:none;
		color:#F7E300;}
		
	.tx-indexedsearch h2{
		font-size:11px;}
		
/*markiertes suchwort im 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:#2B81c2;}
		
	.tx-indexedsearch-path a:hover{
		text-decoration:none;
		}
		
	td.tx-indexedsearch-descr{
	padding-right:10px;}

/*-------------------------------------------------------------------------------------------------------*/	

/********************************/
/* 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 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #666666; }
#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{
}

/*-----------------------------------------------------------------------------------------------------*/	
	
/*Bildtext rechts*/
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
color:#000000;
font-size:10px;
margin:0px;
padding:2px 0px 0px 0px;
}

