/*********************************************************************************
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: #E7EEF8;
	background-image: url(img/background.jpg);
	background-repeat: repeat;
   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: 30px;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(img/shadow-middle.jpg);
	background-repeat: repeat-y;
}
/********************************************************************************/ 





/****SCHATTEN-OBEN BLOCK*********************************************************/   
#schattenOben {
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 990px;
	height: 8px;
	font-size: 1px;
	background-image: url(img/shadow-top.jpg);
	background-repeat: no-repeat;
}
/********************************************************************************/ 





/****SPACER-LEFT BLOCK***********************************************************/   
#spacerLeft {                		/* Da IE6 margin-left nicht sauber unterstützt */
	float: left;
	width: 10px;
	height: 100px;
}
/********************************************************************************/





/****INNER BLOCK****************************************************************/   
#inner {
	float: left;
	width: 930px;
}
/********************************************************************************/





/****HEADER BLOCK****************************************************************/   
#header {
	float: left;
	width: 930px;
	height: 104px;
	background-color: #FFFFFF;
	padding-top: 2px;
	/*background-image: url(img/header.jpg);
	background-position: 0px 2px;
	background-repeat: no-repeat;*/
}
/********************************************************************************/





/****NAVIGATION-LEFT BLOCK*******************************************************/   
#navLeft {
	float: left;
	width: 130px;
	font-size: 0.7em;
	background-color: #F2F6FB;
}

#navLeft h1 {
	margin-top: 12px;
	margin-bottom: 5px;
	padding-right: 5px;
	color: #43557E;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#navLeft ul, #navRight ul {
	margin-bottom: 12px;
	text-align: right;
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0em;
}

#navLeft li, #navRight li {
	list-style: none;
}

#navLeft li a, #navRight li a {
   display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-decoration: none;
	height: 100%;
	border-bottom: solid 1px #D7DEE9;
}

#navLeft ul li a:link, #navLeft ul li a:visited, #navRight ul li a:link, #navRight ul li a:visited{
   color: #555458;
	font-weight: normal;
}

#navLeft ul li a:hover, #navRight ul li a:hover {
   color: #FFFFFF;
	background-color: #909BB5;
	font-weight: normal;
}

#navLeft ul li a.active:link, #navLeft ul li a.active:visited, #navRight ul li a.active:link, #navRight ul li a.active:visited {
   color: #FFFFFF;
	background-color: #909BB5;
	font-weight: bold;
}

#navLeftOnline {
	float: right;
	width: 130px;
	margin-bottom: 5px;
	background-color: #F5F8FC;
	background-image: url(img/nav-background.jpg);
	background-repeat: repeat-x;
}

#navLeftAbout {
	float: right;
	width: 130px;
	margin-top: 40px;
	margin-bottom: 5px;
	background-color: #F5F8FC;
	background-image: url(img/nav-background.jpg);
	background-repeat: repeat-x;
}

#navLeftAbout p {
	text-align: right;	
	margin-bottom: 5px;
	padding-right: 5px;
}

#navLeftAbout p a {
	text-decoration: none;
	color: #43557E;
	font-weight: bold;
}


/* Subnavigation, 2. Level */
#navLeft ul ul li{
	padding-right: 10px;
	background-color: #E6E6E6;
}
/********************************************************************************/





/****CONTENT-SPACER-LEFT BLOCK***************************************************/   
#contentSpacerLeft {             /* Da IE6 margin-left nicht sauber unterstützt */
	float: left;
	width: 10px;
	height: 100%;
}
/********************************************************************************/





/****CONTENT-AREA BLOCK*******************************************************/   
#content {
	float: left;
	margin-bottom: 7px;
	width: 650px;
	font-size: 0.7em;
}

#content h1 {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #43557E;
	background-color: #E7EEF8;
}

#content h2 {
	padding-bottom: 5px;
	margin-left: 20px; 
	font-size: 1.1em;
	color: #43557E;
}

#content p {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 20px; 
	margin-right: 20px;
	font-size: 1em;
	line-height: 1.5em;
	color: #555458;
}

#content a {
   color: #5A698C;
	text-decoration: none;
}

#content a:hover {
   color: #5A698C;
	text-decoration: underline;
}

#content ul, #content ol {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 40px;
	margin-right: 20px;
	font-size: 1em;
	line-height: 1.5em;
	color: #555458;
}

#contentLeft {
	float:left;
	width:440px;
}

#contentRight {
	float:right;
	width:200px; 
	background-color: #E7EEF8;
}
/********************************************************************************/





/****NAVIGATION-RIGHT BLOCK*******************************************************/   
#navRight {
	float: right;
	width: 130px;
	font-size: 0.7em;
	background-color: #F2F6FB;
}

#navRight h1 {
	margin-top: 12px;
	margin-bottom: 5px;
	padding-left: 5px;
	color: #43557E;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#navRight ul {
	text-align: left;
}

#navRight li a {
	padding-left: 5px;
	padding-right: 0px;
}

#navRightInfo {
	float: left;
	width: 130px;
	margin-bottom: 5px;
	background-color: #F5F8FC;
	background-image: url(img/nav-background.jpg);
	background-repeat: repeat-x;
}

#navRightInfo p {
	text-align: left;	
	margin-bottom: 5px;
	padding-left: 5px;
}

#navRightInfo p a {
	text-decoration: none;
	color: #43557E;
	font-weight: bold;
}

#navRightGroup {
	float: left;
	width: 130px;
	margin-top: 47px;
	margin-bottom: 5px;
	background-color: #F5F8FC;
	background-image: url(img/nav-background.jpg);
	background-repeat: repeat-x;
}

#navRightGroup p {
	text-align: left;	
	margin-bottom: 5px;
	padding-left: 5px;
}

#navRightGroup p a {
	text-decoration: none;
	color: #43557E;
	font-weight: bold;
}
/********************************************************************************/



/**** Specialelements Channel Extern ********************************************/

.th-specialelements-channel-extern {
	width: 300px;
	border: 1px solid #43557E;
	background-color: #E7EEF8;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
}

/********************************************************************************/



/****FOOTERINFO BLOCK************************************************************/   
#footerInfo {
	float: left;
	width: 930px;
   height: 38px; 
	font-size: 0.65em;
	background-color: #E7EEF8;
	background-image: url(img/footer-background.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

#footerInfo p {
	margin-top: 15px;
	text-align: center;
	font-size: 1em;
	color: #555458;
}
/********************************************************************************/






/****SCHATTEN-UNTEN BLOCK********************************************************/   
#schattenUnten {
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 950px;
	height: 8px;
	font-size: 1px;
	background-image: url(img/shadow-bottom.jpg);
	background-repeat: no-repeat;
}
/********************************************************************************/ 





/****FOOTERBLOCK*****************************************************************/   
#footer {
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 920px;
	text-align: center;
	font-size: 0.6em;
}

#footer p {
	margin-top: 10px;
	text-align: right;
	font-size: 1em;
	color: #909090;
}

#footer a {
	color: #909090;
	text-decoration: none;
}

#footer a:hover {
   color: #5A698C;
	text-decoration: underline;
}
/********************************************************************************/


 


/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
	margin-bottom: -1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/