/*********************************************************************************
Webtech AG
Lehnplatz 10, 6460 Altdorf
/********************************************************************************/ 





/****PAGE GRUNDBEREICH***********************************************************/   
/* Für alle ein margin und padding 0 setzen */
* {
	margin:0; 
	padding:0;
}

body {
   color: #000000; 
	background-color: #EBEBEB;
   font-size: 100.00%;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	margin: 0; 
	padding: 0;
   text-align: center;  /* Zentrierung im Internet Explorer */
	overflow:-moz-scrollbars-vertical;
}

/* mit korrekte Reihenfolge der A-Tags  */
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   */
/********************************************************************************/ 





/****PAGE BLOCK******************************************************************/   
#page {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 960px;
}
/********************************************************************************/ 





/****LOGO BLOCK****************************************************************/   
#logo {
   float: left;
	width: 960px;
	height: 85px;
	background-color: #FFFFFF;
	background-image: url(img/logo.gif);
	background-position: 195px center;
	background-repeat: no-repeat;
}
/********************************************************************************/





/****HILFS-NAVIGATION BLOCK******************************************************/   
#hilfsNav{
   float: right;
	width: 700px;
	margin-top: 60px;
	margin-right: 20px;
	text-align: right;
	font-size: 1em;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#hilfsNav ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.8em;
	 color: #FFFFFF !important;
}

#hilfsNav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
	 color: #68676B !important;
}

#hilfsNav a {
    display: inline;
	 text-decoration: none;
	 height: 100%;
	 color: #68676B !important;
	 font-weight: normal;
	 text-transform: uppercase;
}

#hilfsNav a:hover {
	text-decoration: underline;
	color: #68676B !important;
	font-weight: normal;
}

#hilfsNav a.active:link, #hilfsNav a.active:visited {
	color: #68676B !important;
	font-weight: bold !important;
}
/********************************************************************************/





/****HEADER BLOCK**********************************************************/   
#header {
   float: left;
	width: 960px;
	height: 175px;
	background-color: #FFFFFF;
	/* background-image: url(img/header.jpg);
	background-position: left top;
	background-repeat: no-repeat; */
}
/********************************************************************************/





/****SITE-AREA BLOCK*************************************************************/   
#siteArea {
   float: left;
	width: 960px;
	background-color: #D6D7D9;
	background-image: url(img/background.gif);
	background-repeat: repeat-y;
}
/********************************************************************************/





/****NAVIGATIONS BLOCK***********************************************************/ 
#nav {
	float: left;
	width: 238px;
	border-top: 12px solid #B51521;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#nav ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.9em;
	 border-bottom: 1px solid #FFFFFF;
}

#nav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}

#nav a {
    display: block; 
	 padding-left: 22px;
	 padding-top: 5px;
	 padding-bottom: 5px;
	 text-decoration: none;
	 height: 100%;
	 color: #707276;
	 text-transform: uppercase;
	 font-weight: bold !important;
	 border-top: 1px solid #FFFFFF;
}

#nav ul li a:link, #nav ul li a:visited {
}

#nav ul li a:hover {
	color: #FFFFFF;
	background-color: #B7B8BA;
}

#nav ul li a.active:link, #nav ul li a.active:visited {
	color: #FFFFFF;
	background-color: #B7B8BA;
}


/*Grundlayout-Definition Level 2. Navigation als horizontale Liste*/
#nav ul ul {
	font-size: 1em;
	border-top: 1px solid #FFFFFF;
	border-bottom: none;
	background-color: #B7B8BA;
}

#nav ul ul li {
}

#nav ul ul a {
	 padding-left: 32px;
	 border-top: none;
	 border-bottom: none;
}

#nav ul ul li a:link, #nav ul ul li a:visited {
	 background-image: url(img/dot.gif);
	 background-position: 20px center;
	 background-repeat: no-repeat;
}

#nav ul ul li a:hover {
	 background-color: #ADAEAE;
	 background-image: url(img/dot-active.gif);
	 background-position: 20px center;
	 background-repeat: no-repeat;
}

#nav ul ul li a.active:link, #nav ul ul li a.active:visited {
	 background-color: #ADAEAE;
	 background-image: url(img/dot-active.gif);
	 background-position: 20px center;
	 background-repeat: no-repeat;
}


/*Grundlayout-Definition Level 3. Navigation als horizontale Liste*/
#nav ul ul ul {
	 border: none;
}

#nav ul ul ul a {
	 padding-left: 47px;
	 border: none;
}

#nav ul ul ul li a:link, #nav ul ul ul li a:visited {
	 background-image: url(img/dot.gif);
	 background-position: 35px center;
	 background-repeat: no-repeat;
}

#nav ul ul ul li a:hover {
	 background-color: #ADAEAE;
	 background-image: url(img/dot-active.gif);
	 background-position: 35px center;
	 background-repeat: no-repeat;
}

#nav ul ul ul li a.active:link, #nav ul ul ul li a.active:visited {
	 background-color: #ADAEAE;
	 background-image: url(img/dot-active.gif);
	 background-position: 35px center;
	 background-repeat: no-repeat;
}
/********************************************************************************/





/****CONTENT BLOCK***************************************************************/
#contentArea {
	float: left;
}

#content {
	float: left;
	width: 670px;
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 0.8em;
}

#content h1 {
	margin-bottom: 25px;
 	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #1A171B;
}

#content h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #1A171B;
}

#content p {
	margin-bottom: 20px;
	font-size: 1em;
	color: #000000;
	line-height: 1.4em;
	/* letter-spacing: 0.1em; */
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #000000;
}

#content ul li, #content ol li {
	padding-bottom: 5px;
}

#content a {
	color: #B51521;
	text-decoration: none;
}

#content a:hover {
	color: #B51521;
	text-decoration: underline;
}

#content a.active:link, #content a.active:visited {
	color: #B51521;
}

img {
	padding-bottom: 10px;
}


/* Formular Style */
.csc-mailform {
border: none; /* Rand ausschalten */
color: #000000;
}

.csc-mailform-field label {
float: left;
clear: both;
display: block;
width: 170px;
padding-left: 0px;
margin-bottom: 2px;
}

.csc-mailform-field input, 
.csc-mailform-field textarea, 
.csc-mailform-field select {
margin-bottom: 10px;
}

.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-Style */
.csc-sitemap ul li a:link, .csc-sitemap ul li a:visited{
	text-decoration: none !important;
	border-bottom: none !important;
}

/* Suche-Style */
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
	width:100px; 
	margin-left: 10px !important;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
	width:150px; 
	margin-left: 10px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
/********************************************************************************/ 
 




/****CONTENT-SPACER BLOCK********************************************************/
#contentSpacer {
	float: left;
	width: 25px;
	height: 320px;
}
/********************************************************************************/ 





/****FOOTER BLOCK****************************************************************/
#footer {
	float: left;
	width: 960px;
	height: 30px;
	margin-bottom: 20px;
	font-size: 0.75em;
	background-color: #B51521;
}

#footer p {
	color: #FFFFFF;
	margin-left: 20px;
	margin-top: 8px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/********************************************************************************/





/****COPYRIGHT BLOCK*************************************************************/
#copy {
	float: left;
	width: 960px;
	height: 30px;
	margin-bottom: 20px;
	font-size: 0.65em;
}

#copy p {
	color: #A0A0A0;
	text-align: right;
}

#copy a {
	color: #A0A0A0;
	text-decoration: none;
}

#copy a:hover {
	color: #000000;
	text-decoration: underline;
}
/********************************************************************************/





/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 
