/**************************************************************
 * Main Stylesheet 'styles.css' for 'www.kutscher.ch'.
 *
 * @author	Cécile Kunz <info[at]web-solutions.ch>
***************************************************************/


/*---------------------*/
/* common styles START */

html  {
	margin: 0;
	padding: 0; 
}
body  {
	padding: 0;
	background: #FFFFFF;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#pagecont  {
	margin: 0 auto;
	width: 955px;
	min-width: 955px;
	text-align:left;
	padding: 25px 0 25px 0;
}
img  {
	border: none;
}
h1, h2, h3, p  {
	margin: 0; padding: 0; text-decoration: none;
}
a  {
	text-decoration: underline;
	color: #6699CC;
}
a:hover  {
	text-decoration: underline;
	color:#FFCC00;
}
.bodytext a { 
	text-decoration: underline;
	color:#6699CC;
}	
div#right p.bodytext a {
	text-decoration: none;
	color: #333333;
}
div#right p.bodytext a:hover {
	color:#6699CC;
}
.bodytext a:HOVER { 
	text-decoration: underline;
	color:#FFCC00;
}		
div#right p.bodytext {
	padding: 0 5px 5px 5px;
}
td  {
	padding: 1px 0;
	vertical-align:top;
	font-size: 100%;
	text-align: left;
}
td.center {
	text-align: center;
}
table.listitem td {
	padding-top: 3px;
	padding-bottom: 3px;
}
td input, td textarea, td select  {
	margin: 2px 5px 2px 0;
}


/***************/

/* Bulletlists */

/***************/


/* Bulletlists, specifically */

UL { 
	color: #444; list-style-image: url(../img/bullet.gif);
}
LI { 
	color: #444; list-style-image: url(../img/bullet.gif);
}
/* common styles END */
/*-------------------*/
		


/*---------------------*/
/* header styles START */
#header { 
	width:955px; 
	height: 106px; 
	overflow: hidden; 
	float:left; 
	position:relative; 
	background:#FFFFFF;
}
#header #banner  {
	float:left;
	width: 955px; 
	height: 106px; 
	position:relative; 
	background:#9ECDFF url(../layout/banner.jpg); 
}
#navigation { 
	position:relative; 
	width:953px; 
	height:124px; 
	float:left; 
	background:#FFF;
	border:1px #9ECDFF solid;
	border-bottom:0px;
	border-top:0;
}
#navigation #nav { 
	position:absolute; 
	width:100%;  
	float:left; 
/*	background:#9ECDFF;
	border-left:1px;
	border-right:1px;
	border-bottom:1px;
	border-top:1px;
    border-style:solid;
    border-color:#000000; */
}
#navigation #navbilder {
	position:absolute; 
	top:22px;  
	width: 953px; 
	height: 100px; 
	background: #9ECDFF; 
	float:left; 
}

/* header styles END */
/*-------------------*/

/*----------------------*/
/* content styles START */

#content { 
	float:left; 
	width: 953px; 
	background-color:#FFFFFF;
	border:1px #9ECDFF solid;
	border-bottom:0px;
	border-top:0;
}	
#content #single { 
	width: 935px; 
	float:left; 
	padding:10px;
}
#content #left { 
	width: 685px; 
	float:left; 
	padding:10px;
}
#content #left_klein { 
	width: 310px; 
	float:left; 
	padding:10px; 
}
#content #middle { 
	width: 310px; 
	float:left; 
	padding:10px;
}
#content #right { 
	width: 220px; 
	float:left; 
	padding:10px;
	margin-left: 5px;
}
#content #content_footer { 
	width: 100%; 
	height: 5px; 
	clear:both; 
	text-align:center; 
	vertical-align:middle; 
	padding:25px 0 5px 0; 
	margin: 5px 0; 
	font-size: 85%; 
}
#content .contentbox { 
	width: 705px; 
	float:left; 
}
/* content styles END */
/*--------------------*/



/*---------------------*/
/* footer styles START */
#footer {
	position:relative; 
	clear:both; 
	width: 955px; 
	height: 20px;  
	background:#9ECDFF; 
	float:left; 
	font-size: 75%;
	font-weight:bold;
}
#footer a {
	color:#333333; 
	text-decoration: none;
}
#footer a HOVER{
	color:#fff; 
	text-decoration: none;
}
#footer #fleft {
	position:absolute; 
	top:2px; 
	width:665px; 
	color: #333333; 
	padding-left: 20px; 
	background:#9ECDFF;
	text-decoration: none; 
}
#footer #fright {
	position:absolute; 
	top:2px; 
	left:685px; 
	width: 250px; 
	color: #333333; 
	padding-right:20px; 
	text-align:right; 
	background:#9ECDFF;
	text-decoration: none;	
}	

/* footer styles END */
/*-------------------*/



/*---------------------------*/
/* main content styles START */

#content  {
	font-size: 89%;
}
#content div.carriage_image	{
	max-width: 680px;
	margin: 0 15px 15px 15px;
}

#content div.carriage_image img	{
	margin: 0 15px 15px 15px;
}
div#content #single p.bodytext {
	padding: 0 5px 5px 5px;
}

div.info {
	height: auto;
	padding: 5px;
	margin-bottom: 10px;
}
#content h1 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 20px;
}
#content h1.csc-firstHeader {
	font-size: 12pt;
	letter-spacing:-0.8px;
	text-decoration: none;
}	
#content h1 a,#content h1 a:HOVER, #content h1.csc-firstHeader a, #content h1.csc-firstHeader a:Hover {
	color:#333333; 
	text-decoration: none;
}	
#content h2 { 
	border: 0;
	width: 195px;
	height: 17px;
	border-bottom: 2px #7A8891 inset;
	border-right: 1px #7A8891 inset;
	
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	line-height:18px;
	background: #9ECDFF url(../layout/navi.jpg) no-repeat 3px 0;
	padding-left: 25px;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 2px;
}
#content h2.csc-firstHeader {
	margin-top:12px;
}
#content h2.nomargin {
	margin-top:0;
}
#content h2 a,#content h2 a:HOVER, #content h2.csc-firstHeader a, #content h2.csc-firstHeader a:Hover,#content h4 a,#content h4 a:HOVER, #content h4.csc-firstHeader a, #content h4.csc-firstHeader a:Hover  {
	color:#333333; 
	text-decoration: none;
}
#content h3, #content h3 { 
	font-size: 111%; 
	color:#9ECDFF; 
	margin: 10px 0 10px 0; 
	border-bottom: 1px #000000 solid;
}
#content h3.csc-firstHeader {
	margin-top: 0; 
	font-size: 111%; 
}
#content h4 { 
	font-size: 111%; 
	color:#000000; 
	margin: 10px 0 10px 0;
}
#content h4.csc-firstHeader {
	margin-top:0;
}
#content h5, #content h5 { 
	font-size: 111%; 
	color:#9ECDFF; 
	margin: 10px 0 10px 0;
}
#content h5.csc-firstHeader {
	margin-top: 0; 
	font-size: 111%; 
}
#content h3 a,#content h3 a:HOVER, #content h3.csc-firstHeader a, #content h3.csc-firstHeader a:Hover,#content h5 a,#content h5 a:HOVER, #content h5.csc-firstHeader a, #content h5.csc-firstHeader a:Hover  {
	color:#9ECDFF; 
	text-decoration: none;
}


td.stepheader {
	text-align: center;
	vertical-align: middle;
	margin: 10px 0;
	border: 1px #333333 solid;
	height: 20px;
}

div.box {
	margin-top:20px;
	width: 162px;
	float: left;
	margin-right: 4px;
}
div.lastbox {
	margin-top:20px;
	width: 162px;
	float: left;
}
div#content div.box p, div#content div.lastbox p {
	padding: 2px 5px 0 5px;
}
div#content div.box h2, div#content div.lastbox h2 {
	width: 137px;
}

div.selectbox {
	margin: 10px 0 20px 0;
	width: 100%;
}
	
/* main content styles END */
/*-------------------*/



/*-------------------*/	
/* menu styles START */
	
.menu-item { 
	padding: 0 0 0 0; 
	margin-top: 2px; 
	float:left; 
	height: 18px; 
}
.menu-item-sub { 
	padding: 0 0 0 0; 
	margin-bottom: 0; 
	float:left; 
	height: 18px; 
}
/* div#nav a {
	left:5px;
	display:block;
	float:left;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	height:16px;
	font-size: 12px;
	padding: 2px 25px 2px 30px;
	background:#9ECDFF url(../layout/navi.jpg) no-repeat left;
	border-left:0;
	border-right:1px;
	border-bottom:0;
	border-top:0;
    border-style:solid;
    border-color:#000000;
	margin-left:5px;
  }
div#nav a:hover	{
	color: #fff;
	padding: 2px 25px 2px 30px;
	background:#9ECDFF url(../layout/navi_weiss.jpg) no-repeat left;
	margin-left:5px;
}
div#nav .active {
	color: #fff;
	padding: 2px 25px 2px 30px;
	background:#9ECDFF url(../layout/navi_weiss.jpg) no-repeat left;
	margin-left:5px;
} */

div#nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

div#nav li {
	margin: 0;
	margin-right:2px;
	display:inline;
	float:left;
	padding: 0 0 0 3px;
	border: 0;
/*	border-right:1px #000 solid; */
	width: 153px;
	height: 17px;
	border-bottom: 2px #7A8891 inset;
	border-right: 1px #7A8891 inset;
	background: #9ECDFF;
  }
div#nav li.first {
	margin-left: 0px;
}
div#nav li.last {
	margin-right: 0px;
	width: 154px;
}
div#nav li a	{
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	line-height:18px;
	background:url(../layout/navi.jpg) no-repeat left -1px;
	padding-left: 30px;
	margin: 0;
}
div#nav li a:hover	{
	color: #fff;
	background:url(../layout/navi_weiss.jpg) no-repeat left;
}
div#nav li a.active {
	color: #fff;
	background:url(../layout/navi_weiss.jpg) no-repeat left;
}

/*-------------------*/
/* form styles START */ 

form  {
	margin: 0;
	padding: 0;
}
label  {
	width: 90px;
	float:left;
}
div.selectbox label {
	width: 65px;
}
input, select {
	width: 170px;
	float:left;
	margin:0;
	margin-bottom:3px;
	background-color:#FFFFFF;
	border:1px #666666 solid;
	color:#333333;
	font-size:11px;
	height:16px;
	padding: 0;
	padding-left:5px;
}
input.small {
	width: 20px;
	border: 0px;
}
select.small {
	width: 50px;
}
textarea  {
	width: 170px;
	float:left;
	margin-bottom:3px;
	background-color:transparent;
	border:1px #666666 solid;
	color:#333333;
	font-size:11px;
	padding-left:5px;
}
.csc-mailform  {
	border: 0px;
}

/* form styles END */  
/*-----------------*/

	
/*--------------------*/
/* image styles START */  
.csc-textpic-image  {   } 
.csc-textpic-caption  {
	color: #666; font-size:75%;
} 	
/* image styles END */ 
/*------------------*/



/*-----------------------*/
/* filelink styles START */
TABLE.csc-uploads  {
	width: 70%;
}
TABLE.csc-uploads TR TD P  {
	background-color : transparent;
	font-size: 100%;
}
TABLE.csc-uploads TR TD  {
	vertical-align : top;
}
TABLE.csc-uploads TR.tr-even  {
	background-color: transparent;
}
TABLE.csc-uploads TR.tr-odd  {
	background-color: transparent;
}
TABLE.csc-uploads TR TD.csc-uploads-icon  {
	padding-left: 6px;
	padding-right: 6px;
	width: 1%;
	text-align: center;
	vertical-align: middle;
}
TABLE.csc-uploads TR TD.csc-uploads-fileName  {
	width: 80%;
	padding-left: 5px;
}
TABLE.csc-uploads TR TD.csc-uploads-fileName P A  { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description  {  }
TABLE.csc-uploads TR TD.csc-uploads-fileSize  {
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 6px;
}
TABLE.csc-uploads-1  {
	border:none;
}
TABLE.csc-uploads-2  {
	border:none;
}
TABLE.csc-uploads-3  {
	border:none;
}
TABLE.csc-uploads-3 TR.tr-even  {
	background-color: #EEEEEE;
}
TABLE.csc-uploads-3 TR.tr-odd  {
	background-color: #EEEEEE;
}
TABLE.csc-uploads-3 TR TD  {
	vertical-align: middle;
}
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG  {
	border: 3px solid black;
}
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG  {
	border: 3px solid red;
}

/* filelink styles END */
/*---------------------*/




/*----------------------*/
/* sitemap styles START */

.tx-dropdownsitemap-pi1 A  { font-weight: normal; }
.tx-dropdownsitemap-pi1 LI.open OL  { display: block; }
.tx-dropdownsitemap-pi1 LI.closed OL  { display: none; }
.tx-dropdownsitemap-pi1 LI.open UL  { display: block; }
.tx-dropdownsitemap-pi1 LI.closed UL  { display: none; }
.tx-dropdownsitemap-pi1 DIV  { border: solid 1px #666666; background: transparent; padding: 0; margin-bottom: 5px; }
.tx-dropdownsitemap-pi1 DIV.level_2  { background: transparent }
.tx-dropdownsitemap-pi1 DIV.level_2 A  { font-weight: normal; }
.tx-dropdownsitemap-pi1 DIV.level_3  { background: transparent; }
.tx-dropdownsitemap-pi1 DIV.level_4  { background: transparent; }
.tx-dropdownsitemap-pi1 DIV.level_5  { background: transparent; }
.tx-dropdownsitemap-pi1 DIV.expAll  { text-align: center; border: 0; background: transparent; }

/* sitemap styles END */
/*--------------------*/



/*----------------------*/
/* search styles START */
.tx-macinasearchbox-pi1 {
	margin: 0 0 20px 10px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
	width:100px; 
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
	width:150px; 
}
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { 
	font-weight:bold; 
	font-style:italic; 
}
.tx-indexedsearch .tx-indexedsearch-whatis { 
	margin-top:10px; 
	margin-bottom:5px; 
}
.tx-indexedsearch P.tx-indexedsearch-noresults { 
	text-align:center; 
	font-weight:bold; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { 
	background:#eeeeee; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { 
	font-weight:bold; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { 
	font-weight:normal; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { 
	font-style:italic; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { 
	color:red; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { 
	background:#eeeeff; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {  }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead h2 {  }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE {  }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {  }
.tx-indexedsearch .tx-indexedsearch-res .noResume { 
	color : #666666; 
}
/* search styles END */
/*----------------------*/


div.textlabel {
	float: left;
	width: 100px;
}