/********************************************************************************
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(/img/background.jpg);
	background-repeat: repeat;
	overflow:-moz-scrollbars-vertical;
}
  
#page {
   text-align: left;    /* Seiteninhalt wieder links ausrichten */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 800px;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

/* 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;
	margin-top: 49px;
	width: 800px;
	height: 150px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	background-color: transparent;
	background-repeat: no-repeat;
}
/********************************************************************************/





/****INHALTSAREA BLOCK***********************************************************/  
#inhaltArea {
	float: left;
	width: 800px;
	background-image: url(/img/background-innen.jpg);
	background-repeat: repeat-y;
}
/********************************************************************************/





/****NAVIGATIONSAREA BLOCK*******************************************************/  
#navigationArea {
	float: left;
	margin-top: 20px;
	width: 160px;
}
/********************************************************************************/





/****NAVIGATIONS BLOCK***********************************************************/ 
#nav {
	float: left;
	width: 160px;
	margin-bottom: 20px;
	border-top: dashed 1px #FFFFFF;
}

/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#nav ul {
	font-size: 0.75em;
	text-align: left;
	background-color: #555555;
}

#nav li {
	list-style: none;
	display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
}

#nav a {
   display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-decoration: none;
	height: 100%;
	background-image: url(/img/nav-dot.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom: dashed 1px #FFFFFF;
}

#nav ul li a:link, #nav ul li a:visited {
   color: #FFFFFF;
	background-color: #555555;
}

#nav ul li a:hover {
	color: #FFFFFF;
	background-color: #222222;
	background-image: url(/img/nav-dot-active.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

#nav ul li a.active:link, #nav ul li a.active:visited {
   color: #FFFFFF;
	font-weight: bold;
	background-color: #222222;
	background-image: url(/img/nav-dot-active.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}


/*Grundlayout-Definition Level 2*/
#nav ul ul {
	font-size: 0.9em;
	background-color: #999999;
}

#nav ul ul li {
	list-style: none;
	display: inline;  /*Damit IE keine Abstand mehr macht!!!*/ 
}

#nav ul ul a {
	padding-left: 40px;
	border-bottom: dashed 1px #FFFFFF;
}

#nav ul ul li a:link, #nav ul ul li a:visited {
    color: #FFFFFF;
	 background-color: #AAAAAA;
	 background-position: 20px center;
}

#nav ul ul li a:hover {
   color: #FFFFFF;
	background-color: #777777;
	background-position: 20px center;
}

#nav ul ul li a.active:link, #nav ul ul li a.active:visited {
   color: #FFFFFF;
	background-color: #777777;
	background-position: 20px center;
}
/********************************************************************************/





/****CONTENT-AREA BLOCK**********************************************************/  
#contentArea {
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 450px;  /* - 3px wegen IE BUG */
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	background-color: #CCCCCC;
}
/********************************************************************************/





/****CONTENTSPACER-BLOCK*********************************************************/  
#contentSpacer {
	float: left;
	height: 400px;
	width: 20px;
}
/********************************************************************************/





/****CONTENT BLOCK***************************************************************/  
#content {
	float: left;
	width: 405px; /* Etwas weniger da so margin-right entfällt rechts ist einfach der Rest*/
	font-size: 0.9em;
}

#content h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	color: #333333;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-image: url(/img/h1-dot.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

#content h2 {
	margin-top: 5px;
	margin-bottom: 2px;
	color: #333333;
	font-size: 0.95em;
	font-weight: bold;
}

#content p {
	margin-top: 0px;
	margin-bottom: 15px;
	color: #333333;
	font-size: 0.9em;
	line-height: 1.3em;
}

#content a {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #555555;
}

#content a:hover {
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #000000;w.
}

#content ul {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	color: #333333;
	font-size: 0.9em;
	line-height: 1.3em;
}

#content td {
	margin-top: 0px;
	margin-bottom: 15px;
	color: #333333;
	font-size: 0.9em;
	line-height: 1.3em;
}

#content img {
	margin-top: 15px;
	margin-bottom: 15px;
}
/********************************************************************************/





/****MAP BLOCK*******************************************************************/   
#map {
   float: left;
	margin-bottom: 20px;
	width: 400px;
	height: 380px;
}

#popup {
	background: #EFEFEF;
	border: 1px solid #999999;
	padding: 7px;
	width: 200px;
	height: 120px;
	font-size: 0.8em;
}
/********************************************************************************/





/****ADRESS BLOCK****************************************************************/   
#adresse {
	float: right;
	width: 182px;
	margin-top: 20px;
	font-size: 0.9em;
}

#adresse p {
	margin: 0px;
	color: #666666;
	font-size: 0.75em;
	font-weight: bold;
}

#adresse a {
	color: #666666;
	text-decoration: none;
}

#adresse a:hover {
	color: #000000;
	text-decoration: underline;
}
/********************************************************************************/





/****FOOTER BLOCK****************************************************************/   
#footer {
   text-align: left;    /* Seiteninhalt wieder links ausrichten */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 800px;
	font-size: 0.9em;
}

#footer p {
	margin-top: 10px;
	color: #606060;
	font-size: 0.7em;
	text-align: right;
}

#footer a {
	color: #606060;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
/********************************************************************************/





/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 

