/*********************************************************************************
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: Arial, Helvetica, Verdana, Geneva, 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 {
	margin: 0 auto;		/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
	width: 985px;
}
/********************************************************************************/ 





/****HILFS-NAVIGATION BLOCK******************************************************/   
#hilfsNav{
   float: right;
	width: 600px;
	margin-top: 20px;
	margin-bottom : 5px;
	padding-right: 20px;
	text-align: right;
	font-size: 1em;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#hilfsNav ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.75em;
	 color: #666666;
}

#hilfsNav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!*/  
	 color: #666666;
}

#hilfsNav a {
    display: inline;
	 text-decoration: none;
	 height: 100%;
	 padding-right: 5px;
	 color: #666666;
	 font-weight: normal;
}

#hilfsNav a:hover {
	text-decoration: underline;
	color: #333333;
	font-weight: normal;
}

#hilfsNav a.active:link, #hilfsNav a.active:visited {
	color: #666666;
	font-weight: bold;
}
/********************************************************************************/





/****HEADER BLOCK***************************************************************/   
#header {
   float: left;
	width: 958px;
	height: 137px;
	background-color: #FFFFFF;
	background-image:url(img/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/********************************************************************************/





/****HEADER BOTTOM BLOCK*********************************************************/   
#headerBottom {
   float: left;
	width: 985px;
	height: 20px;
	background-color: #FFFFFF;
	background-image:url(img/headerBottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/********************************************************************************/





/****SITE-AREA BLOCK*************************************************************/   
#siteArea {
   float: left;
	width: 985px;
	background-color: #FFFFFF;
	background-image: url(img/contentBackground.jpg); 
	background-position: top left;
	background-repeat: repeat-y;
}
/********************************************************************************/





/****LEFT-AREA BLOCK*************************************************************/   
#leftArea {
   float: left;
	width: 187px;
	margin-top: 10px;
}
/********************************************************************************/





/****NAVIGATIONS BLOCK***********************************************************/ 
#nav {
	float: left;
	width: 187px;
	margin-bottom: 40px;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#nav ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.75em;
	 border-top: 1px solid #D6D6D6;
}

#nav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}

#nav a {
    display: block; 
	 padding-left: 25px;
	 padding-top: 5px;
	 padding-bottom: 5px;
	 border-bottom: 1px solid #D6D6D6;
	 text-decoration: none;
	 font-weight: bold;
	 text-transform: uppercase;
	 height: 100%;
	 color: #666666;
	 background-image: url(img/dot.gif);
	 background-position: 6px center;
	 background-repeat: no-repeat;
}

#nav ul li a:link, #nav ul li a:visited {
}

#nav ul li a:hover {
	background-color: #F9FAF1;
}

#nav ul li a.active:link, #nav ul li a.active:visited {
	background-image: url(img/dot-active.gif);
	background-position: 6px center;
	background-repeat: no-repeat;
}


/* Level 2. Navigation als horizontale Liste*/
#nav ul ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 1em;
	 border-top: none;
}

#nav ul ul li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}

#nav ul ul a {
	 padding-left: 25px;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 color: #088A08;
	 font-weight: normal;
	 text-transform: none;
	 background-image: none;
}

#nav ul ul li a:link, #nav ul ul li a:visited {
}

#nav ul ul li a:hover {
	background-color: #F9FAF1;
}

#nav ul ul li a.active:link, #nav ul ul li a.active:visited {
	color: #7EA402;
	background-color: #F3F3E7;
	font-weight: bold;
	background-image: none;
}
/********************************************************************************/





/****ADRESSE BLOCK***************************************************************/   
#address {
   float: left;
	width: 187px;
	padding-bottom: 10px;
}

#address p {
	padding-left: 15px;
	font-size: 0.75em;
	color: #858585;
	line-height: 1.3em;
}

#address a {
	color: #858585;
	text-decoration: none;
}

#address a:hover {
	color: #000000;
	text-decoration: underline;
}
/********************************************************************************/




/****CONTENT AREA BLOCK**********************************************************/   
#contentArea {
	float: right;
	width: 795px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/********************************************************************************/





/****CONTENT BLOCK***************************************************************/   
#content {
	float: left;
	width: 700px;
	color: #333333;
	font-size: 0.75em;
}

#content h1 {
	color: #333333;
	font-size: 2.0em;
	font-weight: normal;
	margin-bottom: 10px;
}

#content h2 {
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 5px;
}

#content p {
	color: #333333;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #333333;
}

#content a {
	color: #088A08;
	text-decoration: none;
}

#content a:hover {
	color: #088A08;
	text-decoration: underline;
}

#content a.active:link, #content a.active:visited {
	color: #92C361;
	text-decoration: none;
}

#content 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;
}


/* Tabellen im Content */
#content .contenttable {
	width: 100%;
	border-collapse: collapse;
}

#content .contenttable tr {
}

#content .contenttable th, #content .contenttable td {
	padding-right: 15px;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
}

#content .contenttable th p, #content .contenttable td p {
	color: #333333;
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 3px;
}


#contentLeft {
	float: left;
	width: 480px;
}

#contentRight {
	float: right;
	width: 200px;
}

#contentRight h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.1em;
	text-transform: uppercase;
}

.csc-frame-frame1 {
	float: left;
	width: 300px;
}
/********************************************************************************/





/****CONTENT-SPACER BLOCK********************************************************/
#contentSpacer {
	float: left;
	width: 30px;
	height: 300px;
}
/********************************************************************************/ 





/****SITEFOOTER BLOCK************************************************************/
#siteFooter {
   float: left;
	width: 985px;
	height: 50px;
	background-image: url(img/siteFooter.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/********************************************************************************/ 





/****COPY BLOCK******************************************************************/
#copy {
	margin: 0 auto;		/* Horizontale Zentrierung */
	text-align: right;		/* Seiteninhalt wieder links ausrichten */
	width: 930px;
	font-size: 0.7em;
	margin-bottom: 10px;
}

#copy p {
	color: #C0C0C0;
	text-align: right;
}

#copy a {
	color: #C0C0C0;
	text-decoration: none;
}

#copy a:hover {
	color: #000000;
	text-decoration: underline;
}
/********************************************************************************/




/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 

