/********************************************************************************
Webtech AG
Lehnplatz 10, 6460 Altdorf
********************************************************************************/


/****PAGE GRUNDBEREICH**********************************************************/   
body {
    color: #000; 
	 background-color: white;
    font-size: 100.00%;
    font-family: Arial, Helvetica, sans-serif;
	 
    margin: 0; 
	 padding: 0;
    /* text-align: center;  Zentrierung im Internet Explorer */
	 
	 background-image: url(/prog/img/bg-left.gif);
	 background-repeat: repeat-y;
	 
	 overflow:-moz-scrollbars-vertical;
  }
/********************************************************************************/ 





/****KONFIG PAGE*****************************************************************/ 
#page {
    /* text-align: left;    Seiteninhalt wieder links ausrichten */
	 width: 770px;
	 margin: 0px auto;
    margin-top: 0px;
	 padding: 0px;
	 
	 border: 0px solid #666600;
  }
/********************************************************************************/   
  
  




/****HEADER BEREICH**************************************************************/ 
#headerarea{
	/*height: 140px;*/
	border: 0px solid #FF0066;
}

#mainNav{
	margin-top: 10px;
	float: left;
	width: 180px;
	text-align: right;
}
#mainNav ul{
   margin: 0px;
	padding: 0px;
   font-weight: bold;
	
	font-size: 0.9em;
	/*text-transform: uppercase;*/
}
#mainNav li{
	 list-style: none;
	 display: inline; /* Damit IE keine Abstand mehr macht! */	 
}
#mainNav a{
	display: block;
	padding-left: 12px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 0px;
	border-bottom: 0px solid #DBDBDB;
}
#mainNav ul li a:link, #mainNav ul li a:visited  {
   background-color: transparent;
	color: #000; 
	border-bottom: 1px solid #fff;
}
#mainNav ul li a:hover  {
	color: #195BA4; /*#4985BF;  #195BA4*/
	background-color: transparent;
	border-left: 0px solid #CCCCCC;
	border-bottom: 1px solid #195BA4;
}
#mainNav ul li a.active:link, #mainNav ul li a.active:visited {
	color: #195BA4; /*#4985BF;  #195BA4*/
	/*background-color: #f5ce1b;    /*#d5d3cc;*/
	border-left: 10px solid #195BA4;
	border-bottom: 1px solid #195BA4;
}


#logoArea{
	float: left;
	width: 585px;
	height: 150px;
	border: 0px solid #FF0066;
	
	/*background-image: url(/prog/img/test-header.jpg);*/
	background-repeat: no-repeat;
	background-position: 15px bottom;
	border-bottom: 20px solid #FFFFFF;
}
.logo{
	float: left;
	width: 100%;
	height: 150px;
	background-image: url(/prog/img/logo-schattdorf-header.gif);
	background-repeat: no-repeat;
	background-position: 15px 0px;
}



#hilfsNav{
	float: right;
	text-align: right;
	padding-top: 3px;
}
#hilfsNav a{
	margin-left: 8px;
	text-decoration: none;
	font-size: 0.75em;
	color: #195ba4; 
}
#hilfsNav a:link, a:visited  {
	
}
#hilfsNav a.active:link, #hilfsNav a.active:visited, #hilfsNav a:hover  {
	color: #000;
}

/********************************************************************************/ 









/****NAVIGATION BEREICH**********************************************************/  
#navigationarea{
	float: left;
	margin: 0; 
	padding: 0;
	padding-top: 10px;
	width: 180px;
	 
	height: 330px;    /*Definition Minimale Seitenhoehe*/
	border: 0px solid #669933;
}

#navigation{
   float: left;  		/* Muss da sein sonst ist die Navigation total verzogen NUR bei Mac */
	width: 100%;  		/* Content muss berechent werden width */
   margin: 0px;
	padding: 0px;
	
	border-top: 0px solid #DBDBDB;
}


/* Grundlayout-Definition Level 1  --------IST AUSGEBLENDET-----------*/
#navigation ul{
   margin: 0px;
	padding: 0px;
   font-weight: bold;
	font-size: 0.9em;
}

#navigation li{
	 /*  margin-bottom: 1px; !important ; -->Bug zur Behebung Border -Bottom mit Styleswitcher einbinden falls noetig */
	 list-style: none;
	 display: inline; /* Damit IE keine Abstand mehr macht! */	
}

#navigation a{
	display: block;
	padding-left: 12px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 100%;
	text-decoration: none;
	letter-spacing : 0.1em;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 0px solid #DBDBDB;
	display: none;   /*Da wir hier keine Hauptmenupunkte Anzeigen werden*/	
}

#navigation ul li a:link, #navigation ul li a:visited  {
   background-color: #CFCFCF;
	color: #000000; 
}

#navigation ul li a.active:link, #navigation ul li a.active:visited, #navigation ul li a:hover  {
	color: #ffffff; 
	background-color: #4b7fb1;
}



/* Level 2 */
#navigation ul ul{
   margin: 0px;
	padding: 0px;
	background-color: #fff;
   font-weight: normal;
	font-size: 0.95em;
}

#navigation ul ul a { 
	 display: block;
	 padding-left: 20px;
	 padding-top: 2px;
	 padding-bottom: 2px;
	 font-weight: bold;
	 font-size: 0.95em;
	 letter-spacing : 0px;	 
	 border-bottom: 0px solid #fff;	
}

#navigation ul ul li a:link, #navigation ul ul li a:visited {
	 background-color: transparent; 
	 color: #444444; 
	 
	 background-image: url(/prog/img/nav-pfeil-grau.gif);
	 background-repeat: no-repeat;
	 background-position: 0.0em 0.4em;
}

#navigation ul ul li a.active:link, #navigation ul ul li a.active:visited, #navigation ul ul li a:hover {
	color: #195ba4;  /*#4985BF; */
	background-color: transparent;
	
	background-image: url(/prog/img/nav-pfeil-blau.gif);
	background-repeat: no-repeat;
}

/* Level 3 */
#navigation ul ul ul{
   margin: 0px;
	padding: 0px;
	background-color: #fff;
   font-weight: normal;
	font-size: 0.95em;
}

#navigation ul ul ul a {
	 display: block; 
	 padding-left: 37px;
	 padding-top: 0.1em;
	 padding-bottom: 0.25em;
	 letter-spacing : 0px;
	 font-weight: normal;
	 font-size: 0.95em;	
	 
	 border-bottom: 0px solid #999999;
}

#navigation ul ul ul li a:link, #navigation ul ul ul li a:visited  {
	 background-color: transparent;
	 color: #000; 
	 
	 background-image: url(/prog/img/nav-pfeil-grau.gif);
	 background-repeat: no-repeat;
	 background-position: 20px 0.3em;
}

#navigation ul ul ul li a.active:link, #navigation ul ul ul li a.active:visited, #navigation ul ul ul li a:hover {
	color: #195ba4;  
   background-color: transparent;
	
	background-image: url(/prog/img/nav-pfeil-blau.gif);
	background-repeat: no-repeat;
}

/********************************************************************************/ 
 
 
 
 
 
/****WEBCAM BEREICH**************************************************************/ 
#webcam {
	width: 170px;
	float: right;
	font-size: 0.9em;
	border: 1px solid #DBDBDB;
	text-align: right;
	padding: 5px;
	margin-top: 30px;
}

#webcam h2 {
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

#webcam img {
	padding-top: 2px;
	padding-bottom: 2px;
}
/********************************************************************************/ 

  
  
    
  
/****CONTENT BEREICH  (KOPIE cms.css machen) ************************************/ 
#contentarea{
	float: left;
	width: 570px;
	padding-left: 15px;
	border: 0px solid #669933;
}


#content {
	 width: auto;
   /* margin-left: 205px;*/
    padding: 0px;
	 font-size: 0.8em;
	 
	 border: 0px solid #669933;
}
#content h1 {
	 color: #000;
    font-size: 1.0em;
    margin-top: 0px;
	 margin-bottom: 10px;
	 padding-left: 5px;
	 padding-top: 1px;
	 padding-bottom: 1px;
	 background-color: #DBDBDB;
	 /*background-color: #BBCCEE; #DBDBDB*/
}
#content h2 {
	 color: #000;
    font-size: 1.0em;
    margin-top: 0px;
	 margin-bottom: 5px;
	 letter-spacing: 0.04em;
	 
}
 
/*Dekativiere diese Styles*/
#content h3, #content h4, #content h5 {
	color: #000;
	font-size: 0em;
}

#content p {
    margin-top: 0px;
    margin-bottom: 15px;
}

#content b, #content strong{
	color: #333333;
	font-weight: bold;
}


#content a{
	color: #4b7fb1;
	text-decoration: none;
}
#content a:hover{
	color: #4b7fb1;
	text-decoration: underline;
}

#content img.right{
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
	border: 1px solid #339999;
}
#content img.left{
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	border: 1px solid #339999;
}

#content #boxHeaderBilder{ 
	border: 0px solid #339999;
	padding-bottom: 15px;
}
/*
#content #boxHeaderBilder img{
	height: 90px;
	border: 0px solid #339999;
}
*/



#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 ul{
	margin-top: 0px;
	margin-left: 5px;
	padding-left: 15px;
}
/*Standard - Tabellenformatierung*/
#content .tabStandard td p{
	padding: 0px;
	margin: 0px;
}

#content .tabStandard td {
	padding: 0px;
	margin: 0px;
	padding-right: 5px;
}
/********************************************************************************/ 








/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { display: none; }


#copyRight {
	font-size: 0.7em;
	text-align: right;
	color: #999999;
	padding-right: 5px;
	border-top: 1px solid #d5d3cc;
	margin-top: 10px;
	margin-bottom: 20px;
}
#copyRight a:active, #copyRight a:link, #copyRight a:visited  	{color: #999999; text-decoration: none;}
#copyRight a:hover 	{color: #999999; text-decoration: underline;}
/********************************************************************************/ 



