/*********************************************************************************
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/background.jpg);
	background-repeat: repeat-x;
	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 {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 788px;
}
/********************************************************************************/ 





/****LOGO BLOCK****************************************************************/   
#logo {
   float: left;
	width: 788px;
	height: 84px;
	background-image: url(img/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/********************************************************************************/





/****CONTENT-AREA BLOCK***********************************************************/   
#contentArea {
   float: left;
	width: 576px;
}
/********************************************************************************/





/****CONTENT-TOP BLOCK************************************************************/   
#contentTop {
   float: left;
	width: 576px;
	height: 150px;
	/* background-image: url(img/content_top.jpg); */
	background-position: top left;
	background-repeat: no-repeat;
}
/********************************************************************************/





/****CONTENT-MIDDLE BLOCK*********************************************************/   
#contentMiddle {
   float: left;
	width: 526px;
	padding-left: 50px;
	background-color: #FFFFFF;
	background-image: url(img/content_middle.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
/********************************************************************************/





/****CONTENT-FOOTER BLOCK********************************************************/   
#contentFooter {
   float: left;
	width: 576px;
	height: 28px;
	background-image: url(img/content_footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/********************************************************************************/





/****NAVIGATION-AREA BLOCK********************************************************/   
#navArea {
   float: right;
	width: 209px;
}
/********************************************************************************/





/****NAVIGATION-TOP BLOCK********************************************************/   
#navTop {
   float: right;
	width: 209px;
	height: 150px;
	background-image: url(img/nav_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#navTop p {
	margin-top: 76px;
	padding-left: 15px;
	padding-right: 35px;
	color: #CCAC18;
	font-weight: bold;
	font-size: 1.25em;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	text-align: right;
	background-image: url(img/arrow_big.gif);
	background-repeat: no-repeat;
	background-position: 180px center;
}
/********************************************************************************/





/****NAVIGATION-MIDDLE BLOCK*****************************************************/   
#navMiddle {
   float: right;
	width: 209px;
	background-color: #FFFFFF;
	background-image: url(img/nav_middle.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
/********************************************************************************/





/****NAVIGATION-FOOTER BLOCK*****************************************************/   
#navFooter {
   float: right;
	width: 209px;
	height: 28px;
	background-image: url(img/nav_footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/********************************************************************************/





/****HILFS-NAVIGATION-AREA BLOCK*************************************************/   
#hilfsNavArea {
   float: left;
	width: 476px;
	height: 20px;
	margin-top: 0px;
	border-bottom: 1px solid #8AA3BE;
}
/********************************************************************************/


/********************************************************************************/
/****GRUNDRAHMEN ENDE************************************************************/
/********************************************************************************/





/********************************************************************************/
/****HILFS-NAVIGATION************************************************************/
/********************************************************************************/


/****SPRACHE BLOCK***************************************************************/   
#sprache {
   float: left;
	width: 170px;
	text-align: left;
	font-size: 1em;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#sprache ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.7em;
	 color: #FFFFFF !important;
}

#sprache li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
	 color: #68676B !important;
}

#sprache a {
    display: inline;
	 text-decoration: none;
	 height: 100%;
	 color: #68676B !important;
	 font-weight: normal;
}

#sprache a:hover {
	text-decoration: underline;
	color: #DFB200 !important;
	font-weight: normal;
}

#sprache a.active:link, #sprache a.active:visited {
	color: #DFB200 !important;
	font-weight: bold;
}
/********************************************************************************/




/****HILFS-NAVIGATION BLOCK******************************************************/   
#hilfsNav{
   float: right;
	width: 290px;
	text-align: right;
	font-size: 1em;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#hilfsNav ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.7em;
	 color: #FFFFFF;
}

#hilfsNav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
	 color: #68676B;
}

#hilfsNav a {
    display: inline;
	 text-decoration: none;
	 height: 100%;
	 color: #68676B;
	 font-weight: normal;
}

#hilfsNav a:hover {
	text-decoration: underline;
	color: #DFB200;
	font-weight: normal;
}

#hilfsNav a.active:link, #hilfsNav a.active:visited {
	color: #DFB200;
	font-weight: bold;
}

.selected {
	color: #DFB200;
	font-weight: bold;
}
/********************************************************************************/


/********************************************************************************/
/****HILFS-NAVIGATION ENDE*******************************************************/
/********************************************************************************/







/****NAVIGATIONS BLOCK***********************************************************/ 
#nav {
	float: left;
	margin-top: 0px;
	width: 202px;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#nav ul {
	 margin: 0px;
	 margin-left: 7px;
	 padding: 0px;
	 color: #044572;
	 font-size: 0.75em;
}

#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;
	 text-decoration: none;
	 height: 100%;
	 color: #044572;
}

#nav ul li a:link, #nav ul li a:visited {
}

#nav ul li a:hover {
	color: #CF9C00;
	background-color: #F8F8F8;
}

#nav ul li a.active:link, #nav ul li a.active:visited {
	color: #CF9C00;
	font-weight: bold;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}

#nav ul li a.activesub:link, #nav ul li a.activesub:visited {
	color: #CF9C00;
	font-weight: bold;
	background-image: url(img/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}


/*Grundlayout-Definition Level 2. Navigation als horizontale Liste*/
#nav ul ul {
	 font-size: 0.95em;
}

#nav ul ul li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
}

#nav ul ul a {
}

#nav ul ul li a:link, #nav ul ul li a:visited {
}

#nav ul ul li a:hover {
}

#nav ul ul li a.active:link, #nav ul ul li a.active:visited {
}


/*Grundlayout-Definition Level 2. Navigation als horizontale Liste*/
#nav ul ul {
	 font-size: 1em;
}

#nav ul ul li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
}

#nav ul ul a {
}

#nav ul ul li a:link, #nav ul ul li a:visited {
}

#nav ul ul li a:hover {
}

#nav ul ul li a.active:link, #nav ul ul li a.active:visited {
}
/********************************************************************************/
 




/****NAVIGATIONS-SPACER BLOCK****************************************************/
#navSpacer {
	float: left;
	width: 1px;
	height: 240px;
	display: none;
}
/********************************************************************************/ 





/****CONTENT BLOCK***************************************************************/
#content {
	float: left;
	width: 476px;
	margin-top: 30px;
	font-size: 0.7em;
}

#contentLeft {
	float: left;
	width: 310px;
}

#contentRight {
	float: right;
	width: 150px;
	min-height: 300px;
	padding-left: 0px;
	/* border-left: 1px solid #C7D7E1; */
	color: #68676B;
}

#contentRight p {
	margin-bottom: 20px;
	font-size: 1em;
	color: #68676B;
}

#content h1 {
	margin-bottom: 20px;
	font-size: 1.7em;
	color: #044A7B;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

#content h2 {
	margin-top: 10px;
	margin-bottom: 6px;
	font-size: 1.2em;
	color: #044A7B;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

#content p {
	margin-bottom: 20px;
	font-size: 1em;
	color: #68676B;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #68676B;
}

#content a {
	color: #044572;
	text-decoration: none;
}

#content a:hover {
	color: #CF9C00;
	text-decoration: underline;
}

#content a.active:link, #content a.active:visited {
	color: #044572;
}

#content img {
	padding-bottom: 10px;
}


#content td {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px 0px;
}

#content td p{
	margin: 0px;
	padding: 0px;
}


/* Formular Style */
.csc-mailform {
border: none; /* Rand ausschalten */
	color: #68676B;
}

.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-SPACER BLOCK********************************************************/
#contentSpacer {
	float: left;
	width: 1px;
	height: 300px;
}
/********************************************************************************/ 





/****FOOTER BLOCK****************************************************************/
#footer {
	float: left;
	width: 576px;
	height: 20px;
	margin-bottom: 20px;
	font-size: 0.6em;
}

#footer p {
	color: #7F7B79;
	text-align: center;
	margin-top: 5px;
}

#footer a {
	color: #7F7B79;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
}
/********************************************************************************/





/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 

