/*************************************************************************************
Projekt: CMS für Neues Altdorf

Webtech AG
Lehnplatz 10, 6460 Altdorf, Schweiz
Tel. +41 (0)41 874 30 30, E-Mail mail[at]webtech[dot]ch
All rights reserved, all graphics copyrighted.
**************************************************************************************/



/* Main ******************************************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* Zentrierung für IE */
	font-size: 100.00%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F3F1EE;
	background-image: url(img/body_bgr.gif);
	background-repeat: repeat-x;
	overflow:-moz-scrollbars-vertical; /* Seitwätsverschiebung im Firefox verhindern */
}

a:link    { color: red }     /* noch nicht besuchter Link */
a:visited { color: blue }    /* schon besuchter Link   */   
a:hover   { color: lime} 	   /* Benutzer 'hovert'     */    
a:active  { color: lime }    /* Link wird ausgewählt   */
/* Main end **************************************************************************/ 



/* Page area **************************************************************************/
#page {
	width: 960px;
	margin: 0 auto;			/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
}
/* Page area end **********************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	width: 960px;
}
/* Header end *************************************************************************/



/* Header top *************************************************************************/
#headerTop{
	float: left;
	width: 100%;
	height: 55px;
	background-image: url(img/headerTop_bgr.gif);
	background-repeat: no-repeat;
}
/* Header top end *********************************************************************/



/* navHelp ****************************************************************************/
#navHelp {
	float: left;
	width: 700px;
	padding-top: 10px;
	text-align: right;
	font-size: 0.6em;
	text-transform: uppercase;
}

/* horizontal */
#navHelp ul {
	list-style-type: none;
}

#navHelp li {
	display: inline;
	color: #C6C6C5;
}

#navHelp a {
	color: #C6C6C5;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #9D9D9C;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 14px;
	padding-bottom: 4px;
}

#navHelp a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#navHelp ul li a.active, #navHelp ul li a.active:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* navHelp ****************************************************************************/



/* Search *****************************************************************************/
#search {
	float: right;
	width: 245px;
	padding-top: 10px;
	text-align: right;
}

#search input {
	/*-x-system-font:none;*/
	/*font-family:verdana,helvetica,arial;*/
	width: 50px;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	vertical-align: middle;
}
/* Search end *************************************************************************/



/* Header left ************************************************************************/
#headerLeft{
	float: left;
	width: 739px;
	height: 310px;
	background-image: url(img/headerLeft_bgr.gif);
	background-repeat: no-repeat;
}
/* Header left end ********************************************************************/



/* Header Image ***********************************************************************/
#headerImage {
	float: left;
	width: 727px;
	height: 244px;
	position: relative;
	/*background-image: url(img/headerimage_1.jpg);*/
	background-repeat: no-repeat;
	background-position: 12px 26px; 
}
/* Header Image end *******************************************************************/



/* Main nav ***************************************************************************/
#navMain {
	float: left;
	width: 700px;
	padding-top: 20px;
	padding-left: 8px;
	text-align: left;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: normal;
}

/* horizontal */
#navMain ul {
	list-style-type: none;
}

#navMain li {
	display: inline;
	color: #6E6E6E;
}

#navMain li.last a{
	border: none;
}

#navMain a {
	color: #6E6E6E;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	border-right: 1px solid #D7D7D6;
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 16px;
	padding-bottom: 7px;
}

#navMain a:hover {
	color: #D30029;
	text-decoration: none;
}

#navMain ul li a.active, #navMain ul li a.active:visited {
	color: #D30029;
	text-decoration: none;
}
/* Main nav end ***********************************************************************/



/* Header right ***********************************************************************/
#headerRight{
	float: left;
	width: 221px;
	height: 310px;
	background-image: url(img/headerRight_bgr.gif);
	background-repeat: no-repeat;
}
/* Header right end *******************************************************************/



/* Logo *******************************************************************************/
#logo {
	float: left;
	width: 100%;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
}
/* Logo end ***************************************************************************/


/* Slogan *****************************************************************************/
#slogan {
	float: left;
	width: 100%;
	height: 150px;
	background-position: top left;
	background-image: url(../dateien/bilder/slogan/slogan.gif);
	background-repeat: no-repeat;
}
/* Slogan end *************************************************************************/



/* Site *******************************************************************************/
#site {
	float: left;
	width: 100%;
	background-image: url(img/site_bgr.gif);
	background-repeat: repeat-y;
}
/* Site end ***************************************************************************/



/* SiteLeft ***************************************************************************/
#siteLeft {
	float: left;
	width: 716px;
	background-image: url(img/siteLeft_bgr.gif);
	background-repeat: no-repeat;
}
/* siteLeft end ***********************************************************************/



/* Sub1 nav ***************************************************************************/
#navSub1 {
	float: left;
	width: 706px;
	height: 15px;
	padding-top: 5px;
	padding-left: 9px;
	text-align: left;
	font-size: 0.7em;
	text-transform: uppercase;
}

/* horizontal */
#navSub1 ul {
	list-style-type: none;
}

#navSub1 li {
	display: inline;
	color: #777776;
}

#navSub1 a {
	color: #777776;
	text-decoration: none;
	padding-left: 11px;
	padding-right: 15px;
}

#navSub1 a:hover {
	color: #D30029;
	text-decoration: none;
}

#navSub1 ul li a.active, #navSub1 ul li a.active:visited {
	color: #6E6E6E;
	font-weight: bold;
	text-decoration: none;
}
/* Sub nav end ************************************************************************/



/* Content Spacer *********************************************************************/
#contentSpacer {
	float: left;
	width: 1px;
	height: 300px;
}
/* Content Spacer end *****************************************************************/



/* Content ****************************************************************************/
#content {
	float: left;
	width: 620px;
	margin-top: 32px;
	padding-left: 55px; /* für den IE, da margin nicht geht */
	padding-bottom: 30px; /* für den IE, da margin nicht geht */
	color: #6E6E6E;
	font-size: 0.7em;
}

#content h1 {
	color: #D30029;
	margin-bottom: 15px;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
}

#content h2 {
	color: #D30029;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.25em;
	font-weight: normal;
	text-transform: uppercase;
}

#content p {
	color: #6E6E6E;
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 15px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #6E6E6E;
}

#content ul ul, #content ol ol {
	margin-bottom: 0px;
}

#content ul li, #content ol li {
	padding-bottom: 4px;
}

#content a {
	color: #6E6E6E;
	text-decoration: underline;
	font-weight: normal;
}

#content a:hover {
	color: #D30029;
	text-decoration: underline;
	font-weight: normal;
}

#content a.active:link, #content a.active:visited {
	color: #6E6E6E;
	text-decoration: underline;
	font-weight: normal;
}

#content img {
	margin-bottom: 10px;
	border: 1px solid #E7E7E7;
	_border: 0;
}

/* LightBox mit Bildlegende */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-top:-15px;
}

div.csc-textpic div.csc-textpic-imagewrap ul {
	list-style: none outside none !important;
	margin: 0px !important;
	padding: 0px !important;
}

/* Formular Style */
.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float: left;
clear: both;
display: block;
width: 190px;
padding-left: 0px;
margin-bottom: 2px;
}

.csc-mailform-field input, 
.csc-mailform-field textarea, 
.csc-mailform-field select {
margin-bottom: 10px;
}

.csc-mailform-radio {
	border: none;
}

#csc-mailform-radio {
	border: none;
}

csc-mailform-radio {
	border: none;
}

.csc-mailform-radio legend {
  display:none;
}

.csc-mailform-submit {
	/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */	
	margin-top: 10px;
	margin-left: 190px; 
	/* Float wieder abschalten */
	clear: both;
}

/* Sitemap */
.csc-sitemap ul li a:link, .csc-sitemap ul li a:visited{
	text-decoration: none !important;
	border-bottom: none !important;
}

/* Suche-Style */
.tx-indexedsearch {
	color: #6E6E6E;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
	width:100px; 
	margin-left: 10px !important;
	margin-top: 2px;
	margin-bottom: 20px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
	width:150px; 
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox SELECT { 
	width:154px; 
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Tabellen im Content */
#content .contenttable {
	width: 100%;
	border-collapse: collapse;
}

#content .contenttable tr {
}

#content .contenttable th, #content .contenttable td {
	padding-right: 15px;
	/*border-bottom: 1px solid #cccccc;*/
	vertical-align: top;
}

#content .contenttable th p, #content .contenttable td p {
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 8px;
	padding-bottom: 3px;
}

/* Personen-Porträts */
.csc-frame-frame1 {
	float: left;
	width: 245px;
	height: 105px;
	margin-right: 5px;
	padding-bottom: 25px;
}

.csc-frame-frame1 p {
	line-height: 1.4em !important;
}

.csc-frame-frame2 {
	float: left;
	width: 245px;
	margin-right: 5px;
}

.csc-frame-rulerBefore {
	clear: both;
}


/*Branchenbuch: Suche nach Firma*/
#content #na_autocomplete {
	padding-top: 25px;
}

#content #na_label {
	font-weight: bold;
}

#content #na_input {
	width: 200px;
}

#content .yui-ac{position:relative;}
/*#content .yui-ac-input{position:absolute;width:100%;}*/
/*#content .yui-ac-container{position:absolute;top:40px;width:100%;}*/
#content .yui-ac-content{position:absolute;width:100%;border:1px solid #808080;background:#fff;overflow:hidden;z-index:9050;}
#content .yui-ac-shadow{position:absolute;margin:.3em;width:100%;background:#000;-moz-opacity:.10;opacity:.10;filter:alpha(opacity=10);z-index:9049;}
#content .yui-ac iframe{opacity:0;filter:alpha(opacity=0);padding-right:.3em;padding-bottom:.3em;}
#content .yui-ac-content ul{margin:0;padding:0;width:100%;}
#content .yui-ac-content li{margin:0;padding:2px 5px;cursor:default;white-space:nowrap;list-style:none;zoom:1;}
#content .yui-ac-content li.yui-ac-prehighlight{background:#B3D4FF;}
#content .yui-ac-content li.yui-ac-highlight{background:#426FD9;color:#FFF;}

/* Content end ************************************************************************/



/* siteRight **************************************************************************/
#siteRight {
	float: left;
	width: 244px;
	_width: 204px;	/* für IE6! */
	background-image: url(img/siteRight_bgr.gif);
	background-repeat: repeat-y;
}
/* siteRight end **********************************************************************/



/* News *******************************************************************************/
#news_head {
	float: left;
	width: 221px;
}

#news_head h1 {
	color: #D30029;
	margin-top: 0px;
	padding-bottom: 5px;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 17px;
}

#news_text {
	float: left;
	width: 175px;
	color: #6E6E6E;
	font-size: 0.7em;
	background-position: left bottom;
	background-image: url(img/news_text_bottom_bgr.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom: 15px;
}

#news_text h2 {
	color: #6E6E6E;
	font-size: 1em;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 3px;
}

#news_text p {
	font-size: 1em;
	padding-bottom: 3px;
}

#news_text a {
	color: #6E6E6E;
	font-size: 1.1em;
	padding-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
}

#news_text p a, #news_text .moreLink {
	padding-left: 12px;
	background-position: 0px 3px;
	background-image: url(img/news_links.gif);
	background-repeat: no-repeat;
}

#news_text a:hover {
	color: #D30029;
	text-decoration: underline;
	font-weight: bold;
}

#news_foot {
	float: left;
	width: 244px;
	height: 20px; 
	background-image: url(img/news_foot_bgr.gif);
	background-repeat: no-repeat;
}
/* News end ***************************************************************************/



/* Banner *****************************************************************************/
#banner {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-left: 42px;
	padding-bottom: 15px;
}

#banner img {
	border: 1px solid #6E6E6E;
}
/* Banner end *************************************************************************/



/* Footer *****************************************************************************/
#footerArea {
	float: left;
	width: 100%;
	/*height: 140px;*/
	background-image: url(img/footerArea_bgr.gif);
	background-repeat: repeat-x;
	padding-bottom: 50px;
}

#footer {
	width: 960px;
	height: 140px;
	margin: 0 auto;			/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
	background-image: url(img/footer_bgr.gif);
	background-repeat: no-repeat;
}
/* Footer end *************************************************************************/



/* Address ****************************************************************************/
#address {
	float: left;
	width: auto; /* auto wegen IE6 */
	color: #A5A7A7;
	font-size: 0.65em;
	padding-top: 90px;
	padding-left: 244px;
}

#address p{
	padding-left: 14px;
	margin-left: 14px;
	border-left: 1px solid #A5A7A7;
}

#address a {
	color: #A5A7A7;
	text-decoration: none;
}

#address a:hover{
	color: #D30029;
	text-decoration: underline;
}

.adrbox {
	float: left;
	text-align: left;
}
/* Address end ************************************************************************/



/* Copy *******************************************************************************/
#copy {
	float: left;
	width: 955px;
	text-align: center;
	padding-top: 30px;
	color: #A5A7A7;
	font-size: 0.65em;
}

#copy a {
	color: #6E6E6E;
	text-decoration: none;
}

#copy a:hover{
	color: #000000;
	text-decoration: underline;
}
/* Copy end ***************************************************************************/



/* Special ****************************************************************************/
.clear {
	clear: both;
}

.hide { 
	display: none; 
}
/* Special end ************************************************************************/
