/*********************************************************************************
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: #FEFBED;
   font-size: 100.00%;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	margin: 0; 
	padding: 0;
   text-align: center;  /* Zentrierung im Internet Explorer */
	background-image: url(img/background.jpg);
	background-position: left top; 
	background-repeat: repeat-x;
	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: 946px;
}
/********************************************************************************/ 





/****HEADER BLOCK****************************************************************/   
#header {
   float: left;
	width: 946px;
	height: 395px;
	background-image: url(img/header.jpg);
	background-position: left top; 
	background-repeat: no-repeat;
}
/********************************************************************************/





/****SITE BLOCK*****************************************************************/   
#site {
   float: left;
	width: 946px;
	margin-top: 10px;
	background-image: url(img/background-content.jpg);
	background-repeat: repeat-y;
}
/********************************************************************************/





/****CONTENT-AREA BLOC***********************************************************/
#contentArea {
	float: right;
	width: 626px;
}
/********************************************************************************/





/****HILFS-NAVIGATION BLOCK******************************************************/   
#hilfsNav{
   float: right;
	width: 626px;
	height: 54px;
	margin-top: -8px;
	text-align: right;
	font-size: 0.7em;
	background-image: url(img/background-hilfsnav.gif);
	background-position: right top;
	background-repeat: no-repeat;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#hilfsNav ul {
	 margin-top: 19px;
	 margin-right: 35px;
	 color: #ADB1AF;
}

#hilfsNav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
	 color: #ADB1AF;
}

#hilfsNav a {
    display: inline;
	 text-decoration: none;
	 height: 100%;
	 color: #ADB1AF;
}

#hilfsNav a:hover {
	text-decoration: underline;
	color: #ADB1AF;
}

#hilfsNav a.active:link, #hilfsNav a.active:visited {
	color: #ADB1AF;
	font-weight: bold;
}
/********************************************************************************/





/****NAVIGATIONS-AREA BLOCK******************************************************/   
#navArea {
   float: left;
	width: 275px;
	padding-left: 35px;
}
/********************************************************************************/





/****NAVIGATIONS BLOCK***********************************************************/ 
#nav {
	float: left;
	width: 240px;
	margin-top: 1px;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#nav ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.7em;
}

#nav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}

#nav a {
    display: block; 
	 padding-left: 30px;
	 padding-top: 9px;
	 padding-bottom: 10px;
	 text-decoration: none;
	 height: 100%;
	 color: #151C16;
	 font-weight: bold;
	 border-bottom: 1px solid #B4B3AE;
}

#nav ul li a:link, #nav ul li a:visited {
}

#nav ul li a:hover {
	color: #E2B500;
	background-color: #212721;
}

#nav ul li a.active:link, #nav ul li a.active:visited {
	color: #E2B500;
	background-color: #212721;
}


/*Grundlayout-Definition Level 2. Navigation als horizontale Liste*/
#nav ul ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.9em;
}

#nav ul ul li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}

#nav ul ul a {
	 padding-left: 50px;
	 padding-top: 6px;
	 padding-bottom: 6px;
	 height: 100%;
	 font-weight: normal;
	 background-image: url(img/arrow_passive.gif);
	 background-position: 30px center;
	 background-repeat: no-repeat;
}

#nav ul ul li a:link, #nav ul ul li a:visited {
}

#nav ul ul li a:hover {
	 background-image: url(img/arrow_active.gif);
}

#nav ul ul li a.active:link, #nav ul ul li a.active:visited {
 	 background-image: url(img/arrow_active.gif);
}


/*Grundlayout-Definition Level 3. Navigation als horizontale Liste*/
#nav ul ul ul {
	 background-color: #FEFBDC;
	 font-size: 0.9em;
}

#nav ul ul ul a {
	 padding-left: 70px;
	 height: 100%;
	 background-position: 50px center;
}
/********************************************************************************/





/****CONTENT BLOCK***************************************************************/
#content {
	float: left;
	width: 580px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0.7em;
}

#content h1 {
	margin-bottom: 15px;
	font-size: 1.7em;
	font-weight: bold;
	color: #212C21;
	text-transform: uppercase;
}

#content h2 {
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #212C21;
}

#content p {
	margin-bottom: 20px;
	font-size: 1em;
	color: #212C21;
	line-height: 1.5em;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #212C21;
}

#content li p {
	margin: 0px;
	padding: 0px;
}

#content a {
	color: #212C21;
	font-weight: bold;
	text-decoration: none;
}

#content p a {
	color: #212C21;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(img/arrow_passive.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#content a:hover {
	color: #212C21;
	font-weight: bold;
	text-decoration: underline;
}

#content a.active:link, #content a.active:visited {
	color: #BC0004;
}

img {
	padding-bottom: 10px;
	text-decoration: none;
}

td {
	margin: 0px;
	padding: 0px;
}

/* Formular Style */
.csc-mailform {
border: none; /* Rand ausschalten */
}

.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-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;
}




.csc-loginform p{
	margin: 0px !important;
	padding: 0px !important;
}
.csc-loginform td{
	padding-right:10px;
	padding-bottom:10px;
}




/* 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 .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: 10px;
	height: 250px;
}
/********************************************************************************/ 





/****FOOTER BLOCK****************************************************************/
#footer {
	float: left;
	width: 100%;
	height: 64px;
	margin-top: 20px;
	background-image: url(img/background-footer.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 0.6em;
}

#footer p {
	color: #ADB1AF;
	margin-top: 12px;
	text-align: center;
	font-weight: bold;
}

#footer a {
	color: #ADB1AF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#hauptsponsor {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 946px;
}
/********************************************************************************/





/****COPY BLOCK******************************************************************/
#copy {
	float: left;
	width: 100%;
	font-size: 0.7em;
}

#copy p {
	color: #ADB1AF;
	text-align: center;
}

#copy a {
	color: #ADB1AF;
	text-decoration: none;
}

#copy a:hover {
	color: #000000;
	text-decoration: underline;
}
/********************************************************************************/




/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 
