/********************************************************************************************************
	ICSurselva AG
	Date:			17.11.2006, beat
	Version:		1.0
	file:			static.css
	function:		base Stylesheet Do not change anything!
********************************************************************************************************/	


span.bread, span.bread a{
	text-decoration: none;
}
span.bread_activ a{
	text-decoration: none;
	color: #000000;
}
span.bread a:hover, span.bread_activ a:hover {
	color: #E72829;
}

div.abstand{
margin-top:25px;
}
#colLeft p.bodytext, #colNormal p.bodytext, #colRight p.bodytext {
	padding-bottom:17px;
	font-size:100%;
	line-height:130%;
	text-align:justify;
}

h1{
	font-size:100%;
	padding-bottom:8px;
	font-weight:bold;
	color:#333333;
}




/* default styles for extension "tx_croncssstyledimgtext" */
/*
 * css-styled-imgtext
 */
/*
  Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html
  (c) the TYPO3 content rendering group
  (c) Ernesto Baschny (ernst@cron-it.de)
*/

/* Captions */
dd.csc-caption { margin: 0px; }
/* Text zu bild */
DIV.csc-textpic-imagewrap {
  	margin: 2px 0px 4px 0px;

	font-size:10px;
    color:#524E4E;
	font-weight : normal;
}
dd.csc-textpic-caption {
  	padding: 2px 0px 4px 0px;
	text-align:left;
	line-height: 12px;
	font-size:10px;
    color:#524E4E;
	font-weight : normal;
}
/*
DIV.csi-caption-c .csi-caption { text-align: center; }
DIV.csi-caption-r .csi-caption { text-align: right; }
DIV.csi-caption-l .csi-caption { text-align: left; }
*/
/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }

IMG{
  border: none ; /* 0px solid */
  padding: 0px;
}
/* Border just around the image */
DIV.csi-border DIV.csi-imagewrap .csi-image IMG {
  border: none ; /* 0px solid */
  padding: 0px;
  
}

DIV.csi-imagewrap { padding: 8 0 0 0; }

DIV.csi-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }

/* Clearer */
DIV.csi-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 5px;
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 0px;
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 0px;
  margin-right: 0px;
}
DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
#colRight DIV.csi-textpic DIV.csi-imagewrap .csi-image {
	margin-bottom: 0px;
	margin-right: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
}
#colNormal DIV.csi-textpic DIV.csi-imagewrap .csi-image {
	margin-bottom: 10px;
	margin-right: 12px;
}
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 0px; display: block; }                /***/

/* Positioning of images: */

/* Above */
DIV.csi-above DIV.csi-text { clear: both; }

/* Center (above or below) */
/*DIV.csi-center { text-align: center;  }*/
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

/* Left (in text) */
DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */ 

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */







/********************************/
/* 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; margin-bottom:17px;}
#thebody .csc-frame-indent { padding-left: 100px; }
#thebody .csc-frame-indent3366 { padding-left: 33%; }
#thebody .csc-frame-indent6633 { padding-right: 33%; }


/***************** CSS Document für Formulare generally:     *************************************/

/*grösse des schriftfeldes - Label*/
.csc-form-labelcell {               
     color:#666666;
}

.csc-form-labelcell P, FORM .csc-form-commentcell { 
       font-size: 11px;
}

.csc-form-labelcell P.csc-form-label { 
      color: #666666; 
}

/* Email form, specifically */
.csc-mailform .csc-form-labelcell  { 
/*background-color: #ccccff;*/
}


/*grösse des Eingabefeldes - Feld*/
.csc-form-fieldcell {                 
    width:175px;
}
	  
.csc-form-fieldcell INPUT, FORM .csc-form-fieldcell SELECT, FORM .csc-form-fieldcell TEXTAREA {
	 background-color: #eeeeee;
	 /*height: 17px;*/
	 width:175px;
	 border: none;
	 font-size: 11px; 
	 color:#000033;
}

/**************************************************************************************************/
/***************************EINZELNE FORMULARELEMENTE**********************************************/

/* Überschriften der LABEL bei Radio Buttons*/	  
legend {
    color:#666666;
    padding-left:0px;
    padding-right:0px;
    margin:0px;
    border:none;
}

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

/* eigene Klasse für die Abstände nach oben und unten
bei der vwerwendung von Radio Buttons in Formularen */
.radiolayout {
	color: #474747;
	padding-left:0px;
	padding-right:0px;
	position: relative;
	left:-5px;	
}

/* eigene Klasse für den Gesamtrahmen vom Formular */
/*.formu {
width:80%;
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #474747;
font-size: 12px;
background-color: #F3EEE8;
padding-top:10px;
padding-bottom:10px;
padding-left:110px;
border: 1px solid #D7AE78;
font-weight:bold;
}*/

/*textfelder*/
.csc-form-fieldcell .mf-text{                
     margin:0px 0px 8px 0px;
     border-top: 2px solid #666666;
	 border-left: 1px solid #666666;
	 width:351px; 
	 height:100px
}

/*sendebutton*/	   
.csc-form-fieldcell .mf-submit, .tx-indexedsearch-searchbox-button{                
    width:60%;
	height:20px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	font-size: 11px;
	color: #000000;
	text-align: center;
	vertical-align: top;
	padding-bottom:2px;
	margin-bottom:10px;
}
	   
/*eingabefelder*/
  .csc-form-fieldcell .mf-input, .tx-indexedsearch-searchbox-sword{                 
    background-color: #E7E7E7;
	height: 17px;
	width:175px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: none;
	border-bottom: none;
}
	   
/*Markierungsfeld*/	   
.csc-form-fieldcell .mf-check{
    margin:0px 2px 0px 0px;              
	text-align: left;
	vertical-align: top;
	width:15px;	
}
	   
/* spezielle Klassen für Formularelemente */
.mf-radio {
	border: none;
    color:#666666;
	margin-right:4px;
}

 /*Passwortfeld*/
.csc-form-fieldcell .mf-pass {                     
   width:175px;
   border-top: 1px solid #666666;
   border-left: 1px solid #666666;
   border-right: none;
   border-bottom: none;
   color: #000000;
   font-size: 12px;
}

.mf-check {
   border: 0px;
}

 /*Auswahlfeld*/
.csc-form-fieldcell .mf-select {                
   border:0px;
   border-top: 1px solid #666666;
   border-left: 1px solid #666666;
   width:275px;
   border-right: 0px;
   border-bottom: 0px;
   margin:2px 0px 0px 0px;
   	font-size: 11px;
}

/*Dateiupload*/
.csc-form-fieldcell .mf-file {
	width:175px;    
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;                            
	border-right: 0px;
	border-bottom: 0px;
	color: #000000;
	font-size: 11px;
}

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

	
.mf-reset {
color: #000000;
font-size: 12px;
}

/*   Searchformular   */
.tx-indexedsearch-whatis {
margin-top:15px;
}
.tx-indexedsearch-title, .tx-indexedsearch-title a{
padding:2px;
	background-color:#CED7DE;
	color:#000000;
}
.tx-indexedsearch-title a:hover{	color: #E72829;  }

.tx-indexedsearch-info{
background-color:#E7E7E7;
}
.tx-indexedsearch-redMarkup{
color:#E72829;
}



