/*********************************************************************************
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: #FEFEFE;
   font-size: 100.00%;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   margin: 0; 
	padding: 0;
   text-align: center;  /* Zentrierung im Internet Explorer */
	background-image: url(img/bg.gif);*/
	overflow:-moz-scrollbars-vertical;
}

/* 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   */
/********************************************************************************/ 



/********************************************************************************/
/****GRUNDRAHMEN*****************************************************************/
/********************************************************************************/


/****PAGE BLOCK******************************************************************/   
#page {
	padding-top: 30px;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 909px;
}
/********************************************************************************/ 




/****HEADER BLOCK*****************************************************************/   
#headerArea {
	width: 100%;
	height: 105px;
	background-image: url(img/bg-oben.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
/********************************************************************************/

/****HEADER BLOCK*****************************************************************/   
#logoArea {
	float: left;
	padding-top: 22px;
	padding-left: 20px;
}
/********************************************************************************/







/****CONTENT-AREA BLOCK***********************************************************/   
#contentArea {
	width: 100%;
	background-image: url(img/bg-content.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#contentAreaHome {
	width: 100%;
	background-image: url(img/bg-content-home.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
/********************************************************************************/








/****CONTENT-FOOTER BLOCK********************************************************/   
#footerArea {
   float: left;
	width: 100%;
	height: 28px;
	background-image: url(img/bg-unten.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
/********************************************************************************/


/****HILFS-NAVIGATION-AREA BLOCK*************************************************/   
#hilfsNavArea {
   float: right;
	width: 100px;
	padding-top: 22px;
	padding-right: 20px;
	border: 0px solid #8AA3BE;
}
/********************************************************************************/


/****NAVIGATION-AREA BLOCK********************************************************/   
#navArea {
	padding-left: 20px;
   float: left;
	width: 220px;
}
/********************************************************************************/




/****NAVIGATIONS-SPACER BLOCK****************************************************/
#navSpacer {
	float: left;
	width: 37px;
	height: 240px;
}
/********************************************************************************/ 


/********************************************************************************/
/****GRUNDRAHMEN ENDE************************************************************/
/********************************************************************************/





/********************************************************************************/
/****HILFS-NAVIGATION************************************************************/
/********************************************************************************/


/****HILFS-NAVIGATION BLOCK******************************************************/   
#hilfsNav{
	text-align: left;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#hilfsNav ul {
	 margin: 0px;
	 padding: 0px;
}

#hilfsNav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/
}

#hilfsNav a {
	 display: block;
	 text-decoration: none;
	 color: #00437a !important;
	 font-weight: normal;
	 text-transform: uppercase;
	 margin-bottom: 1px;
}

#hilfsNav a:hover {
	text-decoration: underline;
	color: #00437a !important;
	font-weight: normal;
}

#hilfsNav a.active:link, #hilfsNav a.active:visited {
	color: #00437a !important;
	font-weight: bold;
}

.selected {
	color: #00437a !important;
	font-weight: bold;
}
/********************************************************************************/


/********************************************************************************/
/****HILFS-NAVIGATION ENDE*******************************************************/
/********************************************************************************/







/****NAVIGATIONS BLOCK***********************************************************/ 
#nav {
	float: left;
	margin-top: 0px;
	width: 220px;
	font-size: 0.75em;
	border: 0px solid #000;
}

#nav ul {
	 margin: 0px;
	 padding: 0px;
}

#nav li {
	list-style: none;
	display: inline;  /*IE Bug*/
}


/*Definition 1. Level*/
#nav ul li a {
   display: block;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	color: #a5a6aa;	
}

#nav ul li a:link, #nav ul li a:visited {
}

#nav ul li a.active:link, #nav ul li a.active:visited, #nav ul li a:hover {
	color: #000;
}
/*Ende 1. Level****/



/*Definition 2. Level*/

#nav ul ul li a {
   display: block;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image:  url(img/bg-nav-point-inaktiv.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	letter-spacing: 1px;
}

#nav ul ul li a:hover, #nav ul ul li a.active:visited, #nav ul ul li a.active:link  {
	color: #000;
   font-weight: bold;
	background-image:  url(img/bg-nav-point-aktiv.gif);
	background-repeat: no-repeat;
}
/*Ende 2. Level****/



/********************************************************************************/










/****CONTENT BLOCK***************************************************************/
#content {
	float: left;
	width: 600px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 0.85em;
	font-family: "Times New Roman", Times, serif;
	/* font-family: Arial, Helvetica, sans-serif; */
	color: #909193;
}

#content h1 {
	/* margin-top: 25px; */
	margin-top: 8px;
	margin-bottom: 5px;
	font-size: 1.75em;
	color: #044A7B;
	font-weight: bold;
	text-transform: uppercase;
}

#content h2, #content h2 a:link, #content h2 a:hover{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.0em;
/*	color: #A5A6AA;*/
color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
}


#content h3, #content h3 a {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.1em;
	color: #00437a;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
}

#content strong, #content b{
	font-weight: bold;
	color: #000;
}

#content p {
	margin-bottom: 20px;
	line-height: 1.4em;
}

#content ul, #content ol {
	padding-left: 20px;
	margin-bottom: 15px;
}

#content a {
	color: #00437a;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #00437a;
	text-decoration: underline;
	border-bottom: none;
}

#content a.active:link, #content a.active:visited {
	color: #044572;
	/* border-bottom: dashed 1px #044572; */
}


/* Formular Style */
.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float: left;
clear: both;
display: block;
width: 170px;
padding-left: 0px;
margin-bottom: 2px;
}

.csc-mailform-field input, 
.csc-mailform-field textarea, 
.csc-mailform-field select {
margin-bottom: 10px;
}

.csc-mailform-submit {
/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
margin-top: 10px;
margin-left: 0px; 
/* Float wieder abschalten */
clear: both;
}


.csc-sitemap{
	margin-left: -20px;
}
.csc-sitemap ul li{
	list-style: none;
}
.csc-sitemap ul li a:link, .csc-sitemap ul li a:visited{
	text-decoration: none !important;
	border-bottom: none !important;
}
.csc-sitemap ul li a:hover {
	text-decoration: underline !important;
}

.csc-frame-rulerBefore{
   height: 10px;
	font-size: 1px;
	/*border-bottom: 1px solid #000;*/
	background-image:  url(img/dotted-underline-dienstleistungen.gif);
	background-repeat: no-repeat;
}
/********************************************************************************/ 
 





/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 

