/* css by Miazo, www.miazo.com, 01-07-09 */




/* RESET */



/* removes inconsistent (among browsers) default ul,ol padding or margin  */
/* no interline spacing on headings and around pre, form, body, html, p, blockquote */
/*
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
*/

h1,h2,h3,h4,h5,h6,input,p
{
	margin:0;
}

/*  markup free clearing */
.clear-block:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
.clear-block { display: inline-block; }

/* Hides from IE-mac \*/
* html .clear-block { height: 1%; }
.clear-block { display: block; }
/* End hide from IE-mac */








/*  HTML ELEMENTS  */


#container table 
{

}

#container td
{
   	vertical-align: top;
}


td.navigation  {

   	font-size: 9pt;
   	letter-spacing: 1px;
   	color: #ff6600;
   	font-weight: normal;
	line-height: 18pt;
	padding-left: 5px;
	
	}
	
td.navigation_sub  {

   	font-size: 8pt;
   	letter-spacing: 0px;
   	color: #ffffff;
   	font-weight: normal;
	line-height: 18pt;

	
	}



	
#container hr 
{
  	margin-top: 10px;
  	margin-bottom: 10px;
  	height: 1px;
   	border-collapse: collapse;
   	border-top: 0px;
   	border-left: 0px;
   	border-right: 0px;
  	border-bottom: 1px solid #777;
}


#container .hr_grey
{
  	margin-top: 10px;
  	margin-bottom: 10px;
  	height: 1px;
   	border-collapse: collapse;
   	border-top: 0px;
   	border-left: 0px;
   	border-right: 0px;
  	border-bottom: 1px solid #ddd;
  	background: transparent;
}





#container img
{

  	margin-top: 0px; 
	margin-left: 0px;
	margin-bottom: 0px;
 }



#container h1
{
   	color: #b23026;
   	font-size: 12pt;
   	font-weight: bold;
   	padding-top: 0px;
	text-indent:-9999px; 
	position:absolute;

}

#container h2
{
   	color: #b23026;
   	font-size: 10pt;
   	font-weight: bold;
   	padding-top: 0px;

}

#container h3
{
   	color: #b23026;
   	font-size: 9pt;
   	font-weight: bold;
   	padding-top: 0px;
}

#container h4
{
   	color: #b23026;
   	font-size: 9pt;
   	font-weight: bold;
   	padding-top: 10px;
}


#container h5
{
   	color: #aaa;
   	font-size: 12pt;
   	font-weight: bold;
   	padding-top: 0px;
}

#container h6
{ 
   	color: #aaa;
   	font-size: 10pt;
   	font-weight: bold;
   	padding-top: 0px;
}




#container li        
{
	color: #000;
	font-size: 10pt;	
	font-style: normal;
	line-height: 16pt;
	text-decoration: none;
}


#container a
{
	text-decoration: none;
	color: #3e8d43;
   font-weight: normal;
}

#container a:link visited
{ 
   color: #3e8d43;
}

#container a:hover
{
   color: #26521d;
   text-decoration: none;
   font-weight: normal;
}

#container a:active
{
   color: #aaa}






/*  LAYOUT  */



body
{ 
   	margin: 0px;
 	background: #fff;
   	min-width: 800px;
}



#container  /* page holder */
{
	width: 800px;
	margin: 0 auto; /* centers container */
/* 	background: #fff; */
   	background: #fff  url('images/body_background.jpg') no-repeat top center;
   	padding: 0px;
   	color: #444; /* text color general */
   	font-size: 10pt;
   	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
   	font-weight: normal;
	line-height: 16pt;

}


#header
{
	margin: 0px;
   	padding: 0px;
	width: 800px;
   	height: 84px;
   	background: transparent;
	border-bottom: 0px solid #fff;
}


#header_top 
{
	line-height: 16pt;
	width: 800px;
	height: 84px;
	margin: 0px;
	background: transparent;
  } 


  
  

#navheader
{
	width: 800px;
	margin: 0px;
   	padding-left: 0px;
   	height: 25px;
   	text-align: left;
	line-height: 16pt;
   	background: transparent;
	border-bottom: 0px solid #ddd;

}


 
  

#keilerbox
{
   	margin-top: 0px;
   	padding-top: 0px;
   	padding-bottom: 0px;  
   	height: 230px;
   	width: 800px;
	line-height: 16pt;
   	background: transparent;
   	border-left: 0px;
   	border-right: 0px;
  	border-top: 0px solid #ff6600;
	border-bottom: 0px solid #bbb;
	font-size: 11px;


}


#photobox
{
   	margin-top: 0px;
   	padding-top: 0px;
   	padding-bottom: 0px;  
   	height: 100px;
   	width: 800px;
	line-height: 16pt;
   	background: transparent;
   	border-left: 0px;
   	border-right: 0px;
  	border-top: 0px solid #ff6600;
	border-bottom: 0px solid #bbb;
	font-size: 11px;


}



#wrapper  /* content holder */
{
	margin:0px;
   	padding:0px;	
}



#navigation
{
	float: left;
	width: 180px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 8pt;
	background: transparent;
}

#navigation ul
{
	margin:10px 0px 0; 
	padding: 0; 
	list-style-type:none;
}

#navigation li
{
	margin-bottom:5px;
	font-size: 8pt;
}
		
#navigation p 
{ 
	margin-top: 0; 
	margin-bottom: 10px;
}





#navigation_right
{
	float: left;
		text-align:right;
	width: 160px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 30px;
	font-size: 9pt;
	background: transparent;
}

#navigation_right ul
{
	margin:10px 0px 0; 
	padding: 0; 
	list-style-type:none;
}

#navigation_right li
{
	margin-bottom:5px;
	font-size: 8pt;
}
		
#navigation p 
{ 
	margin-top: 0; 
	margin-bottom: 10px;
}




#content_home
{
	float:left;
	width:580px;
	min-height: 200px;
/*	
	height: 550px;
	overflow-y: auto;
*/
	margin-left: 0px;
	margin-bottom: 10px;
   	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
   	background: transparent;	
}

#content_home p 
{ 
	margin-top: 10; 
	margin-bottom: 10px;
}
	
	
	
#content
{
	float:left;
	width:580px;
	min-height: 330px;
/*	
	height: 550px;
	overflow-y: auto;
*/
	margin-left: 0px;
	margin-bottom: 10px;
   	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
   	background: #fff;	
}
		
#content ul
{
	margin:0px 0px 0; 
	padding: 0; 
}

#content ol
{
	margin:0px 0px 0; 
	padding: 0; 
	list-style-type:ordered;
	list-style-position:inside;
}


#content li
{
	margin-bottom:0px;
	font-size: 8pt;
}
		
#content p 
{ 
	margin-top: 10; 
	margin-bottom: 10px;
}




.nono  {
  display:none;
  }






#footer
{
	clear: both;
   	padding-left: 0px;
	text-align: center;
	color: #fff;
   	font-size: 7pt;
   	font-weight: normal;
	border-top: 0px solid #ddd;
	margin-bottom:0px;
   	background: #fff  url('images/footer_background2.jpg') no-repeat top center;
   	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
   	
   	
}

#footer a
{
	color:#fff;
	text-decoration:none;

#footer a:hover
{
	color:#777;
	text-decoration:underline;

  



#navigation_sub a
{
	color:#bbb;
	text-decoration:none;

#navigation_sub a:hover
{
	color:#777;
	text-decoration:underline;

#navigation_sub a:visited
{
	color:#777;
	text-decoration:underline;




/*  services footer */



#services
{
	clear: both;
   	padding-left: 0px;
	text-align: left;
	color: #666;
   	font-size: 5pt;
   	font-weight: normal;
	border-top: 0px solid #ddd;
	margin-bottom:15px;
   	background: transparent;

}

#services-about
{
	clear:both;float:left;
	font-size:0;
	margin:10px 0 0px;
	padding:10px 0;
	text-align:center;
	width:800px;

}

#services-about li
{
	border-right:1px solid #666;
	color:#bbb;
	display:inline;
	font-size:10px;
	line-height:16pt;
	margin:0;
	padding:0 5px;
}

#services-about .last-child
{
	border:none;
}

#services-about .last-child-appended
{
	border:none;
	display:block;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

#services-about a
{
	color:#bbb;
	text-decoration:none;
   	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}

#services-about a:hover
{
	color:#689cb5;
	text-decoration:underline;
}







/*  CONTENTS  */



 
 


  
  

#fadeshow2
{
	float:left;
	position: absolute;
	width: 800px;
	height: 230px;
	margin-right: 0px;
   	color: #888;
   	font-size: 11pt;
   	font-weight: normal;
	line-height: 16pt;
	text-align: left;
	background: transparent;
} 
  

 
 
 #keiler_home_right 
{
	line-height: 16pt;
	width: 180px;
	height: 230px;
	margin: 0px;
	background: transparent;
  } 
  

 













/* CLASS STYLES */





.block_content
{

  	width: 270px;
  	margin-top: 0px; 
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
   	background: transparent;
   	font-size: 8pt; 	
}





.foto_home
{

  	margin-top: 0px; 
  	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
 }


.foto_block
{

  	margin-top: 0px; 
  	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px;	
	border-radius:3px; 
 }





.hr_grey
{
  	margin-top: 10px;
  	margin-bottom: 10px;
  	height: 1px;
   	border-collapse: collapse;
   	border-top: 0px;
   	border-left: 0px;
   	border-right: 0px;
  	border-bottom: 1px solid #ddd;
}




/* FORM STYLE */



#searchbox  input, textarea, select { margin: 0; padding: 5px; color: #fff; background: #000; border: 1px solid #9d9d9d; margin: 5px 0; font: 14px "Arial", "Helvetica", sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px;	border-radius:3px; }   
#searchbox  input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #000; color:#fff; }


#searchbox  input.submit { cursor: pointer; border: 1px solid #9d9d9d; background:#e54226; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px;	border-radius:3px; }
#searchbox  input.submit:hover { background:#fff; color:#000;}






/* TEXT */





.ul_right
{
	text-align:right;
}


.data
{
	color: #777;
	font-size: 10px;
}

.caption
{
	color: #777;
	font-size: 8px;
	line-height: 10px;

}

.right
{
	text-align:right;
}




/* LINKS */










a.footerlink:link {

	color: #777;
}

a.footerlink:visited {

	color: #777;
}

a.footerlink:active  {

	color: #777;
}

a.footerlink:hover {
	color: #000;
}



a.nav_small:link {
   	font-size : 11px;
   	line-height: 2.2em;
}

a.nav_small:visited {
   	font-size : 11px;
   	line-height: 2.2em;
}

a.nav_small:active  {
   	font-size : 11px;
   	line-height: 2.2em;
}

a.nav_small:hover {
   	font-size : 11px;
   	line-height: 2.2em;
}


/* FORM STYLE */






