/*********************************************************************************
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: #FFFFFF;
   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: 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   */
/********************************************************************************/ 





/****PAGE BLOCK******************************************************************/   
#page {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 800px;
}
/********************************************************************************/ 





/****SITE BLOCK******************************************************************/   
#site {
	float: left;
	width: 800px;
	border-top: 10px solid #7DC3A9;
	background-image: url(img/background_site.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
/********************************************************************************/ 





/****LEFT BLOCK******************************************************************/   
#leftArea {
	float: left;
	width: 200px;
	min-height: 500px;
	background-image: url(img/background_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/********************************************************************************/ 





/****NAVIGATION-AREA BLOCK*******************************************************/   
#navArea {
	float: left;
	width: 175px;
	padding-left: 25px;
	/* margin-top: 110px; */
	margin-top: 10px;
}
/********************************************************************************/ 





/****NAVIGATIONS BLOCK***********************************************************/ 
.nav {
	float: left;
	width: 170px;
	padding-bottom: 25px;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
.nav ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.7em;
}

.nav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}

.nav a {
    display: block; 
	 padding-left: 28px;
	 padding-top: 4px;
	 padding-bottom: 7px;
	 text-decoration: none;
	 height: 100%;
	 /* height: 23px; */
	 color: #000000 !important;
	 text-transform: uppercase;
	 background-image: url(img/nav_passive.jpg);
	 background-position: top left;
	 background-repeat: no-repeat;
	 margin-bottom: 1px;
}

.nav ul li a:link, .nav ul li a:visited {
}

.nav ul li a:hover {
	color: #000000 !important;
	background-image: url(img/nav_active.jpg);
	background-position: top left;
 	background-repeat: no-repeat;
}

.nav ul li a.active:link, .nav ul li a.active:visited {
	color: #000000 !important;
	font-weight: bold;
	background-image: url(img/nav_active.jpg);
	background-position: top left;
 	background-repeat: no-repeat;
}

.navShare img {
	padding-bottom: 0px;
}
/********************************************************************************/





/****ADRESS BLOCK******************************************************************/   
#adresse {
	float: left;
	width: 170px;
	margin-top: 270px;
	border-top: 1px solid #D1D3D4;
}

/* #adresse {
	float: left;
	width: 170px;
	margin-top: -120px;
	border-top: 1px solid #D1D3D4;
} */

#adresse h1 {
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 0.7em;
	color: #7DC3A9;
}

#adresse p {
	font-size: 0.7em;
	color: #58595B;
}
/********************************************************************************/





/****RIGHT BLOCK******************************************************************/   
#rightArea {
	float: right;
	width: 560px;
}
/********************************************************************************/ 





/****RIGHTSPACER BLOCK***********************************************************/   
#rightSpacer {
	float: right;
	width: 20px;
	height: 10px;
}
/********************************************************************************/





/****HILFS-NAVIGATION BLOCK******************************************************/   
#hilfsNav{
   float: right;
	width: 500px;
	text-align: right;
	font-size: 1em;
	margin-top: 15px;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#hilfsNav ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.7em;
}

#hilfsNav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
	 color: #58595B !important;
}

#hilfsNav a {
    display: inline;
	 text-decoration: none;
	 height: 100%;
	 color: #58595B !important;
	 font-weight: normal;
}

#hilfsNav a:hover {
	text-decoration: underline;
	color: #58595B !important;
	font-weight: normal;
}

#hilfsNav a.active:link, #hilfsNav a.active:visited {
	color: #58595B !important;
	font-weight: bold;
}
/********************************************************************************/





/****HEADER BLOCK****************************************************************/   
#header {
	float: left;
	width: 560px;
	height: 220px;
	margin-top: 80px;
	background-position: top left;
	background-repeat: no-repeat;
}
/********************************************************************************/





/****HEADER SHADOW BLOCK*********************************************************/   
#headerShadow {
	float: left;
	width: 560px;
	height: 10px;
	background-image: url(img/shadow.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/********************************************************************************/





/****CONTENT AREA BLOCK**********************************************************/   
#contentArea {
	float: left;
	width: 560px;
	min-height: 300px;
	margin-top: 15px;
}
/********************************************************************************/





/****CONTENT BLOCK***************************************************************/   
#content {
	float: left;
	width: 100%;
	color: #58595B;
	font-size: 0.7em;
}

#content h1 {
	color: #71B29A;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 10px;
}

#content h2 {
	color: #5BA288;
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}

#content p {
	color: #58595B;
	line-height: 1.4em;
	margin-bottom: 15px;
}

#content h6 {
	line-height: 1.2em;
	font-size: 0.8em;
	font-weight: normal;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #58595B;
}

#content a {
	color: #5BA288;
	/* font-weight: bold; */
	text-decoration: none;
}

#content a:hover {
	color: #5BA288;
	/* font-weight: bold; */
	text-decoration: underline;
}

#content a.active:link, #content a.active:visited {
	color: #5BA288;
	/* font-weight: bold; */
	text-decoration: none;
}

img {
	padding-bottom: 10px;
	text-decoration: none;
}

div.csc-textpic div.csc-textpic-imagewrap ul {
	list-style: none outside none !important;
	margin: 0px !important;
	padding: 0px !important;
}


/* 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-radio {
	border: none;
}

#csc-mailform-radio {
	border: none;
}

csc-mailform-radio {
	border: none;
}

.csc-mailform-radio legend {
  display:none;
}

.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;
}

/* Sitemap */
.csc-sitemap ul li a:link, .csc-sitemap ul li a:visited{
	text-decoration: none !important;
	border-bottom: none !important;
}

/* Suche-Style */
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
	width:100px; 
	margin-left: 10px !important;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
	width:150px; 
	margin-left: 10px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
/********************************************************************************/





/****CONTENT BIG BLOCK***********************************************************/   
#contentBig {
	float: left;
	width: 560px;
}
/********************************************************************************/




/****CONTENT LEFT BLOCK**********************************************************/   
#contentLeft {
	float: left;
	width: 380px;
}
/********************************************************************************/





/****CONTENT RIGHT BLOCK**********************************************************/   
#contentRight {
	float: right;
	width: 160px;
	color: #58595B;
	font-size: 0.7em;
}

#contentRight h1 {
	margin-bottom: 10px;
	color: #71B29A;
	font-size: 1.4em;
	font-weight: normal;
}

#contentRight p {
	margin-top: 5px;
	color: #58595B;
	line-height: 1.4em;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#contentRight ul {
	 margin: 0px;
	 padding: 0px;
	 margin-top: 10px;
	 border-top: 1px solid #C7C8CA;
	 font-size: 1.2em;
}

#contentRight li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
	 color: #71B29A;
}

#contentRight ul a {
    display: block; 
	 padding-top: 4px;
	 padding-bottom: 4px;
	 text-decoration: none;
	 height: 100%;
	 color: #71B29A;
	 border-bottom: 1px solid #C7C8CA;
	 background-image: url(img/mehr_passive.jpg);
	 background-position: center right; 
	 background-repeat: no-repeat;
}

#contentRight ul a:hover {
	 color: #58595B;
	 background-image: url(img/mehr_active.jpg);
	 background-position: center right; 
	 background-repeat: no-repeat;
}
/********************************************************************************/





/****FOOTER BLOCK****************************************************************/
#footer {
	float: left;
	width: 800px;
	height: 40px;
	margin-bottom: 10px;
	background-image: url(img/background_footer.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 0.7em;
}

#footer p {
	color: #939598;
	margin-top: 10px;
	text-align: center;
}

#footer a {
	color: #939598;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
/********************************************************************************/





/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 

