/*************************************************************************************
Projekt: CMS für BWZ Uri

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;
}

html, body {
	height: 100.1%; /*Scrollbalken erscheint immer*/
}

body {
	text-align: center; /* Zentrierung für IE */
	font-size: 100.00%;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	/*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: 980px;
	margin: 0 auto;		/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
}
/* Page area end **********************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	width: 980px;
	height: 225px;
	background-color: #ffffff;
	margin-top: 15px;
}
/* Header end *************************************************************************/



/* Logo *******************************************************************************/
#logo {
	float: left;
	width: 600px;
	height: 65px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
/* Logo end ***************************************************************************/



/* navHelp ****************************************************************************/
#navHelp {
	float: right;
	width: 350px;
	height: 12px;
	padding-top: 53px;
	padding-right: 10px;
	text-align: right;
	font-size: 0.65em;
}

/* horizontal */
#navHelp ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navHelp li {
	display: inline;
	color: #999999;
}

#navHelp ul li a {
	color: #999999;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
}

#navHelp a:hover {
	color: #00344D;
	text-decoration: none;
}

#navHelp ul li a.active, #navHelp ul li a.active:visited {
	color: #00344D;
	font-weight: bold;
	text-decoration: none;
}
/* navHelp ****************************************************************************/



/* Header Image *************************************************************************/
#headerImage {
	float: left;
	/*Image 960x160*/
	width: 980px;
	height: 140px;
	background-position: 10px 0px;
	/*background-image: url(img/headerimage_1.jpg);*/
	background-repeat: no-repeat;
}
/* Header Image end *********************************************************************/



/* Site *******************************************************************************/
#siteSpacer {
	float: left;
	width: 10px;
	height: 50px;
}

#site {
	float: left;
	width: 980px;
	/*border-top: 1px dashed #00344D;*/
	border-bottom: 1px dashed #00344D;
}
/* Site end ***************************************************************************/



/* SiteLeft ***************************************************************************/
#siteLeft {
	float: left;
	width: 270px;
	background-image: url(img/site_bgr.jpg);
	background-repeat: no-repeat;
}
/* SiteLeft end ***********************************************************************/



/* SiteRight **************************************************************************/
#siteRight {
	float: left;
	width: 690px;
	background-image: url(img/site_bgr.jpg);
	background-repeat: no-repeat;
}
/* SiteRight end **********************************************************************/



/* Main nav ***************************************************************************/
#navMain {
	float: left;
	width: 260px;
	font-size: 0.7em;
	padding-top: 13px;
	padding-left: 0px;
	padding-bottom: 50px;
}

/* Level 1 - vertical */
#navMain ul {
	list-style-type: none;
}

#navMain li {
	padding-top: 0px;
}

#navMain ul li a {
	color: #00344D;
	width: 255px;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 13px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px dotted #00344D;
}

#navMain ul li a.has_sub {
	background-position: 245px 8px;
	background-image: url(img/nav_arrow-down-dark.png);
	background-repeat: no-repeat;
}

#navMain ul li a.active_parent {
	color: #ffffff;
	background-color: #0050AA;
	font-weight: normal;
	border-bottom: 1px dotted #ffffff;
	background-position: 245px 8px;
	background-image: url(img/nav_arrow-down-white.png);
	background-repeat: no-repeat;
}

#navMain ul li a:hover {
	color: #ffffff;
	background-color: #0050AA;
}

#navMain ul li a.has_sub:hover {
	background-position: 245px 8px;
	background-image: url(img/nav_arrow-down-white.png);
	background-repeat: no-repeat;
}


#navMain ul li a.active, #navMain ul li a.active:visited {
	color: #ffffff;
	background-color: #0050AA;
	font-weight: bold;
	/*border-bottom: 1px dotted #ffffff;*/
	background-position: 245px 8px;
	background-image: url(img/nav_arrow-right-white.png);
	background-repeat: no-repeat;
}

/* Level 2 - vertical */
#navMain ul ul {
	width: 260px;
	font-size: 1em;
	background-color: #BBE8FF;
}

#navMain ul ul li a {
	text-transform: none;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 240px;
}

#navMain ul ul li a.has_sub,
#navMain ul ul li a.has_sub:hover, 
#navMain ul ul li a.active_parent, 
#navMain ul ul li a.active, 
#navMain ul ul li a.active:visited {
	background-position: 245px 5px;
}

/* Level 3 - vertical */
#navMain ul ul ul {
	width: 260px;
	font-size: 1em;
	background-color: #E6F7FF;
}

#navMain ul ul ul li a {
	text-transform: none;
	font-weight: normal;
	padding-left: 35px;
	width: 225px;
}

/* Level 4 - vertical */
#navMain ul ul ul ul {
	width: 260px;
	font-size: 1em;
	background-color: #F2F9FF;
}

#navMain ul ul ul ul li a {
	text-transform: none;
	font-weight: normal;
	padding-left: 50px;
	width: 210px;
}

/* Main nav end ***********************************************************************/



/* navSpec ****************************************************************************/
#navSpec {
	float: left;
	width: 680px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 0.7em;
	padding-bottom: 10px;
}

/* horizontal */
#navSpec ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 31px;
	border-bottom: 2px solid #00344D;
}

#navSpec li {
	display: inline;
	color: #00344D;
}

#navSpec ul li a {
	display: block;
	float: left;
	line-height: 30px;
	color: #00344D;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 4px;
	border: 1px solid #00344D;
	background-color: #d5e773;
	width: 110px;
}

#navSpec a:hover {
	text-decoration: none;
	background-color: #f4f4ea;
}

#navSpec ul li a.active, #navSpec ul li a.active:visited {
	color: #00344D;
	font-weight: bold;
	text-decoration: none;
	background-color: #f4f4ea;
}
/* navSpec ****************************************************************************/



/* Content ****************************************************************************/
#contentSpacer {
	float: left;
	width: 10px;
	height: 400px;
}

#content {
	float: left;
	width: 680px;
	font-size: 0.75em;
	padding-top: 8px;
	padding-bottom: 20px;
}

#contentLeft {
	float: left;
	width: 430px;
}

#contentRight {
	float: right;
	width: 240px;
}

#content h1 {
	color: #00344D;
	font-size: 1.75em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding-bottom: 20px;
}

#content h2 {
	color: #00344D;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: normal;
	padding-bottom: 15px;
}

#content h3 {
	color: #00344D;
	font-size: 1.15em;
	line-height: 1.5em;
	font-weight: normal;
	padding-bottom: 15px;
}

#content p {
	color: #505050;
	font-size: 1em;
	line-height: 1.9em;
	padding-bottom: 15px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 25px;
	color: #505050;
}

#content ul li, #content ul li {
	line-height: 1.9em;
	padding-bottom: 4px;
}

#content a {
	color: #0066CC;	
	text-decoration: none;
}

#content p a {
	color: #0066CC;
}

#content a:hover {
	color: #0066CC;
	text-decoration: underline;	
}

#content a.active:link, #content a.active:visited {
	color: #0066CC;
}

#content img {
	margin-bottom: 10px;
	border: 1px solid #DCDCDC;
	_border: 0;
}

/*Text-Ausrichtungen über Block Style*/
#content p.align-left, #content td.align-left { 
	text-align: left; 
}
#content p.align-center, #content td.align-center { 
	text-align: center; 
}
#content p.align-right, #content td.align-right { 
	text-align: right; 
}


/* LightBox mit Bildlegende */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-top:-10px;
}

/* 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: 0px; 
	/* 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: #383B49;
}

.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;
}

.tx-indexedsearch .tx-indexedsearch-icon IMG {
	margin-bottom: 0px !important;
	border: none !important;
}


/* Tabellen im Content */
#content .contenttable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#content .contenttable tr {
}

#content .contenttable th, #content .contenttable td {
	padding-right: 15px;
	vertical-align: top;
}

#content .contenttable th p, #content .contenttable td p {
	color: #4B4B4D;
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 8px;
	padding-bottom: 3px;
}

#content .spacer-gif {
	margin-bottom: 0;
	border: none;
}

/* Zusätzliche Tabellenformatierungen */
.csc-frame-frame1 .contenttable td {	/*Tabellenlinien nur unten*/
	border-bottom: 1px solid #cccccc;
}

.csc-frame-frame2 .contenttable td {	/*Tabellenlinien als Gitter*/
	border: 1px solid #cccccc;
}
#content .csc-frame-frame2 .contenttable th p, #content .csc-frame-frame2 .contenttable td p {
	padding: 4px;
}


.csc-frame-rulerBefore {
	clear: both;
}
/* Content end ************************************************************************/



/* News ******************************************************************************/
#news_bgr {
	float: right;
	width: 230px;
	background-color: #f4f4ea;
	border: 1px solid #00344D;
	margin-top: 5px;	
}

#news {
	float: left;
	width: 210px;
	margin-top: -2px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 0px;
}

#news h2 {
	color: #00344D;
	font-size: 1.35em;
	font-weight: normal;
	padding-bottom: 10px;
}

#news h3 {
	color: #0066CC;
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #00344D;
}

#news p {
	color: #505050;
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 0px;
}

#news a, #news p a {
	color: #0066CC;	
	text-decoration: none;
}

#news a:hover {
	color: #0066CC;	
	text-decoration: underline;
}
/* News  end **************************************************************************/



/* Address ****************************************************************************/
#address{
	float: left;
	width: 260px;
	color: #505050;
	font-size: 0.7em;
	padding-left: 5px;
	padding-bottom: 30px;
}

#address p{
	line-height: 1.5em;
}

#address a {
	color: #0066CC;
	text-decoration: none;
}

#address a:hover{
	color: #0066CC;
	text-decoration: underline;
}
/* Address end ************************************************************************/



/* Footer *****************************************************************************/
#footer {
	float: left;
	width: 958px;	/*Muss für IE6 2-5 Pixelschmäler sein!!!*/
	height: 80px;
}
/* Footer end *************************************************************************/



/* Copy *******************************************************************************/
#copy {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	color: #999999;
	font-size: 0.65em;
}

#copy a {
	color: #999999;
	text-decoration: none;
}

#copy a:hover{
	color: #000000;
	text-decoration: underline;
}
/* Copy end ***************************************************************************/



/* Special ****************************************************************************/
.clear {
	clear: both;
}

.hide { 
	display: none; 
}
/* Special end ************************************************************************/
