/********************************************************************************
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;
   text-align: center;  /* Zentrierung im Internet Explorer */
	background-image: url(/prog/img/background.jpg);
	background-repeat: repeat-x;
	overflow:-moz-scrollbars-vertical;
}
  
#page {
   text-align: left;    /* Seiteninhalt wieder links ausrichten */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 920px;
}

/* 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   */
/********************************************************************************/ 





/****HEADER BLOCK****************************************************************/  
#header {
	float: left;
	width: 100%;
	height: 120px;
	background-image: url(/prog/img/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/********************************************************************************/





/****HILFS-NAV-AREA BLOCK********************************************************/  
#hilfsNavArea {
	float: left;
	width: 100%;
	background-color: #ABABAD;
}
/********************************************************************************/





/****NAVIGATIONS BLOCK***********************************************************/ 
#hilfsNav {
	text-align: center;    /* Seiteninhalt wieder links ausrichten */
	padding-top: 7px;
	width: 100%;
	color: #FFFFFF;
}

/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#hilfsNav ul {
	font-size: 0.75em;
}

#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: #FFFFFF;
}

#hilfsNav ul li a:hover {
	color: #000000;
}

#hilfsNav ul li a.active:link, #hilfsNav ul li a.active:visited {
   color: #FFFFFF;
	font-weight: bold;
}
/********************************************************************************/





/****NAVIGATIONSAREA BLOCK*******************************************************/  
#navigationArea {
	float: left;
	margin-top: 40px;
	width: 190px;
}
/********************************************************************************/





/****NAVIGATIONS BLOCK***********************************************************/ 
#nav {
	float: left;
	width: 100%;
}

/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#nav ul {
	font-size: 0.75em;
	text-align: left;
}

#nav li {
	list-style: none;
}

#nav a {
   display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-decoration: none;
	height: 100%;
	/* border-bottom: solid 1px #CCCCCC; */
}

#nav ul li a:link, #nav ul li a:visited {
   color: #666666;
}

#nav ul li a:hover {
   color: #666666;
	background-color: #EAEAEA;
}

#nav ul li a.active:link, #nav ul li a.active:visited {
   color: #666666;
	background-color: #EAEAEA;
	font-weight: bold;
}


/*Grundlayout-Definition Level 2*/
#nav ul ul {
	font-size: 0.9em;
}

#nav ul ul li {
	list-style: none;
}

#nav ul ul a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#nav ul ul li a:link, #nav ul ul li a:visited {
	background-color: #FEFEFE;
}

#nav ul ul li a:hover {
	background-color: #EAEAEA;
}

#nav ul ul li a.active:link, #nav ul ul li a.active:visited {
}
/********************************************************************************/





/****CONTENT-AREA BLOCK**********************************************************/  
#contentArea {
	float: left;
	margin-top: 40px;
	padding-bottom: 10px;
	width: 520px;  /* - 3px wegen IE BUG */
}
/********************************************************************************/





/****CONTENTSPACER-BLOCK*********************************************************/  
#contentSpacer {
	float: left;
	height: 325px;
	width: 50px;
}
/********************************************************************************/





/****CONTENT BLOCK***************************************************************/  
#content {
	float: left;
	width: 440px; /* Etwas weniger da so margin-right entfällt rechts ist einfach der Rest*/
	font-size: 0.75em;
	color: #666666;
}

#content h1 {
	margin-bottom: 10px;
   color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#content h2 {
	margin-top: 3px;
	margin-bottom: 3px;
   color: #666666;
	font-size: 1.1em;
	font-weight: bold;
}

#content p {
	margin-bottom: 15px;
   color: #666666;
	font-size: 1em;
	line-height: 1.6em;
}

#content a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
} 

#content a:hover {
	color: #000000;
	background-color: #EAEAEA;
	border-bottom: 1px solid #000000;
}

#content ul{
	margin-top: 0px;    /*KOPIE*/
	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;
}

#content .tabStandard td p{
	padding: 0px;
	margin: 0px;
}

#content td {
	padding: 2px;
}
/********************************************************************************/





/****AKTUELLES BLOCK*************************************************************/   
#aktuelles {
	float: right;
	width: 200px;
	margin-top: 40px;
	font-size: 0.75em;
}

#aktuelles h1 {
	margin-bottom: 10px;
   color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#aktuelles h2 {
	margin-top: 3px;
	margin-bottom: 3px;
   color: #666666;
	font-size: 1.1em;
	font-weight: bold;
}

#aktuelles p {
	margin-bottom: 15px;
   color: #666666;
	font-size: 1em;
	line-height: 1.3em;
}

#aktuelles a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
}

#aktuelles a:hover {
	color: #000000;
	background-color: #EAEAEA;
	border-bottom: 1px solid #000000;
}
/********************************************************************************/





/****ADRESS BLOCK****************************************************************/   
#adresse {
   text-align: left;    /* Seiteninhalt links */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 920px;
	font-size: 0.9em;
	/* border-top: solid 1px #CCCCCC; */
}

#adresse p {
	margin-top: 10px;
   color: #666666;
	font-size: 0.8em;
	text-align: center;
}

#adresse a {
   color: #666666;
	text-decoration: none;
}

#adresse a:hover {
	color: #000000;
	background-color: #EAEAEA;
	border-bottom: 1px solid #000000;
}
/********************************************************************************/





/****FOOTER BLOCK****************************************************************/   
#footer {
   text-align: left;    /* Seiteninhalt links */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 920px;
	font-size: 0.9em;
}

#footer p {
	margin-top: 20px;
	color: #ABABAD;
	font-size: 0.7em;
	text-align: right;
}

#footer a {
	color: #ABABAD;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	background-color: #EAEAEA;
	border-bottom: 1px solid #000000;
}
/********************************************************************************/





/****SITEMAP BEREICH*************************************************************/
/*Blockbreite pro Hauptmenupunkt*/
.sitemapblock{
	float: left;
	width: 200px;  /*Content-Breite:2*/
	border: 0px dashed silver;
	padding-bottom: 30px;
	padding-right: 20px;
	font-size: 1.0em;
}


/*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;
	line-height:1px;
	margin-top:-1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 

