/*********************************************************************************
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: #FFFFFF;
   font-size: 100.00%;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	margin: 0; 
	padding: 0;
   text-align: center;  /* Zentrierung im Internet Explorer */
	background-color: #E7EBEF;
	/* 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 */
	padding: 0px;
	width: 1060px;			/* Nicht 950 da border-right 1px und border-left 11px */
}
/********************************************************************************/ 





/****HEADER BLOCK****************************************************************/   
#header {
	float: left;
	width: 1060px;
	height: 200px;
	background-image: url(img/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/********************************************************************************/ 





/****TOPNAV BLOCK****************************************************************/   
#topNav {
	float: left;
	width: 620px;
	margin-top: 15px;
	margin-left: 90px;
}
/********************************************************************************/ 





/****SITE-AREA BLOCK*************************************************************/   
#siteArea {
   float: left;
	width: 1060px;
	background-image: url(img/content-middle-rahmen.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}
/********************************************************************************/





/****FOOTER BLOCK****************************************************************/
#footer {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 1045px;
	font-size: 0.7em;
}

#footer p {
	color: #294150;
	text-align: center;
}

#footer a {
	color: #294150;
	text-decoration: none;
}

#footer a:hover {
	color: #294150;
	text-decoration: underline;
}
/********************************************************************************/





/****SPRACH-NAVIGATION BLOCK****************************************************/   
#sprachNav{
   float: left;
	width: 170px;
	font-size: 1em;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#sprachNav ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.65em;
	 color: #294150;
}

#sprachNav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
	 color: #294150;
}

#sprachNav a {
    display: inline;
	 text-decoration: none;
	 height: 100%;
	 color: #294150;
	 font-weight: normal;
	 text-transform: uppercase;
}

#sprachNav a:hover {
	text-decoration: underline;
	color: #294150;
	font-weight: normal;
}

#sprachNav a.active:link, #sprachNav a.active:visited{
	color: #294150;
	font-weight: bold;
}

#sprachNav .selected {
	color: #294150;
	font-weight: bold;
}
/********************************************************************************/





/****HILFS-NAVIGATION BLOCK******************************************************/   
#hilfsNav{
   float: right;
	width: 440px;
	font-size: 1em;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#hilfsNav ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.65em;
	 color: #294150;
}

#hilfsNav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
	 color: #294150;
}

#hilfsNav a {
    display: inline;
	 text-decoration: none;
	 height: 100%;
	 color: #294150;
	 font-weight: normal;
	 text-transform: uppercase;
}

#hilfsNav a:hover {
	text-decoration: underline;
	color: #294150;
	font-weight: normal;
}

#hilfsNav a.active:link, #hilfsNav a.active:visited {
	color: #294150;
	font-weight: bold;
}
/********************************************************************************/





/****LEFT-AREA BLOCK*************************************************************/   
#leftArea {
   float: left;
	width: 725px;
}
/********************************************************************************/





/****CONTENT-TOP BLOCK***********************************************************/   
#contentTop {
   float: left;
	width: 725px;
	height: 40px;
	background-image: url(img/content-top.jpg);
	background-repeat: no-repeat;
}
/********************************************************************************/





/****CONTENT AREA BLOCK**********************************************************/   
#contentArea {
	float: left;
	width: 725px;
	background-image: url(img/content-middle.jpg);
	background-repeat: repeat-y;
}
/********************************************************************************/





/****CONTENT-BOTTOM BLOCK********************************************************/   
#contentBottom {
   float: left;
	width: 760px;
	height: 45px;
	background-image: url(img/content-bottom.jpg);
	background-repeat: no-repeat;
}
/********************************************************************************/





/****CONTENT BLOCK***************************************************************/   
#contentSpacer {
	float: left;
	width: 120px;
	height: 20px;
}

#content {
	float: left;
	width: 575px;
	color: #294150;
	font-size: 0.7em;
}

#content h1 {
	color: #294150;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 20px;
}

#content h2 {
	color: #294150;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

#content p {
	color: #294150;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #294150;
}

#content a {
	color: #D09D12;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #D09D12;
	font-weight: bold;
	text-decoration: underline;
}

#content a.active:link, #content a.active:visited {
	color: #D09D12;
	font-weight: bold;
	text-decoration: none;
}

img {
	padding-bottom: 10px;
	text-decoration: none;
}


/* Formular Style */
.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float: left;
clear: both;
display: block;
	width: 300px;
padding-left: 0px;
margin-bottom: 2px;
}

.csc-mailform-field input, 
.csc-mailform-field textarea, 
.csc-mailform-field select {
	width: 235px;
margin-bottom: 20px;
}

.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: 300px; 
/* Float wieder abschalten */
clear: both;
width: 100px !important;
}

/* 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;
}

.tx-aahbook-pi1-text_odd {
	background-color: #EFEFEF;
	border-bottom: 5px solid #FFFFFF;
}

.tx-aahbook-pi1-text_even {
	background-color: #E9E9E9;
	border-bottom: 5px solid #FFFFFF;
}
/********************************************************************************/





/****NAVIGATIONS-AREA BLOCK******************************************************/ 
#navArea {
	float: right;
	width: 335px;
	background-color: #294150;
	background-image: url(img/nav-background.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
/********************************************************************************/





/****NAVIGATIONS-AREA TOP BLOCK**************************************************/
#navAreaTop {
	float: left;
	width: 335px;
	height: 23px;
	background-image: url(img/nav-top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/********************************************************************************/ 





/****NAVIGATIONS BLOCK***********************************************************/ 
#navSpacer {
	float: left;
	width: 37px;
	height: 20px;
}

#nav {
	float: left;
	width: 240px;
	margin-bottom: 50px;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#nav ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.8em;
}

#nav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}

#nav a {
    display: block; 
	 padding-left: 22px;
	 padding-top: 6px;
	 padding-bottom: 6px;
	 border-bottom: 1px solid #546773;
	 text-decoration: none;
	 font-weight: bold;
	 text-transform: uppercase;
	 height: 100%;
	 color: #FFFFFF;
	 background-image: url(img/arrow-passiv.gif);
	 background-position: 4px center;
	 background-repeat: no-repeat;
}

#nav ul li a:link, #nav ul li a:visited {
}

#nav ul li a:hover {
	background-color: #314E62;
}

#nav ul li a.active:link, #nav ul li a.active:visited {
	color: #CA9E19;
	background-image: url(img/arrow-active.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
}


/* Level 2. Navigation als horizontale Liste*/
#nav ul ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.9em;
	 border-bottom: 1px solid #546773;
}

#nav ul ul li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}

#nav ul ul a {
	 padding-left: 40px;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 border-bottom: none; 
	 font-weight: normal;
	 background-position: 20px center;
}

#nav ul ul li a:link, #nav ul ul li a:visited {
}

#nav ul ul li a:hover {
	background-color: #314E62;
}

#nav ul ul li a.active:link, #nav ul ul li a.active:visited {
	color: #CA9E19;
 	background-position: 20px center;
}
/********************************************************************************/





/****TERMINE BLOCK***************************************************************/
#terminSpacer {
	float: left;
	width: 17px;
	height: 20px;
}

#termin {
	float: left;
	width: 284px;
	background-color: #D6DCE3;
	font-size: 0.7em;
}

#termin h2 {
	color: #294150;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 15px;
	padding-left: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
}


#termin p {
	color: #294150;
	line-height: 1.5em;
	padding-left: 15px;
	margin-bottom: 15px;
}

#termin a {
	color: #D09D12;
	font-weight: bold;
	text-decoration: none;
}

#termin a:hover {
	color: #D09D12;
	font-weight: bold;
	text-decoration: underline;
}

#termin a.active:link, #content a.active:visited {
	color: #D09D12;
	font-weight: bold;
	text-decoration: none;
}
/********************************************************************************/ 





/****NAVIGATIONS-AREA BOTTOM BLOCK***********************************************/
#navAreaBottom {
	float: left;
	width: 330px;
	height: 23px;
	background-image: url(img/nav-bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/********************************************************************************/ 





/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 
