﻿/*********************************************************************************
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: 900px;
	background-image: url(img/background-inner.jpg);
	border-left: 1px solid #A8A3A3;
	border-right: 1px solid #A8A3A3;
	border-bottom: 1px solid #A8A3A3;
}
/********************************************************************************/ 





/****HEADER BLOCK****************************************************************/   
#header {
   float: left;
	width: 900px;
	height: 125px;
	background-color: #FFFFFF;
	background-image: url(img/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
/********************************************************************************/





/****LEISTE BLOCK****************************************************************/ 
#leiste {
	float: left;
	width: 900px;
	height: 25px;
	background-color: #D1D1D2;
	background-image: url(img/background.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
/********************************************************************************/





/****SPRACH BLOCK****************************************************************/   
#lang {
	float: left;
}

.langmenu {
	padding-top: 6px;
	padding-left: 10px;
	font-size: 0.7em;
	font-weight: bold;
}

/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
.langmenu  ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.75em;
	 color: #FFFFFF !important;
}

.langmenu li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
	 padding-top: 5px;
	 padding-right: 8px;
	 color: #FFFFFF !important;
}

.langmenu a {
    display: inline;
	 text-decoration: none;
	 height: 100%;
	 color: #FFFFFF !important;
	 font-weight: normal;
}

.langmenu a:hover {
	text-decoration: underline;
	color: #FFFFFF !important;
	font-weight: normal;
}

.langmenu a.active:link, .langmenu a.active:visited {
	color: #FFFFFF !important;
	font-weight: bold;
}
/********************************************************************************/





/****PRINT BLOCK*****************************************************************/ 
#print {
	float: right;
	padding-top: 6px;
	padding-right: 15px; 
	font-size: 0.7em;
	color: #FFFFFF;
}

#print a {
    display: inline;
	 text-decoration: none;
	 height: 100%;
	 color: #000000 !important;
	 font-weight: normal;
}

#print a:hover {
	text-decoration: underline;
	color: #000000 !important;
	font-weight: normal;
}

#print a.active:link, #print a.active:visited {
	color: #000000 !important;
	font-weight: bold;
}
/********************************************************************************/





/**** NAVIGATIONAREA BLOCK*******************************************************/   
#navArea {
	float: left;
	width: 200px;
}
/********************************************************************************/





/****NAVIGATIONS BLOCK***********************************************************/ 
#nav {
	float: left;
	width: 200px;
	margin-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #A8A3A3;
}


/*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-top: 2px;
	 padding-bottom: 2px;
	 padding-left: 15px;
	 margin-bottom: 5px;
	 text-decoration: none;
	 height: 100%;
	 background-image: url(img/menu.jpg);
	 background-repeat: repeat-y;
	 color: #000000;
}

#nav ul li a:link, #nav ul li a:visited {
}

#nav ul li a:hover {
	/* background-image: url(img/menu_active.jpg); */
	font-weight: bold;
}

#nav ul li a.active:link, #nav ul li a.active:visited {
	background-image: url(img/menu_active.jpg);
	background-repeat: repeat-y;
	font-weight: bold;
}


/*Grundlayout-Definition Level 2. Navigation als horizontale Liste*/
#nav ul ul {
	 font-size: 0.9em;
}

#nav ul ul li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
}

#nav ul ul a {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	background-image: none;
}

#nav ul ul li a:link, #nav ul ul li a:visited {
}

#nav ul ul li a:hover {
	background-image: none;
}

#nav ul ul li a.active:link, #nav ul ul li a.active:visited {
	background-image: none;
}
/********************************************************************************/





/****HILFS-NAVIGATIONS BLOCK*****************************************************/
#hilfsNav {
	float: left;
	width: 200px;
	margin-top: 20px;
	padding-bottom: 30px;
}


/*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!!!*/  
}

#hilfsNav a {
    display: block;
	 padding-top: 2px;
	 padding-bottom: 2px;
	 padding-left: 15px;
	 margin-bottom: 5px;
	 text-decoration: none;
	 height: 100%;
	 color: #000000;
}

#hilfsNav ul li a:link, #hilfsNav ul li a:visited {
}

#hilfsNav ul li a:hover {
	font-weight: bold;
}

#hilfsNav ul li a.active:link, #hilfsNav ul li a.active:visited {
	font-weight: bold;
}
/********************************************************************************/ 





/****CONTENT-AREA BLOCK**********************************************************/
#contentArea {
	float: right;
	width: 700px;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
/********************************************************************************/ 





/****CONTENT BLOCK***************************************************************/
#content {
	float: left;
	width: 680px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 0.75em;
}

#content h1 {
	/* width: 680px; */
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #003399;
	font-weight: bold;
	border-top: 1px solid #A9A9AA;
	border-bottom: 1px solid #A9A9AA;
	letter-spacing: 0.1em;
}

#content h2 {
	margin-bottom: 5px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #003399;
	font-weight: bold;
}

#content h3 {
	margin-bottom: 5px;
	font-size: 1.1em;
	color: #003399;
	font-weight: bold;
}

#content p {
	margin-bottom: 18px;
	font-size: 1em;
	color: #000000;
	line-height: 1.25em;
}

#content ul, #content ol {
	padding-left: 40px;
	margin-bottom: 15px;
}

#content a {
	color: #003399;
}

#content a:hover {
	color: #000000;
}

#content a.active:link, #content a.active:visited {
	color: #003399;
}

#content hr {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}



/* Neu 25.05.09 */
/* 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 {
	color: #000000;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
	width:100px; 
	margin-left: 10px !important;
	margin-top: 2px;
	margin-bottom: 20px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
	width:150px; 
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox SELECT { 
	width:154px; 
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}


/* Tabellen im Content */
#content .contenttable {
	width: 100%;
	text-align: left;
	vertical-align: top;
	border-collapse: collapse;
	margin-bottom: 10px;
}

#content .contenttable tr {
}

#content .contenttable th, #content .contenttable td {
	padding-right: 15px;
	border-bottom: 1px solid #A9A9AA;
	text-align: left;
	vertical-align: top;
	padding-top: 10px !important;
}

#content .contenttable th{
}

#content .contenttable th p, #content .contenttable td  p {
	color: #000000;
	font-size: 1em;
	line-height: 1.3em;
	padding-top: 4px;
	padding-bottom: 2px;
}
/* END Neu 25.05.09 */
/********************************************************************************/ 





/****CONTENT-SPACER BLOCK********************************************************/
#contentSpacer {
	float: left;
	width: 10px;
	height: 450px;
}
/********************************************************************************/ 





/****FOOTER BLOCK****************************************************************/
#footer {
	float: left;
	width: 900px;
	height: 25px;
	background-color: #D1D1D2;
	background-image: url(img/background.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
/********************************************************************************/





/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 

