/*********************************************************************************
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: #CDCDCC;
   font-size: 100.00%;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   margin: 0; 
	padding: 0;
   text-align: center;  /* Zentrierung im Internet Explorer */
	overflow:-moz-scrollbars-vertical;
  }

/* mit korrekte Reihenfolge der A-Tags  */
a:link    { color: #CC3300 }     /* noch nicht besuchter Link */
a:visited { color: #996666 }    /* schon besuchter Link   */   
a:hover   { color: #CC3300 } 	  /* Benutzer 'hovert'     */    
a:active  { color: #CC3300 }    /* Link wird ausgewählt   */
/********************************************************************************/ 





/****PAGE BLOCK******************************************************************/   
#page {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	margin-top: 20px;
	width: 800px;
	background-image: url(/img/shadow-middle.jpg);
}
/********************************************************************************/ 





/****SCHATTEN-OBEN BLOCK*********************************************************/   
#shadowTop {
   float: left;
	width: 800px;
	height: 30px;
	background-color: #FFFFFF;
	background-image: url(/img/shadow-top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
/********************************************************************************/





/****NAVIGATION BLOCK************************************************************/   
.navArea {
   float: left;
	width: 800px;
	height: 25px;
	/* background-color: #1F839C; */
	background-color: #004389;
	background-image: url(/img/shadow-nav.jpg);
	background-repeat: repeat-y;
}
/********************************************************************************/





/****HAUPTNAVIGATIONS BLOCK******************************************************/   
.nav {
   float: left;
	width: 760px;
	padding-left: 30px;
	padding-top: 5px;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
.nav ul {
	font-size: 0.8em;
  	list-style:none;
}

.nav li {
	float:left;
	display: inline; 				/*Damit IE keine Abstand mehr macht!!!*/ 
	padding-right: 24px;
}

.nav a {
   display: block;
	text-decoration: none;
}

.nav ul li a:link, .nav ul li a:visited {
   color: #FFFFFF;
}

.nav ul li a:hover {
	/* color: #000000; */
	color: #CCCCCC;
}

.nav ul li a.active:link, .nav ul li a.active:visited {
	/*color: #000000; */
	color: #CCCCCC;
	font-weight: bold;
}
/********************************************************************************/ 





/****HEADER BLOCK****************************************************************/   
#header {
   float: left;
	width: 800px;
	/* background-color: #1F839C; */
	background-color: #004389;
	background-image: url(/img/shadow-nav.jpg);
}

#headerSpacer {
	float: left;
	width: 10px;
	height: 10px;
}

#headerImg {
	float: left;
	width: 780px;
	height: 120px;
	background-image: url(/img/header.jpg);
}

#headerImg h1 {
	margin-top: 80px;
	padding-right: 30px;
	text-align: right;
	font-size: 1.7em;
	color: #FFFFFF;
	text-transform: uppercase;
}

#header a{
	color: #FFFFFF;
	text-decoration: none;
}
/********************************************************************************/ 





/****ADRESS BLOCK****************************************************************/   
#adresse {
   float: left;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 30px;
	width: 280px;
	font-size: 0.75em;
}

#adresse h1 {
	color: #2D2D2D;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 10px;
}

#adresse p {
	color: #2D2D2D;
	font-size: 1em;
	padding-bottom: 20px;
	line-height: 1.25em;
}

#adresse a {
	/* color: #1F839C; */
	color: #004389;
	text-decoration: none;
}

#adresse a:hover {
	color: #000000;
	text-decoration: underline;
}

#adresse img {
	margin-top: 20px;
}
/********************************************************************************/




/****CONTENTAREA BLOCK***********************************************************/   
#contentArea {
   float: right;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 490px;
}
/********************************************************************************/





/****CONTENTSPACER BLOCK********************************************************/   
#contentSpacer {
   float: left;
	width: 20px;
	height: 360px;
}
/********************************************************************************/





/****CONTENT BLOCK***************************************************************/   
#content {
   float: left;
	width: 430px;
	font-size: 0.75em;
}

#content h1 {
	color: #2D2D2D;
	font-size: 1.25em;
	font-weight: bold;
	padding-bottom: 10px;
}

#content h2 {
	color: #2D2D2D;
	font-size: 1.25em;
	font-weight: bold;
	padding-bottom: 10px;
}

#content p {
	padding-bottom: 20px;
	color: #2D2D2D;
	font-size: 1em;
	line-height: 1.25em;
}

#content a {
	/* color: #1F839C; */
	color: #004389;
	text-decoration: none;
}

#content a:hover {
	color: #000000;
	text-decoration: underline;
}

#content ul, #content ol {
	padding-left: 30px;
	padding-bottom: 20px;
}

#content img {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

.textBild {
	float: left;
	width: 100%;
}

.textBildReferenzen {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #AAAAAA;
}
/********************************************************************************/





/****MAP BLOCK*******************************************************************/   
#map {
   float: left;
	margin-bottom: 20px;
	width: 430px;
	height: 400px;
}

#popup {
	background: #EFEFEF;
	border: 1px solid #999999;
	padding: 7px;
	width: 200px;
	height: 120px;
}
/********************************************************************************/





/****SCHATTEN-UNTEN BLOCK*********************************************************/   
#shadowBottom {
   float: left;
	width: 800px;
	height: 10px;
	background-color: #CDCDCC;
	background-image: url(/img/shadow-bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
/********************************************************************************/





/****FOOTER BLOCK****************************************************************/   
#footer {
   text-align: left;    /* Seiteninhalt links */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 780px;
	font-size: 0.7em;
}

#footer p {
	color: #999999;
	font-size: 1em;
	text-align: right;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
/********************************************************************************/




/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 
