/**************************************************************
 * Main Stylesheet 'styles.css' for 'www.bruggmann.ch'.
 *
 * @author	Claudio Sprenger <info[at]claudio-sprenger.ch>
***************************************************************/



/*---------------------*/
/* common styles START */

html  {
	margin: 0;
	padding: 0; 
}
body  {
	padding: 0;
	background: #FFF url(../images/bground_main.gif) no-repeat;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px 0 0 0;
}
#pagecont  {
	margin: 0;
	min-width: 955px;
	width: 100%;
	text-align:left;
	padding: 0;
	background: url(../images/bground_balken.gif) no-repeat left 239px;
}
img  {
	border: none;
	margin: 0;
}
#main li {
	list-style: none;
	background: url(../images/punkt.gif) no-repeat left 4px;
	padding: 2px 0 2px 20px;
}
#main a {
	color: #000000;
}
dl {
	padding-bottom: 10px;
}
h1, h2, h3, p  {
	margin: 0; padding: 0;
}
a  {
	text-decoration: underline;
	color: #FF9933;
}
a:hover  {
	text-decoration: none;
}
td  {
	padding: 1px 0;
}
td input, td textarea, td select  {
	margin: 2px 0 2px 5px;
}

/* common styles END */
/*-------------------*/



/*---------------------*/
/* header styles START */

#header  {
	width: 100%;
	height: 70px;
	min-height: 70px;
	float:left;
	background: transparent url(../images/bground_trenn.gif) 180px 21px no-repeat;
}
#header #homelink  {
	width: 125px;
	height: 24px;
	min-height: 24px;
	float: left;
	padding: 36px 0 0 155px;
	color: #8c8c8c;
	font-size: 89%;
}
#header #first_level_nav  {
	height: 70px;
	min-height: 70px;
	float: left;
	padding: 0 0 0 0;
	margin: 0;
}


/* header styles END */
/*-------------------*/



/*----------------------*/
/* content styles START */

#content  {
	position:relative;
	width: 100%;
	float:left;
	padding: 0 0;
	min-height: 523px;
	height: auto !important;
	height: 523px;
}
#content div#borderinfo  {
	width: 110x;
	float: left;
	padding: 0 45px 0 0;
	margin-top: 260px;
}
div.infowrap  {
	width: 150x;
	float: left;
	padding: 0 0 0 5px;
	margin-top: 25px;
	color: #666666;
	font: 86% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#content #navigation  {
	width: 125px;
	float: left;
	padding: 50px 0 0 0;
	color: #8c8c8c;
	font-size: 89%;
}
#content #main  {
	width: 675px;
	float:left;
}

/* content styles END */
/*--------------------*/



/*---------------------*/
/* footer styles START */

#footer_links  {
	width: 644px;
	height: 45px;
	float: left;
	padding: 6px 0 0 277px;
	color: #FF9933;
	font-weight: bold;
	clear:both;
}
#footer_links a {
	background: url(../images/print_punkt.gif) no-repeat left 2px;
	padding-left: 15px;
	text-decoration: none;
	margin-right: 45px;
}
#footer_links div.copyright {
	margin-top: 2px;
	color: #8c8c8c;
	font-size: 9px;
	font-weight: normal;
}
#footer  {
	width: 100%;
	height: 30px;
	min-height: 30px;
	background: transparent url(../images/bground_trenn.gif) 170px 23px no-repeat;
	border-top: 2px solid #666666;
	background: #CCCCCC;
	clear:both;
}
#footer_left  {
	width: 644px;
	height: 23px;
	float: left;
	padding: 6px 0 0 155px;
	color: #666666;
	font-size: 105%;
	font-weight: bold;
}
#footer_right  {
	width: 154px;
	height: 23px;
	float:left;
	border-left: 2px solid #666666;
	background: url(../images/fuss_bruggmannag.gif) no-repeat;
}

/* footer styles END */
/*-------------------*/



/*---------------------------*/
/* main content styles START */

#content  {
	font-size: 100%;
}
#content p {
	margin-bottom: 10px;
}
#content td p {
	margin:0;
}
#content h1  {
	font-size: 2.2em;
	margin: 20px 0 25px 0;
	color: #FF9933;
}
#content h1.csc-firstHeader  {
	margin-top:30;
}
#content h2  {
	font-size: 100%;
	margin: 0 0 5px 0;
	color:#FF9933;
	padding: 0;
	font-weight: bold;
}
#content h2.csc-firstHeader  {
	margin-top:0;
}
#content h2 a  {
	color: #FF9933;
	text-decoration: none;
}
#content h3  {
	font-size: 100%;
	color: #B2B2B2;
	margin: 0 3px 7px 0;
}


div#homelink ul  {
	margin: 0;
	padding: 0;
}
div#homelink li  {
	list-style: none;
	display: inline;
}
div#homelink a  {
	display: inline;
	color:#8c8c8c;
	text-decoration:none;
	margin-top:2px;
	width: 120px;
	height:15px;
	padding-bottom:2px;
}
div#homelink a:hover  {
	border-bottom: 2px solid #FF9933;
}
div#homelink .active  {
	border-bottom: 2px solid #FF9933;
}

div#first_level_nav ul  {
	margin: 0;
	padding: 0;
}
div#first_level_nav li  {
	list-style: none;
	float: left;
	display: inline;
	width: 135px;
	height: 70px;
}
div#first_level_nav a  {
	color:#8c8c8c;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
}
div#first_level_nav a:hover  {
	color:#292929;
}
div#first_level_nav .active  {
	color:#840604;
}

div#second_level_nav ul  {
	margin: 0;
	padding: 0;
}
div#second_level_nav li  {
	list-style: none;
	margin-bottom: 10px;
}
div#second_level_nav a  {
	display: inline;
	color:#8c8c8c;
	text-decoration:none;
	margin-top:2px;
	width: 120px;
	height:15px;
	padding-bottom:2px;
}
div#second_level_nav a:hover  {
	border-bottom: 2px solid #FF9933;
}
div#second_level_nav .active  {
	border-bottom: 2px solid #FF9933;
}
div#second_level_nav ul.third_level_nav  {
	margin: 3px 0 0 10px;;
}


#right ul  {
	width: 160px;
	height: 98px;
	min-height: 98px;
	float: left;
	padding: 0 0 0 60px;
	font-size: 100%;
	margin: 0;
	list-style: none;
}
#right ul li  {
	display:block;
	margin-top:2px;
	width: 120px;
	height:15px;
}
#right ul li a  {
	background: url(../layout/2nd_level_nav.gif) no-repeat 0 1px;
	color:#B2B2B2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left:12px;
	padding-top:0;
}
#right ul li a:hover  {
	background: url(../layout/2nd_level_nav_hover.gif) no-repeat 0 1px;
}

/* main content styles END */
/*-------------------------*/



/*-------------------*/
/* form styles START */ 

form  {
	width:350px;
}
label  {
	width: 100px;
	float:left;
}
input  {
	width: 210px;
	float:left;
	margin-bottom:3px;
	background-color:#FFFFFF;
	border:1px #6D6D6D solid;
	color:#000;
	font-size:11px;
	height:16px;
	padding-left:5px;
}
select  {
	float:none;
	margin-bottom:3px;
	background-color:#0E0E0E;
	border:1px #6D6D6D solid;
	color:#B2B2B2;
	font-size:11px;
	height:16px;
	padding-left:5px;
}
textarea  {
	width: 210px;
	float:left;
	margin-bottom:3px;
	background-color:#0E0E0E;
	border:1px #6D6D6D solid;
	color:#B2B2B2;
	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:50%;
} 	

/* 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: #99ff99;
}
TABLE.csc-uploads-3 TR.tr-odd  {
	background-color: #99ff66;
}
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 */
/*---------------------*/



/*------------------------*/
/* guestbook styles START */

.tx-guestbook-list-table  { border-style: solid; border-color: #000000; border-width: 0px; width:100%; }
.tx-guestbook-list-header  { background-color: #0E0E0E; color: #A2A2A2; padding-left: 5px;  }
.tx-guestbook-list-table a  { color: #A2A2A2; }
.tx-guestbook-list-row  { background-color:transparent; padding-left: 3px; }
.tx-guestbook-list-rowleft  { background-color: transparent; padding-left: 3px; width: 8%; }
.tx-guestbook-list-entrycomment-title  {font-weight: bold; }
.tx-guestbook-list-entrycomment  { font-style: italic;  }
.tx-guestbook-list-small  { font-size: 95%; color: #A2A2A2; padding-right: 3px; font-weight: normal; }
.tx-veguestbook-pi1-browsebox TD  { font-size: 9px; color: #666666; }
.tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell  { font-weight: bold; }
.tx-veguestbook-pi1-browsebox-SCell  { background-color: #EEEEEE; }
.tx-guestbook-latest-header  { background-color: #539521; color: #FFFFFF; font-weight:bold; }
.tx-guestbook-latest-row  { background-color: #FFFFFF; }
.tx-guestbook-latest-small  { font-size: 9px; color: #666666; }
.tx-guestbook-form-inputfield-med  {  }
.tx-guestbook-form-inputfield-big  {  }
.tx-guestbook-form-textarea  {  }
.tx-guestbook-form-obligationfield  {  }
.tx-guestbook-form-error  { color: #CC0000; }	

/* guestbook 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 #6D6D6D; 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 */
/*--------------------*/



/*-------------------*/
/* News styles START */

div.news-list-item img, div.news-single-item img {
	margin: 0 20px 20px 0;
	float: left;
}
div.news-list-item h2, div.news-single-item h2 {
	margin-top: 5px;
}

/* News styles END */
/*-----------------*/