/*********************************************************************************
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: #EBEBE4;
   font-size: 100.00%;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   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   */
/********************************************************************************/ 

  



/****HINTERGRUND BLOCK***********************************************************/   
#hintergrund {
   text-align: left;    /* Seiteninhalt wieder links ausrichten */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 945px;
	height: 460px;
	background-color: #EBEBE4;
	background-image: url(/prog/img/hintergrund.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
/********************************************************************************/ 






/****LOGO BLOCK******************************************************************/   
#logo {
   float: right;
	width: 560px;
	height: 120px;
	background-image: url(/prog/img/logo.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
/********************************************************************************/ 





/****PAGE BLOCK******************************************************************/   
#page {
   float: right;
	width: 805px;
	background-color: #F8F9F9;
	background-image: url(/prog/img/hintergrund-innen.jpg);
	background-repeat: repeat-y;
	border-top: 8px solid #DFDDCE;
	border-bottom: 8px solid #DFDDCE;
}
/********************************************************************************/ 
 




/****NAVIGATIONSAREA BLOCK*******************************************************/   
#navArea {
   float: left;
	width: 240px;
	margin-top: 2px;
	background-color: #DFDDCE;
	background-image: url(/prog/img/hintergrund-nav.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
}
/********************************************************************************/ 





/****NAVIGATIONS BLOCK***********************************************************/   
#nav {
   float: left;
	width: 230px;
	padding-top: 10px;
	padding-bottom: 15px;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#nav ul {
	font-size: 0.75em;
	text-align: left;
	margin-left: 25px;
}

#nav li {
	list-style: none;
}

#nav a {
   display: block;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-decoration: none;
	height: 100%;
	border-bottom: solid 1px #F8F9F9;
}

#nav ul li a:link, #nav ul li a:visited {
   /*color: #68676B;*/
   color: #444444;
}

#nav ul li a:hover {
	background-color: #F2F1ED;
}

#nav ul li a.active:link, #nav ul li a.active:visited {
   color: #704F00;
	font-weight: bold;
}


/*Grundlayout-Definition Level 2*/
#nav ul ul {
	font-size: 0.95em;
	margin-left: 0px;
	margin-bottom: 10px;
}

#nav ul ul li {
	list-style: none;
}

#nav ul ul a {
	padding-top: 5px;
	padding-bottom: 3px;
}

#nav ul ul li a:link, #nav ul ul li a:visited {
	background-image: url(/prog/img/pfeil.gif);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#nav ul ul li a:hover {
}

#nav ul ul li a.active:link, #nav ul ul li a.active:visited {
	background-image: url(/prog/img/pfeil-aktiv.gif);
}

/*Grundlayout-Definition Level 3*/
#nav ul ul ul {
	/*font-size: 0.95em;
	margin-left: 0px;
	margin-bottom: 10px;*/
}

#nav ul ul ul li {
	list-style: none;
}

#nav ul ul ul a {
	padding-top: 5px;
	padding-bottom: 3px;
}

#nav ul ul ul li a:link, #nav ul ul ul li a:visited {
	/*color: #704F00;*/
	background-image: none;
	padding-left: 30px;
}

#nav ul ul ul li a:hover {
}

#nav ul ul ul li a.active:link, #nav ul ul ul li a.active:visited {
	background-image: none;
}
/********************************************************************************/ 





/****HILFSNAVIGATION BLOCK*******************************************************/   
#hilfsNav {
   float: left;
	width: 520px;
	padding-left: 20px;
	padding-right: 20px;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#hilfsNav ul {
	font-size: 0.7em;
	margin-top: 14px;
	padding-left: 2px;
	color: #653204;
}

#hilfsNav li {
	list-style: none;
	display: inline;  /* Liste auf einer Zeile */  
}

#hilfsNav a {
	text-decoration: none;
}

#hilfsNav ul li a:link, #hilfsNav ul li a:visited {
   color: #704F00;
}

#hilfsNav ul li a:hover {
   color: #68676B;
}

#hilfsNav ul li a.active:link, #hilfsNav ul li a.active:visited {
   color: #68676B;
	font-weight: bold;
}
/********************************************************************************/ 





/****CONTENT-AREA BLOCK**********************************************************/   
#contentArea {
   float: left;
	width: 530px;
	margin-top: 7px;
	padding-left: 20px;
	padding-bottom: 20px;
}
/********************************************************************************/ 





/****CONTENT BLOCK***************************************************************/   
#content {
   float: left;
	width: 520px;
	font-size: 0.75em;
	/*color: #807F84;*/
	color: #444444;
	border-top: 1px solid #DFDDCE;
}

#content h1 {
	margin-top: 20px;
	margin-bottom: 15px;
   color: #704F00;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#content h2 {
	margin-top: 5px;
	margin-bottom: 5px;
   /*color: #807F84;*/
   color: #444444;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#content p {
	margin-bottom: 15px;
   /*color: #807F84;*/
   color: #444444;
	font-size: 1em;
	line-height: 1.3em;
}

#content a {
   color: #704F00;
	text-decoration: none;
}

#content a:hover {
   /*color: #68676B;*/
   color: #444444;
	text-decoration: underline;
}

#content ul{
	margin-left: 5px;
	padding-left: 15px;
}

#content img.right{
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
}

#content img.left{
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}

/* Werte für die Formulare */ 
#content .tabZeilentrenner{
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1px;
}

#content .frmMussfeld{
	font-weight: bold;
}

#content .dropDown{
	width: 200px;
	background-color: #EEEEEE;
}

#content .zusatzText{
	margin-top: 15px;
	margin-bottom: 10px;
}

/*Standard - Tabellenformatierung*/
#content .tabStandard td p{
	padding: 0px;
	margin: 0px;
}

#content td {
	padding: 2px;
}
/********************************************************************************/ 





/****CONTENT-SPACER BLOCK********************************************************/   
#contentSpacer {
   float: right;
	width: 0px;
	height: 350px;
}
/********************************************************************************/





/****ADRESS BLOCK****************************************************************/   
#adresse {
	float: right;
	width: 805px;
	font-size: 0.9em;
	background-image: url(/prog/img/hintergrund-footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#adresse p {
	margin-top: 6px;
	margin-bottom: 6px;
   color: #807F84;
	/* color: #FFFFFF; */
	font-size: 0.75em;
	text-align: center;
}

#adresse a {
   color: #807F84;
	/* color: #FFFFFF; */
	text-decoration: none;
}

#adresse a:hover {
	color: #000000;
	text-decoration: underline;
}
/********************************************************************************/





/****FOOTER BLOCK****************************************************************/   
#footer {
   text-align: left;    /* Seiteninhalt links */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 920px;
	font-size: 0.9em;
}

#footer p {
	margin-top: 10px;
	color: #ABABAD;
	font-size: 0.7em;
	text-align: right;
}

#footer a {
	color: #ABABAD;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
/********************************************************************************/





/****SITEMAP BEREICH*************************************************************/
/*Blockbreite pro Hauptmenupunkt*/
.sitemapblock{
	float: left;
	width: 240px;  /*Content-Breite:2*/
	border: 0px dashed silver;
	padding-bottom: 30px;
	padding-right: 20px;
	font-size: 1em;
}


/*LEVEL 1*/
.sL1{
	padding: 2px;
	padding-left: 5px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dotted #999;
	border-left: 5px solid #999;
}

#content .sL1 a, #content .sL1 a:hover{
	color: #666666;
	border-bottom: none;
}


/*LEVEL 2*/
.sL2{
	color: #666666;
	padding-left: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content .sL2 a, #content .sL2 a:hover {
	color: #666666;
}


/*LEVEL 3*/
.sL3 { 
	color: #666666;
	padding-left: 35px; 
	padding-top: 2px;
	padding-bottom: 2px;
}

#content .sL3 a, #content .sL3 a:hover {
	color: #666666;
}


/*LEVEL 4*/
.sL4 {
	color: #666666;
	padding-left: 60px; 
	padding-top: 2px;
}

#content .sL4 a, #content .sL4 a:hover {
	color: #666666;
}
/********************************************************************************/ 





/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 

