/*********************************************************************************
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: #2B2520;
   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/bg.gif);*/
	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: 900px;
}
/********************************************************************************/ 



/****HEADER BLOCK*****************************************************************/   
#headerArea {
	float: left;
	width: 100%;
	/*height: 105px;*/
	background-image: url(img/bg-oben.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px solid #000;
	margin-bottom: 10px;
}

#logoArea {
	float: left;
	padding-top: 0px;
}

#navArea {
   float: left;
	width: 100%;
	height: 40px;
	border: 0px solid #fff;
	background-image: url(img/bg-mainnav.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
}
/********************************************************************************/



/****BODY BLOCK*****************************************************************/   
#bodyArea {
	width: 100%;
	border: 0px solid #000;
}
#bodyLeftArea{
	float: left;
	width: 590px;
}
#bodyRightArea{
	float: right;
	width: 300px;
}
#subNavArea{
	margin: 0px;
	padding: 0px;
}


.boxBorderTopBottom{ /*Umgehung BOX-Modell IE*/
	height: 6px;
	font-size: 1px;
	background-color: #d1d1d1;
}

.boxBorderSchnoerkelBottomRight{
	height: 30px;
	font-size: 1px;
	background-image: url(img/bg-schnoerkel-unten-right.gif);
}

.boxLeft{
	width: 100%;
	background-image: url(img/bg-box-left.gif);
	background-repeat: repeat-y;		
}
.boxRight{
	width: 100%;
	background-image: url(img/bg-box-right.gif);
	background-repeat: repeat-y;
}

.contentRight{
	margin-top: 10px;	
	margin-right: 24px;
	margin-bottom: 10px;
	margin-left: 24px;
}
.contentLeft{
	margin-top: 10px;	
	margin-bottom: 10px;
	margin-left: 34px;
	width: 522px;
	border: 0px solid #444;
	background-color: #7F725C;
}

.boxSpacer{
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}

.boxLeftHeightHome{ /*Nur Bilder in dieser Box*/
	height:380px;overflow:hidden; /*damit IE keine Scrollbalken*/	
}
.boxLeftHeightHome img{
	margin-left: 6px;
}

.boxLeftHeightHomeBottom{
	padding-left: 6px;
	height:160px;overflow:hidden;  /*damit keine Scrollbalken*/
}

.boxRightHeightHome{
	height:396px;overflow:hidden;  /*damit IE keine Scrollbalken*/
}

.boxLeftHeight{ /*Standard-Inhalt*/
	height:562px;overflow:auto;
}

.boxRightHeight{ /*Nur Bilder in dieser Box*/
	height:420px;overflow:hidden;  /*damit IE keine Scrollbalken*/
}
.boxRightHeight img{
	margin-left: 6px;
}

.boxRightHeightBottom{
	height:96px;overflow:hidden;
}
.boxSchnoerkel{
	background-image: url(img/schnoerkel-content.gif);
	height: 18px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top:0px;
}
/********************************************************************************/




/****FOOTER BLOCK****************************************************************/   
#footerArea {
   float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #6b6763;
	text-align: center;
}

#hilfsNavArea {
	width: 100%;
	padding-top: 12px;
	border: 0px solid #8AA3BE;
}
/********************************************************************************/


/********************************************************************************/
/****GRUNDRAHMEN ENDE************************************************************/
/********************************************************************************/






/********************************************************************************/
/****HILFS-NAVIGATION************************************************************/
/********************************************************************************/
  
#subNav {	
	color: #A69D8D;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 11px;
	border-bottom: 1px solid #a69d8d;
}

#subNav ul {
	 margin: 0px !important;
 	 padding: 0px !important;
}

#subNav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/ 
}

#subNav a {
	 text-decoration: none;
	 color: #fefefe !important;
	 font-weight: bold;
}

#subNav ul li a:link, #hilfsNav ul li a:visited, #hilfsNav ul li a:active {
	 color: #fefefe !important;
}

#subNav ul li a:hover {
	text-decoration: none;
	color: #9c0e20  !important;
}

#subNav ul li a.aktiv:link, #subNav ul li a.aktiv:visited {
	color: #9c0e20 !important;
}
/********************************************************************************/






/********************************************************************************/
/****HILFS-NAVIGATION************************************************************/
/********************************************************************************/
  
#hilfsNav {
	width: 100%;
	color: #6b6763;
	font-size: 0.65em;
}

#hilfsNav ul {
	 margin: 0px;
	 padding: 0px;
}

#hilfsNav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/ 
}

#hilfsNav a {
	 text-decoration: none;
	 color: #6b6763 !important;
	 font-weight: bold;
}

#hilfsNav ul li a:link, #hilfsNav ul li a:visited {
	color: #6b6763 !important;
}

#hilfsNav ul li a:hover {
	color: #6b6763 !important;
	text-decoration: underline;
}

#hilfsNav ul li a.active:link, #hilfsNav ul li a.active:visited {
  color: #6b6763 !important;
}
/********************************************************************************/








/****NAVIGATIONS BLOCK***********************************************************/ 
#nav {
	float: left;
	width: 100%;
	margin-top: 0px;
	font-size: 0.75em;
	border: 0px solid #000;
	text-align: center;
}

#nav ul {
	 margin: 0px;
	 padding: 0px;
}

#nav li {
	list-style: none;
	display: inline;  /*IE Bug*/
}

/*Definition 1. Level*/
#nav ul li a { 
	padding-left: 0px;
	text-decoration: none;
	color: #6b6763;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}

#nav ul li a:link, #nav ul li a:visited {
}

#nav ul li a.active:link, #nav ul li a.active:visited, #nav ul li a:hover {
}
/*Ende 1. Level****/



/********************************************************************************/










/****CONTENT BLOCK***************************************************************/
#content {
	color: #fefefe;
	font-size: 0.7em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content h1 {
	margin-bottom: 5px;
	font-size: 1.75em;
	color: #fefefe;
	font-weight: bold;
}

#content h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.0em;
	color: #fefefe;
	font-weight: bold;
}

#content h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.0em;
	color: #fefefe;
	font-weight: bold;
}

#content p {
	padding-top:0px;
	margin-top:0px;
	margin-bottom: 20px;
	font-size: 1em;
	color: #fefefe;
	line-height: 1.3em;
}

#content ul, #content ol {
	padding-left: 20px;
	margin-bottom: 15px;
}

#content a {
	color: #B6AEA0;
	text-decoration: none;
}
#content a:hover {
	color: #9c0e20 !important;
	text-decoration: underline !important;
}
#content a:visited {
	/* color: #fff !important; */
	color: #B6AEA0;
}


#content a.intern, #content a.extern, #content a.mailto {
	color: #B6AEA0 !important;
	font-weight: normal !important;
	background-image: url(img/pfeil.gif) !important;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 14px;
}



#content img {
	margin-bottom: 5px;
}

/*Speziall, da nicht an #content zuweisen kann*/
.contentLeft img, .contentRight img {
	/*
	border: 2px solid #d1d1d1 !important;
	
	In TYPO Constants gesetzt
	*/
}

#content .contenttable td{
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
}



/* Formular Style */
.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float: left;
clear: both;
display: block;
width: 170px;
padding-left: 0px;
}

.csc-mailform-field input, 
.csc-mailform-field textarea, 
.csc-mailform-field select {
margin-bottom: 5px;
}

.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: 170px; 
/* Float wieder abschalten */
clear: both;
}

.csc-sitemap a, ul li a:link, .csc-sitemap ul li a:visited{
	/*text-decoration: none !important;
	border-bottom: none !important;*/
}


.csc-sitemap ul{
	 list-style:none;
    padding-bottom: 0px  !important;
	 margin-bottom: 0px !important;
} 

.csc-sitemap li {
 margin: 0px;
 margin-left: -15px;
 padding:0px; 
 padding-left:12px;
 background-image:url(img/li-icon.gif);
 background-repeat:no-repeat;
 background-position:0px 5px;
}

#content .csc-textpic-caption{
   margin-top: 2px;
	line-height: normal;
	padding-bottom: 10px;
}


.tx_lumogooglemaps_pi1_infobox {
	color: #000000 !important;
}

.gmapDirHead {
	color: #000000 !important;
}

.gmapDir {
	color: #000000 !important;
}
/********************************************************************************/ 
 





/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 

