/*************************************************************************************
Projekt: CMS für Infanger Transporte AG

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;
	overflow:-moz-scrollbars-vertical; /* Seitwätsverschiebung im Firefox verhindern */
	background-image: url(img/body_bgr.jpg);
	background-repeat: repeat-x;
}

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: 905px;
	margin: 0 auto;		/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
}
/* Page area end **********************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	width: 905px;
	height: 420px;
	background-image: url(img/header_bgr.jpg);
	background-repeat: no-repeat;
}
/* Header end *************************************************************************/



/* navHelp ****************************************************************************/
#navHelp {
	float: left;
	width: 890px;
	height: 12px;
	padding-top: 7px;
	text-align: right;
	font-size: 0.65em;
}

/* horizontal */
#navHelp ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navHelp li {
	display: inline;
	color: #787878;
}

#navHelp a {
	color: #787878;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
}

#navHelp a:hover {
	color: #005090;
	text-decoration: none;
}

#navHelp ul li a.active, #navHelp ul li a.active:visited {
	color: #005090;
	font-weight: bold;
	text-decoration: none;
}
/* navHelp ****************************************************************************/



/* Logo *******************************************************************************/
#logo {
	float: left;
	width: 220px;
	height: 65px;
	padding-top: 17px;
	padding-left: 10px;
}
/* Logo end ***************************************************************************/



/* Main nav ***************************************************************************/
#navMain {
	float: left;
	width: 218px;
	font-size: 0.85em;
	text-transform: uppercase;
	padding-top: 28px;
	padding-left: 11px;
}

/* Level 1 - vertical */
#navMain ul {
	list-style-type: none;
}

#navMain li {
}

#navMain a {
	color: #787878;
	display: block;
	padding-left: 33px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-decoration: none;
	height: 100%;
	background-position: 11px 13px;
	background-image: url(img/mainnav_bgr.png);
	background-repeat: no-repeat;
	
}

#navMain ul li a:hover {
	color: #005090;
	background-position: 0px 1px;
	background-image: url(img/mainnav_hover.jpg);
	background-repeat: no-repeat;
	/*background-color: #e1e8dd;*/
}

#navMain ul li a.active, #navMain ul li a.active:visited {
	color: #005090;
	font-weight: bold;
	background-position: 0px 1px;
	background-image: url(img/mainnav_active.jpg);
	background-repeat: no-repeat;
	/*background-color: #eeee82;*/
}
/* Main nav end ***********************************************************************/



/* Header Image *************************************************************************/
#headerImage {
	float: right;
	/*Image 610x275*/
	width: 653px;
	height: 298px;
	background-position: 27px 23px !important;
	background-repeat: no-repeat !important;
}
/* Header Image end *********************************************************************/



/* navSub1 ****************************************************************************/
#navSub1 {
	float: left;
	width: 218px;
	font-size: 0.75em;
	text-transform: uppercase;
	padding-top: 1px;
	padding-left: 11px;
	padding-bottom: 175px;
}

/* Level 1 - vertical */
#navSub1 ul {
	list-style-type: none;
}

#navSub1 li {
}

#navSub1 a {
	color: #787878;
	display: block;
	padding-left: 17px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	height: 100%;
}

#navSub1 ul li a:hover {
	color: #005090;
	background-image: url(img/subnav_hover.jpg);
	background-repeat: repeat-y;
}

#navSub1 ul li a.active, #navSub1 ul li a.active:visited {
	color: #005090;
	font-weight: bold;
	background-image: url(img/subnav_active.jpg);
	background-repeat: repeat-y;
}
/* navSub1 end ************************************************************************/



/* Site *******************************************************************************/
#site {
	float: left;
	width: 905px;
}
/* Site end ***************************************************************************/



/* Content ****************************************************************************/
#contentSpacer {
	float: left;
	width: 54px;
	height: 150px;
}

#content {
	float: right;
	width: 642px;
	font-size: 0.75em;
	padding-top: 27px;
	padding-bottom: 0px;
	background-position: 0px 0px;
	background-image: url(img/content_bgr.jpg);
	background-repeat: no-repeat;
}

#contentLeft {
	float: left;
	width: 340px;	/*Bestimmung Textbreite Content für Startseite*/
}

#contentRight {
	float: right;
	width: 214px;
}

#contentFull {
	float: left;
	width: 540px;	/*Bestimmung Textbreite Content für Folgeseiten*/
}

#content_bottom {
	float: right;
	width: 642px;
	height: 100px;
	background-position: 0px 0px;
	background-image: url(img/content_bottom.jpg);
	background-repeat: no-repeat;
}

#content h1 {
	color: #005090;
	font-size: 2.1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding-bottom: 20px;
}

#content h2 {
	color: #005090;
	padding-bottom: 15px;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: normal;
}

#content p {
	color: #6b666a;
	font-size: 1em;
	line-height: 1.9em;
	padding-bottom: 15px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #6b666a;
}

#content ul li, #content ul li {
	padding-bottom: 4px;
}

#content a {
	color: #009CE0;	
	text-decoration: none;
	font-weight: normal;
}

#content p a {
	color: #009CE0;	
}

#content a:hover {
	color: #009CE0;
	font-weight: normal;
	text-decoration: underline;	
}

#content a.active:link, #content a.active:visited {
	color: #009CE0;
	font-weight: normal;
}

#content img {
	margin-bottom: 10px;
	border: 1px solid #90898f;
	_border: 0;
}

/* LightBox mit Bildlegende */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-top:-8px;
}

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;
color: #6B666A;
}

.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;
}

#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 {
	color: #4B4B4D;
	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;
}
/* Content end ************************************************************************/



/* News ******************************************************************************/
#news {
	float: left;
	width: 200px;
	background-image: url(img/news_bgr.gif);
	background-repeat: repeat-y;
	margin-top: -3px;
}

#news_text {
	float: left;
	width: 155px;
	padding-left: 22px;
	padding-top: 12px;
	padding-bottom: 15px;
}

#news_text h1 {
	font-size: 1.15em;
	font-weight: bold;
	padding-bottom: 10px;
}

#news_text h2 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0px;
}

#news_text p {
	color: #63636b;
	font-size: 1em;
	padding-bottom: 3px;
}

#news_text a {
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}

#news_text p a, #news_text .moreLink {
   	/*
	padding-left: 12px;
	background-image: url(img/news_links.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	*/
}

#news_text a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#news_text .news-latest-item {
	/*width: 160px;*/
}
/* News  end **************************************************************************/



/* Address ****************************************************************************/
#address{
	float: left;
	width: 218px;
	color: #787878;
	font-size: 0.7em;
	margin-top: -160px;
}

#address p{
	padding-left: 28px;
	line-height: 1.7em;
}

#address a {
	color: #009CE0;
	text-decoration: none;
}

#address a:hover{
	color: #009CE0;
	text-decoration: underline;
}
/* Address end ************************************************************************/



/* Footer *****************************************************************************/
#footer {
	float: left;
	width: 905px;
	height: 80px;
	background-image: url(img/footer_bgr.gif);
	background-repeat: no-repeat;
}
/* Footer end *************************************************************************/



/* Copy *******************************************************************************/
#copy {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 17px;
	color: #a3a4a4;
	font-size: 0.65em;
}

#copy a {
	color: #a3a4a4;
	text-decoration: none;
}

#copy a:hover{
	color: #000000;
	text-decoration: underline;
}
/* Copy end ***************************************************************************/



/* Special ****************************************************************************/
.clear {
	clear: both;
}

.hide { 
	display: none; 
}
/* Special end ************************************************************************/
