/*********************************************************************************
Webtech AG, bz
Lehnplatz 10, 6460 Altdorf
/********************************************************************************/ 





/****PAGE GRUNDBEREICH***********************************************************/   
/* Für alle ein margin und padding 0 setzen */
* {
	margin:0; 
	padding:0;
}

body {
   color: #000; 
	background-color: #fff;
   font-size: 100.00%;
  	font-family: 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: #e02f07; text-decoration: none; }     /* noch nicht besuchter Link */
a:visited { color: #e02f07 }    /* schon besuchter Link   */   
a:hover   { color: #e02f07} 	  /* Benutzer 'hovert'     */    
a:active  { color: #e02f07 }    /* Link wird ausgew?hlt   */
/********************************************************************************/ 




/****PAGE BLOCKS*****************************************************************/   
#page {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
   /* margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 910px;
}

#leftCol {
	float: left;
	width: 280px;
	/*background-color: Green;*/
}
#rightCol {
	float: right;
	width: 630px;
	/*background-color: #009999;*/
}
/********************************************************************************/ 





/****CONTENT BLOCKS**************************************************************/   
#logoArea {
	margin-left: 24px;
	padding-top: 20px;
}

#metaNavSearchArea{
	margin-left: 30px;
	margin-top: 30px;
	width: 190px;
}

/* Ausgelagert nach menu.css
#mainNavArea{
	margin-top: 55px;
	margin-left: 30px;
}
*/



#staticNavArea{
	margin-top: 30px;
	padding-left: 30px;
	font-size: 0.8em;
	margin-bottom: 20px;
}
#staticNavArea li{
	list-style: none;
}
#staticNavArea a{
	color: #333;
	text-decoration: none;
}
#staticNavArea a.active{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}




#headerNavArea{

}




#breadCrumpArea{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0.7em;
	color: #999;
}
#breadCrumpArea .bradCrumpPath{
	color: #E02F07;
}
#breadCrumpArea .bradCrumpPath a{
	color: #E02F07;
	text-decoration: none;
}




#contentArea{
	/*float: left;*/
}



#footerArea {
	width: 100%;
	float: left;
   border-top: 1px solid #999;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 0.8em;
	color: #999;
}
#footerArea a{
	color: #999;
	text-decoration: none;
}
#footerArea a:hover{
	color: #999;
	text-decoration: underline;
}
#footerArea a.active{
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

/********************************************************************************/











/****TEMP. Navigation WIRD WIEDER ENTFERNT****************************************/ 
#tmpMainNavArea{
	margin-top: 50px;
	margin-left: 30px;
	width: 230px;
}

#tmpMainNavArea ul{
    margin: 0px; 
	 padding: 0px;
    font-weight: bold;
	 font-size: 0.8em;
}

#tmpMainNavArea li{   
	 list-style: none;
    display: inline;  /*Damit IE keine Abstand mehr macht!!!*/
}

#tmpMainNavArea a{
    display: block;
	 padding-left: 0px;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 height: 100%;
	 text-decoration: none;
	 border-bottom: 1px solid #ccc;
}

#tmpMainNavArea ul li a:link, #tmpMainNavArea ul li a:visited  {
    color: #A5A5A5;
}

#tmpMainNavArea ul li a:hover{
    color: #A5A5A5;
	 background-color: #E3E3E3;
}

#tmpMainNavArea ul li a.active:link, #tmpMainNavArea ul li a.active:visited {
	 color: #6D6D6D;
	 background-color: #EFEFEF;	 
}


/*Level 2*/

#tmpMainNavArea ul ul a { 
	 text-transform: none;
	 padding-left: 8px;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 padding-left: 20px;
	 color: #666 !important;	 
	 font-weight: normal;
	 font-size: 1.1em;
	 border-bottom: 1px dotted #ccc;
	 background-color: #F9F9F9;
}

#tmpMainNavArea ul ul li a:hover{
    color: #666;
	 font-weight: normal;
	 background-color: #F4F4F4;
}

#tmpMainNavArea ul ul li a.active:link, #tmpMainNavArea ul ul li a.active:visited {
	 font-weight: bold;
	 color: #666;
	 background-color: #F4F4F4;
}



/*Level 3*/
#tmpMainNavArea ul ul ul a { 
	 padding-left: 5px;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 padding-left: 30px;	 
	 font-weight: bold;
	 font-size: 10px;	
	 background-color: #FBFBFB;
}

#tmpMainNavArea ul ul ul li a:hover{
    font-weight: bold;
	 color: #838383;
	 background-color: #F4F4F4;
}

#tmpMainNavArea ul ul ul li a.active:link, #tmpMainNavArea ul ul ul li a.active:visited {
	 font-weight: bold;
	 color: #838383;
	 background-color: #F4F4F4;
}
/********************************************************************************/










/****CONTENT FORMATIERUNGEN******************************************************/
.clPageTitle{
	width: 100%;
	float:left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #999;
}


.contentRight{
	float: right;
	width: 195px;
	margin-left: 0px;
	margin-top: 0px;	
	margin-right: 0px;
	border: 0px solid #444;
}

.contentLeft{
	float:left;
	margin-top: 0px;	
	margin-bottom: 0px;
	margin-left: 0px;
	width: 400px;
	border: 0px solid #444;
}

#content {
	width: 100%;
	margin-top:20px;
	float:left;	
	color: #333;
	font-size: 0.75em;
   border: 0px solid #444;
}

#content h1, #content h1.csc-firstHeader {
	font-size: 1.3em;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	color:#333333;
}

#content h1 {
	padding-top: 20px;
}


#content h2, #content h4 {
	font-size: 1.0em;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	color:#333333;
}


#content .contentRight h5 {   /*Spezielle Ueberschrift in Rechter Spalte*/
	font-size: 1em;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	color:#333333;
}


#content p {
	padding-top:0px;
	margin-top:0px;
	margin-bottom: 25px;
	line-height: 1.4em;
}


#content ol, #content ul, #content li {
	font-size: 1.0em;
	line-height: 1.6em;
	margin-top: 0.0em;
	margin-bottom: 0.1em;
}

#content ol, #content ul  {
	margin-bottom: 1.5em;
}
#content ol ol, #content ul ul  {
	margin-bottom: 0.1em;
}

#content li {
	list-style-image:url(img/li.gif);
	margin-left: 25px;
}
#content ul ul li {
	list-style-image:url(img/li.gif);
	margin-left: 30px;
}

#content blockquote {
	margin-left: 30px;
}




#content a {
	color: #e02f07;
	text-decoration: none;
}
#content a:hover {
	color: #e02f07 ;
	text-decoration: underline;
}
#content a:visited {
	color: #e02f07 ;
}


a.download-icon {
	background-image: url(img/icon-download.gif) !important;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 16px;
}

a.link-icon {
	background-image: url(img/icon-link.gif) !important;
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 14px;
}


#content .contenttable td{
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
}




/* Formular Style */
.csc-mailform {
/*
border: none; /* Rand ausschalten 
border: 0px solid #666;
*/
}

form fieldset.csc-mailform  {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border: 1px solid #eaeaea;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}


.csc-mailform-field label {
float: left;
clear: both;
display: block;
width: 130px;
padding-right: 10px;
text-align: right;
}

.csc-mailform-field input, 
.csc-mailform-field textarea, 
.csc-mailform-field select {
	margin-bottom: 5px;
	width: 220px;
}

.csc-mailform .mf-check {
	width: 20px !important;
}
 
.csc-mailform-field input{
	
}


.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: 130px; 
	/* Float wieder abschalten */
	clear: both;
}


/*Mail Subscription*/
.cError{
	color: #E33C18 !important;
}
/*ende*/


table{
	border-collapse:collapse;
	width: 100%;
}

tr{
	background-color: #fff;
}

th{
	text-align: left;
}

.tr-odd {
	background-color: #f8f8f8;
}



table.contenttable, table.contenttable td, table.contenttable tr {
	/* border: 0px solid #330000 !important;*/
}

table.contenttable p {
	margin:0px !important;
	padding: 0px;
}
table.contenttable td {
	margin:0px !important;
	padding: 0px 4px 2px 0px !important;
}


.csc-sitemap a, ul li a:link, .csc-sitemap ul li a:visited{
	/*text-decoration: none !important;
	border-bottom: none !important;*/
}

.csc-sitemap ul{
	 list-style:none;
    padding-bottom: 0px  !important;
	 margin-bottom: 0px !important;
} 

.csc-sitemap li {
 margin: 0px;
 margin-left: -15px;
 padding:0px; 
 padding-left:12px;
 background-image:url(img/li-icon.gif);
 background-repeat:no-repeat;
 background-position:0px 5px;
}

#content .csc-textpic-caption{
  /* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	color: #8F8F8F;
	margin-top: 1px;
	line-height: normal;
	padding-bottom: 5px;
	font-size: 0.8em;
}


/*float test, bildergallerie*/
#content .csc-frame-frame1{
	float:left;
	border: 0px solid #000;
	width: 210px;
	height: 205px;
}
.csc-frame-frame1 p{
	margin: 0px !important;
}
/*ende */

.csc-textpic-clear{
	height: 5px;
}
/********************************************************************************/ 
 






/****CONTENT Startseite FORMATIERUNGEN*******************************************/
#contentHome {
	color: #fff;
	font-size: 0.75em;
}
#contentHome p {
	line-height: 1.6em;
}
#contentHome h1 {
	font-size: 1.7em;
	margin-bottom: 5px;
}

#contentHome h2 {
	font-size: 1.5em;
}

/********************************************************************************/ 




/****SPEZIAL BEREICH*************************************************************/
.clSearchForm{
	margin: 0px;
	padding:0px;
	width: 100%;
	margin-top: 5px;
}
.clSearchFormField{
	font-size: 14px;
	float: left;
	width: 150px;
	border: 1px solid #999;
	height: 18px;
	padding: 2px 2px 0px 2px;
	color: #8A8A8A;
}

.clSearchFormButton{
	float: right;
}

.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: 145px; 
/* Float wieder abschalten */
clear: both;
}




.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 






/*Google Map Extension***********************************************************/
.clGoogleMapAddress{	
   float: left;
	border: 0px #000 solid;
	width: 200px;
	height: 185px;
	padding-right: 10px;
	font-size: 0.9em;
}
.clGoogleMapAddress h1 {
	margin-top: 0px !important;
	padding-top: 0px !important;
	font-size: 1em  !important;
	color: #333 !important;
}
.clGoogleMapAddress p{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

a.clLinkToMap, a.clLinkToMap:link, a.clLinkToMap:hover, a.clLinkToMap:visited{	
	margin-bottom: 15px  !important;
  	padding-bottom: 0px  !important;
  	color: #333 !important;
}

.tx_lumogooglemaps_pi1_infobox{
	font-size: 0.9em;
}
/********************************************************************************/ 






/*Index Extension****************************************************************/

.tx-indexedsearch-redMarkup{
	color: Black  !important;
	background-color: #FFFF99;
	padding-left: 5px;
	padding-right: 5px;
}
.tx-indexedsearch-info{
	font-size: 0.9em;
}

/********************************************************************************/ 






/*News Extension****************************************************************/
.news-list-browse{
	width: auto;
}
.news-list-browse p{
	margin: 0px !important;
}
.news-list-browse table {
	width: auto !important;
}
.news-list-browse table td {
	padding-right: 10px;
}


.news-single-files dt {
	font-weight: bold;
}

.news-single-files br {
	line-height: 2px;
}
.news-single-files dd img{
	margin-right: 5px;
}

.clBackLinkNewsListe{
	background-image: url(img/icon-link.gif) !important;
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 14px;
}
/********************************************************************************/ 





/*tt_address Extension************************************************************/
.tx-ttaddress-pi1{
	font-size: 0.9em;
}

.tx-ttaddress-pi1 .vcard {
	float: left;
	width: 200px;
	height: 180px;
	padding-right: 10px;
	font-size: 0.9em;
}

.tx-ttaddress-pi1 h1{
	margin-top: 0px !important;
	font-size: 1em  !important;
	color: #333 !important;
}
/********************************************************************************/ 




/*Login**************************************************************************/
table.csc-loginform p{
	margin: 0px !important;
	padding: 0px !important;
}
/********************************************************************************/ 