/*************************************************************************************
Projekt: CMS für Turningator

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 */
}

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: 990px;
	margin: 0 auto;		/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
}
/* Page area end **********************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	width: 990px;
	height: 105px;
}
/* Header end *************************************************************************/



/* Logo *******************************************************************************/
#logo {
	float: left;
	width: 370px;
	height: 55px;
	padding-top: 15px;
	padding-left: 0px;
}
/* Logo end ***************************************************************************/



/* Search *****************************************************************************/
#search {
	float: right;
	width: 235px;
	text-align: right;
	padding-top: 15px;
}

#searchField {
	border: 1px dotted #336699;
	color: #336699;
	font-size: 11px;
	height: 15px;
	padding-left: 2px;
	padding-top: 4px;
	vertical-align: top;
	width: 195px;
}

#searchButton {
	border: medium none;
	height: 22px;
	margin-top: 0;
	vertical-align: top;
}
/* Search end *************************************************************************/



/* Language ***************************************************************************/
#navLang {
	float: left;
	width: 150px;
	padding-top: 15px;
	padding-left: 10px;
	font-size: 0.65em;
	text-transform: uppercase;
	/*display: none;*/
}

/* horizontal */
#navLang ul {
	 list-style-type: none;
}

#navLang li {
	display: inline;
	color: #999999;
}

#navLang a {
	color: #999999;
	text-decoration: none;
}

#navLang a:hover {
	color: #336699;
	text-decoration: none;
}

#navLang .selected {
	color: #336699;
	font-weight: bold;
}
/* Language end ***********************************************************************/



/* navHelp ****************************************************************************/
#navHelp {
	float: right;
	width: 400px;
	height: 12px;
	padding-top: 15px;
	padding-right: 1px;
	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 a {
	color: #999999;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
}

#navHelp a:hover {
	color: #336699;
	text-decoration: none;
}

#navHelp ul li a.active, #navHelp ul li a.active:visited {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
/* navHelp ****************************************************************************/



/* Site *******************************************************************************/
#site {
	float: left;
	width: 990px;
	border-top: 8px solid #336699;
	border-bottom: 2px solid #336699;
	background-position: 0px 0px;
	background-image: url(img/site_bgr.gif);
	background-repeat: repeat-y;
}

#siteLeft {
	float: left;
	width: 240px;
}

#siteRight {
	float: left;
	width: 748px;
	margin-top: 8px;
	margin-left: 1px;
	/*margin-bottom: 8px;*/
	/*border-left: 1px dotted #336699;*/
}
/* Site end ***************************************************************************/



/* navMain ****************************************************************************/
#navMain {
	float: left;
	width: 240px;
	font-size: 0.7em;
	padding-top: 27px;
	padding-left: 0px;
	padding-bottom: 195px;
}

/* Level 1 - vertical */
#navMain ul {
	width: 230px;
	list-style-type: none;
}

#navMain li {
	padding-top: 0px;

}

#navMain ul li a {
	color: #336699;
	width: 220px;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	height: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #336699;
}


#navMain ul li a.has_sub {
	background-position: 211px 4px;
	background-image: url(img/nav_arrow-down-blue.png);
	background-repeat: no-repeat;
}

#navMain ul li a.active_parent {
	color: #ffffff;
	background-color: #336699;
	border-bottom: 1px dotted #ffffff;
	background-position: 211px 4px;
	background-image: url(img/nav_arrow-down-white.png);
	background-repeat: no-repeat;
}

#navMain ul li a:hover {
	color: #ffffff;
	background-color: #88B0D7;
}

#navMain ul li a:hover.has_sub {	
	background-position: 211px 4px;
	background-image: url(img/nav_arrow-down-white.png);
	background-repeat: no-repeat;
}

#navMain ul li a:hover.active_parent {
	background-position: 211px 4px;
	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: #336699;
	border-bottom: 1px dotted #ffffff;
	background-position: 211px 4px;
	background-image: url(img/nav_arrow-right-white.png);
	background-repeat: no-repeat;
}

#navMain ul li a:hover.active {
	background-color: #88B0D7;
	background-position: 211px 4px;
	background-image: url(img/nav_arrow-right-white.png);
	background-repeat: no-repeat;
}

/* Level 2 - vertical */
#navMain ul ul {
	 font-size: 1em;
	 background-color: #D1E0F0;
}

#navMain ul ul li a {
	color: #336699;
	width: 210px;
	font-weight: normal;
	padding-left: 20px;
	background-image: none;
}

/* Level 3 - vertical */
#navMain ul ul ul {
	 font-size: 1em;
	 background-color: #ECF2F9;
}

#navMain ul ul ul li a {
	color: #336699;
	width: 200px;
	font-weight: normal;
	padding-left: 30px;
	background-image: none;
}
/* navMain end ************************************************************************/



/* Address ****************************************************************************/
#address{
	float: left;
	width: 230px;
	color: #63636b;
	font-size: 0.7em;
	margin-top: -155px;
	padding-left: 10px;
}

#address p{
	line-height: 1.5em;
}

#address p.block {
	float: left;
	width: 50%;
}

#address a {
	color: #4C99E6;
	text-decoration: none;
}

#address a:hover{
	text-decoration: underline;
}
/* Address end ************************************************************************/



/* Headerimage ************************************************************************/
#headerImage{
	float: left;
	width: 748px;
	height: 165px;
	background-position: 0px 0px;
	/*background-image: url(img/headerimage1.jpg);*/
	background-repeat: no-repeat;
}
/* Headerimage end ********************************************************************/



/* Content ****************************************************************************/
#contentSpacer {
	float: left;
	width: 10px;
	height: 100px;
}

#content {
	float: left;
	width: 730px; /*Muss für IE6 2-5 Pixel schmäler sein!!!*/
	font-size: 0.8em;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content_bgr {
	background-position: 0px 0px;
	background-image: url(img/content_bgr.gif);
	background-repeat: repeat-y;	
}


#contentLeft {
	float: left;
	width: 490px;
}

#contentRight {
	float: right;
	width: 230px;
}

#content h1 {
	color: #336699;
	font-size: 1.15em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px dotted #336699;
	padding-bottom: 4px;
	margin-bottom: 15px;
}

#content h2 {
	color: #336699;
	font-size: 1.05em;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 5px;
}

#content p {
	color: #63636b;
	font-size: 1em;
	line-height: 1.7em;
	padding-bottom: 15px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #63636b;
}

#content ul {
	list-style: square;	
}

#content ul li, #content ol li {
	padding-bottom: 8px;
}

#content a {
	color: #4C99E6;	
	text-decoration: none;
	font-weight: normal;
}

#content p a {
	color: #4C99E6;	
}

#content a:hover {
	font-weight: normal;
	text-decoration: underline;	
}

#content a.active:link, #content a.active:visited {
	font-weight: normal;
}

#content img {
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #CDCDCD;
	_border: 0;
}

.spacer-gif {
	border: none !important;
}

#content .csc-frame-frame1 img {
	margin-top: 5px;
	margin-bottom: 10px;
	border: none;
}


/* LightBox mit Bildlegende */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-top:-10px;
	color:#63636B;
	font-size: 0.8em;
}

/* 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;
}

#content .contenttable tr {
}

#content .contenttable th, #content .contenttable td {
	padding-right: 15px;
	/*border-bottom: 1px solid #336699;*/
	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 .contenttable th h2, #content .contenttable td h2 {
	border-bottom: 1px solid #336699;
}

/* 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: 220px;
	margin-top: -2px;
	padding-left: 10px;
	padding-bottom: 25px;
}



#news h2 {
	color: #336699;
	font-size: 1.15em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px dotted #336699;
	padding-bottom: 1px;
	margin-bottom: 15px;
}

#news h3 {
	color: #336699;
	font-size: 1.05em;
	font-weight: bold;
	padding-bottom: 4px;
}

#news p {
	color: #63636b;
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 0px;
}

#news a {
	color: #4C99E6;	
	text-decoration: none;
}

#news_text a:hover {
	text-decoration: underline;
}
/* News  end **************************************************************************/



/* Footer *****************************************************************************/
#footer {
	float: left;
	width: 978px;	/*Muss für IE6 2-5 Pixel schmäler sein!!!*/
	height: 80px;
}
/* Footer end *************************************************************************/



/* Glossary ***************************************************************************/
#navGlossary {
	float:left;
	width: 100%;
	color: #999999;
	font-size: 0.7em;
	text-align: center;
	padding-top: 10px;
}

/* horizontal */
#navGlossary ul {
	 list-style-type: none;
}

#navGlossary li {
	display: inline;
	color: #999999;
}

#navGlossary a {
	color: #999999;
	text-decoration: none;
}

#navGlossary a:hover {
	color: #336699;
	text-decoration: underline;
}

#navGlossary a.active {
	color: #336699;
	font-weight: bold;
}
/* Glossary end ***********************************************************************/



/* Copy *******************************************************************************/
/*Wird hier nicht benötigt*/
#copy {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	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 ************************************************************************/