/*********************************************************************************
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: #FCFCFC;
   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   */
/********************************************************************************/ 





/****PAGE BLOCK******************************************************************/   
#page {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 900px;			/* Nicht 950 da border-right 1px und border-left 11px */
}
/********************************************************************************/ 





/****NAVIGATIONS BLOCK***********************************************************/ 
#navMainArea {
	float: left;
	width: 236px;
	height: 321px;
	background-image: url(img/navMain_background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/********************************************************************************/ 





/****NAVIGATIONS BLOCK***********************************************************/ 
#navRest {
	float: right;
	width: 216px;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#navRest ul {
	 padding-right: 1px;
	 margin-top: 65px;
	 font-size: 0.75em;
	 border-top: 1px solid #B2B2B2;
}

#navRest li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}

#navRest a {
    display: block; 
	 padding-left: 45px;
	 padding-top: 9px;
	 padding-bottom: 9px;
	 border-bottom: 1px solid #B2B2B2;
	 background-image: url(img/arrow_rest.gif);
	 background-position: 25px center;
	 background-repeat: no-repeat;
	 text-decoration: none;
	 font-weight: bold;
	 height: 100%;
	 color: #B1B2B3;
}

#navRest ul li a:link, #navRest ul li a:visited {
}

#navRest ul li a:hover {
	background-image: url(img/arrow_rest_hover.gif);
	background-color: #FCEFDB;
}

#navRest ul li a.active:link, #navRest ul li a.active:visited  {
	background-image: url(img/arrow_rest_active.gif);
	background-color: #FAE0B8;
	color: #595A5B;
}

/* Bei Menüeinträgen mit Submenüs */
#navRest ul li a.activesub:link, #navRest ul li a.activesub:visited  {
	background-image: url(img/arrow_rest_active_sub.gif);
	background-color: #FAE0B8;
	color: #595A5B;
}
/********************************************************************************/





/****NAVIGATIONS BLOCK***********************************************************/ 
#navGmd {
	float: right;
	width: 216px;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#navGmd ul {
	 padding-right: 1px;
	 margin-top: 25px;
	 font-size: 0.75em;
	 border-top: 1px solid #B2B2B2;
}

#navGmd li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}

#navGmd a {
    display: block; 
	 padding-left: 45px;
	 padding-top: 9px;
	 padding-bottom: 9px;
	 border-bottom: 1px solid #B2B2B2;
	 background-image: url(img/arrow_gmd.gif);
	 background-position: 25px center;
	 background-repeat: no-repeat;
	 text-decoration: none;
	 font-weight: bold;
	 height: 100%;
	 color: #B1B2B3;
}

#navGmdt ul li a:link, #navGmd ul li a:visited {
}

#navGmd ul li a:hover {
	background-image: url(img/arrow_gmd_hover.gif);
	background-color: #D3E2F4;
}

#navGmd ul li a.active:link, #navGmd ul li a.active:visited  {
	background-image: url(img/arrow_gmd_active.gif);
	background-color: #A5BEDB;
	color: #595A5B;
}

/* Bei Menüeinträgen mit Submenüs */
#navGmd ul li a.activesub:link, #navGmd ul li a.activesub:visited  {
	background-image: url(img/arrow_gmd_active_sub.gif);
	background-color: #A5BEDB;
	color: #595A5B;
}
/********************************************************************************/





/****HEADER BLOCK****************************************************************/   
#header {
   float: left;
	width: 664px;
	height: 321px;
	background-image: url(img/header_background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/********************************************************************************/





/****HEADER-IMAGE BLOCK**********************************************************/   
#headerImg {
   float: left;
	width: 644px;
	height: 290px;
	background-position: 0px 66px;
	background-repeat: no-repeat;
}
/********************************************************************************/





/****HILFS-NAVIGATION BLOCK******************************************************/   
#navHelp {
   float: left;
	margin-top: 10px;
	width: 620px;
	padding-right: 15px;
	text-align: right;
	font-size: 1em;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#navHelp ul {
	 font-size: 0.7em;
}

#navHelp li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
	 color: #595A5B;
}

#navHelp a {
    display: inline;
	 text-decoration: none;
	 height: 100%;
	 padding-right: 5px;
	 color: #595A5B;
	 font-weight: normal;
}

#navHelp a:hover {
	text-decoration: underline;
	color: #595A5B;
	font-weight: normal;
}

#navHelp a.active:link, #navHelp a.active:visited {
	color: #595A5B;
	font-weight: bold;
}
/********************************************************************************/





/****SITE-AREA BLOCK*************************************************************/   
#siteArea {
   float: left;
	width: 100%;
	background-image: url(img/content_background.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
/********************************************************************************/





/****LEFT-AREA BLOCK*************************************************************/   
#leftArea {
   float: left;
	width: 236px;
}
/********************************************************************************/





/****NAVIGATIONS BLOCK***********************************************************/ 
#navSub {
	float: right;
	width: 216px;
	margin-top: -1px;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#navSub ul {
	 padding-right: 1px;
	 font-size: 0.75em;
	 border-top: 1px solid #B2B2B2;
}

#navSub li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}

#navSub a {
    display: block; 
	 padding-left: 70px;
	 padding-top: 9px;
	 padding-bottom: 9px;
	 border-bottom: 1px solid #B2B2B2;
	 background-image: url(img/arrow_sub.gif);
	 background-position: 50px center;
	 background-repeat: no-repeat;
	 text-decoration: none;
	 font-weight: bold;
	 height: 100%;
	 color: #595A5B;
	 /* color: #B1B2B3; */
}

#navSub ul li a:link, #navSub ul li a:visited {
}

#navSub ul li a:hover {
	background-image: url(img/arrow_sub_hover.gif);
	background-color: #F0F0F0;
}

#navSub ul li a.active:link, #navSub ul li a.active:visited  {
	background-image: url(img/arrow_sub_active.gif);
	background-color: #D3D3D3;
	/* color: #595A5B; */
}

/* Bei Menüeinträgen mit Submenüs */
#navSub ul li a.activesub:link, #navSub ul li a.activesub:visited  {
	background-image: url(img/arrow_sub_active_sub.gif);
	background-color: #D3D3D3;
}


/*Grundlayout-Definition Level 2. Navigation als horizontale Liste*/
#navSub ul ul {
	 font-size: 0.9em;
	 border-top: none;
}

#navSub ul ul a {
    display: block; 
	 padding-left: 70px;
	 padding-top: 6px;
	 padding-bottom: 6px;
	 border-bottom: 1px solid #B2B2B2;
	 background-image: none;
	 text-decoration: none;
	 font-weight: normal;
	 height: 100%;
	 color: #595A5B;
}

#navSub ul ul li a:link, #navSub ul ul li a:visited {
}

#navSub ul ul li a:hover {
	background-image: none;
	background-color: #FAFAFA;
}

#navSub ul ul li a.active:link, #navSub ul ul li a.active:visited {
	background-image: none;
	background-color: #F0F0F0;
}
/********************************************************************************/





/****ADRESSE BLOCK***************************************************************/   
#address {
   float: right;
	width: 190px;
	margin-top: 75px;
	padding-bottom: 10px;
}

#address h2 {
	padding-bottom: 5px;
	font-size: 0.75em;
	font-weight: bold;
	color: #595A5B;
}

#address p {
	padding-bottom: 5px;
	font-size: 0.7em;
	color: #595A5B;
	line-height: 1.2em;
}

#address a {
	color: #595A5B;
	text-decoration: none;
}

#address a:hover {
	color: #000000;
	text-decoration: underline;
}
/********************************************************************************/





/****CONTENT AREA BLOCK**********************************************************/   
#contentArea {
	float: right;
	width: 630px;
	margin-bottom: 10px;
}
/********************************************************************************/





/****CONTENT BLOCK***************************************************************/   
#content {
	float: left;
	margin-top: 30px;
	width: 590px;
	color: #5E5E5E;
	font-size: 0.7em;
}

 /* h1 für orange Seiten */
#content h1 {
	color: #E89300;
	font-size: 2.3em;
	font-weight: normal;
	margin-bottom: 15px;
}

#content h2 {
	color: #58595A;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 5px;
}

#content p {
	color: #58595A;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #58595A;
}

#content a {
	color: #E89300;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #E89300;
	font-weight: bold;
	text-decoration: underline;
}

#content a.active:link, #content a.active:visited {
	color: #E89300;
	font-weight: bold;
	text-decoration: none;
}

#content img {
	border: 1px solid #B2B2B2;
	padding: 0px;
	margin: 0px;
	margin-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-label {
	font-size: 1.1em;
	font-weight: bold;
}

.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;
}

/* Mailform Style */
fieldset.tx-powermail-pi1_fieldset {
/* Disable border */
border: none;
}
fieldset.tx-powermail-pi1_fieldset label {
/* Style labels */
display: block;
width: 150px;
float: left;
clear: both;
}
fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset select {
/* Style input fields */
width: 200px;
border: none;
margin-left: 10px;
}
div.tx_powermail_pi1_fieldwrap_html {
/* Increase margin between every field */
margin: 10px 0;
}

/********************************************************************************/





/****CONTENT-AREA HOME BLOCK******************************************************/   
#contentLeft {
	float: left;
	width: 365px;
}

#contentRight {
	float: right;
	width: 170px;
}

#contentRight h1 {
	font-size: 1.3em;
	margin-bottom: 10px;
}
/********************************************************************************/





/****FOOTER BLOCK****************************************************************/   
#footer {
	float: left;
	margin-bottom: 20px;
	width: 100%;
	height: 68px;
	background-image: url(img/footer_background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 0.6em;
}

#footer p {
	color: #595A5B;
	text-align: center;
	margin-top: 10px;
}

#footer a {
	color: #595A5B;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
}
/********************************************************************************/





/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 

