/* 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: 10pt;
   	letter-spacing: 0.5px;
   	color: #ff6600;
   	font-weight: normal;
	line-height: 18pt;
	padding-left: 0px;
	
	}
	
	
#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 #ff6600;
}


#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: #ff6600;
   	font-size: 12pt;
   	font-weight: bold;
   	padding-top: 0px;
	text-indent:-9999px; 
	position:absolute;

}

#container h2
{
   	color: #ff6600;
   	font-size: 10pt;
   	font-weight: bold;
   	padding-top: 0px;

}

#container h3
{
   	color: #ff6600;
   	font-size: 9pt;
   	font-weight: bold;
   	padding-top: 0px;
}

#container h4
{
   	color: #ff6600;
   	font-size: 9pt;
   	font-weight: bold;
   	padding-top: 10px;
}


#container h5
{
   	color: #aaa;
   	font-size: 10pt;
   	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: #689cb5;
   font-weight: normal;
}

#container a:link visited
{ 
   color: #999;
}

#container a:hover
{
   color: #000;
   text-decoration: none;
   font-weight: normal;
}

#container a:active
{
   color: #aaa}



/*

a {
	border-bottom: 1px dotted #fabb00;
}
a:link      { color: #ddd; text-decoration: none; }
a:visited   { color: #ddd; text-decoration: none; }
a:hover,
a:focus     { color: #fabb00; text-decoration: none;}
a:active    { color: #ddd; text-decoration: none;}

*/


/*  LAYOUT  */



body
{ 
   	margin: 0px;
 	background: #fff;
   	min-width: 1000px;
}



#container  /* page holder */
{
	width: 1000px;
	margin: 0 auto; /* centers container */
/* 	background: #fff; */
   	background: #fff  url('images/body_background.jpg') no-repeat top center;
   	padding: 0px;
   	color: #666; /* 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: 1000px;
   	height: 80px;
   	background: transparent url('images/miazo_logo.png') no-repeat top left;
	border-bottom: 1px solid #ddd;
}


#header_top 
{
	line-height: 16pt;
	width: 1000px;
	height: 80px;
	margin: 0px;
	background: transparent;
  } 
  
  

#navheader
{
	width: 1000px;
	margin: 0px;
   	padding-left: 0px;
   	height: 26px;
   	text-align: left;
	line-height: 16pt;
   	background: #fff;
	border-bottom: 1px solid #ddd;

}

 
  

#keilerbox
{
   	margin-top: 0px;
   	padding-top: 0px;
   	padding-bottom: 0px;  
   	height: 230px;
   	width: 1000px;
	line-height: 16pt;
   	background: transparent;
   	border-left: 0px;
   	border-right: 0px;
  	border-top: 0px solid #ff6600;
	border-bottom: 1px solid #fff;
	font-size: 11px;
}


#keilerbox_portfolio
{
   	margin-top: 0px;
   	padding-top: 0px;
   	padding-bottom: 0px;  
   	height: 230px;
   	width: 1000px;
	line-height: 16pt;
   	background: transparent url('images/background_portfolio.jpg') no-repeat top left;
   	border-left: 0px;
   	border-right: 0px;
  	border-top: 0px solid #ff6600;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
}


 
 
 #keiler_home_right 
{
	line-height: 16pt;
	width: 180px;
	height: 230px;
	margin: 0px;
	background: transparent;
  } 
  




#wrapper  /* content holder */
{
	margin:0px;
   	padding:0px;	
}

#wrapper_white  /* content holder */
{
	margin:0px;
   	padding:0px;
	background: #fff;
}

#navigation
{
	float: left;
	width: 180px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 11px;
	padding-right: 10px;
	font-size: 8pt;
	background: transparent;
}




#navigation ul
{
	margin:10px 0px 0; 
	padding: 0; 
	list-style-type:none;
}

#navigation li
{
	margin-bottom:3px;
	font-size: 8pt;
}
		
#navigation p 
{ 
	margin-top: 0; 
	margin-bottom: 10px;
}


#content
{
	float:left;
	width:580px;
	min-height: 180px;
/*	
	height: 550px;
	overflow-y: auto;
*/
	margin-left: 0px;
	margin-bottom: 10px;
   	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
   	background: transparent;
   	
}

#content p 
{ 
	margin-top: 10; 
	margin-bottom: 10px;
}
	


		
#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;
}







#subnavigation
{
	float: left;
	width: 179px;
	margin-left: 0px;
   	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 8pt;
   	background: transparent;
	border-left: 0px solid #ddd;   	
}




#subnavigation ul
{
	margin:10px 0px 0; 
	padding: 0; 
	list-style-type:none;
}

#subnavigation li
{
	margin-bottom:5px;
	font-size: 8pt;
}
		
#subnavigation p 
{ 
	margin-top: 0; 
	margin-bottom: 10px;
	color: #666;
}



#subnavigation_white
{
	float: left;
	width: 180px;
	margin-left: 0px;
   	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 8pt;
   	background: #fff;
   	
}



#footer
{
	clear: both;
   	padding-left: 0px;
	text-align: center;
	color: #bbb;
   	font-size: 7pt;
   	font-weight: normal;
	border-top: 0px solid #ddd;
	margin-bottom:0px;
   	background: #fff;
   	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}





/*  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:1000px;

}

#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;
}



/*  services SITEMAP  */


#services-site
{
	border:0;
	clear:both;
	margin:0 auto 30px auto;
	padding:0;
	width:1000px;
   	background: #ffffff;
   	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#services-site:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

#services-site ul
{
	float:left;
	font-size:0px;
	margin-right:3px;
	width:120px;
	list-style-type:none;
}

#services-site ul.last
{
	width:120px;
}

#services-site li
{
	float:none;
	line-height:12pt;
	font-size:10px;
	padding:0 0 .2em 0;
	margin-bottom:0px;
}

#services-site a
{
	color:#bbb;
	text-decoration:none;
}

#services-site 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;
} 
  


 

.none  {
  display:none;
  }














/* CLASS STYLES */









/*	= agenda
---------------------------------------------------------------------- */
ul#agenda {
	border-top: 1px solid #fff;
	color: #ff0000;
	list-style: none;
	margin: 0px 0 0;
}

ul#agenda li {
	border-bottom: 1px dotted #ddd;
	margin: 0;
	padding: 0px 0px;
}

ul#agenda li:hover {
	background: #ddd;
}

ul#agenda li abbr {
	border: 0;
	display: block;
	color: #ff0000;
	font-size: 12px;    /* header */
	font-style: italic;
	margin: 0 0 5px;
}


ul#agenda li a {
	color: #blue;
	font-size: 10px;     /* link */
	outline: 0;
}

ul#agenda p.description {
	left: -9999px;
	position: absolute;
}



.block_content
{

  	width: 180px;
  	margin-top: 0px; 
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
   	background: transparent;
   	font-size: 8pt;
   	border-top: 0px;
   	border-left: 0px;
   	border-right: 0px;
  	border-bottom: 0px;
  	background: transparent;
}

.block_content1
{

	width:580px;
  	margin-top: 0px; 
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
   	background: transparent;
   	font-size: 8pt; 	
}


.block_content2
{

  	width: 270px;
  	margin-top: 0px; 
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-left: 0px;
   	background: transparent;
   	font-size: 8pt; 	
}







.foto_content
{

  	margin-top: 0px; 
  	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
 }


.foto_keiler
{

  	margin-top: 0px; 
  	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;

 }

.foto_keiler2
{

  	margin-top: 0px; 
  	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 0px;

 } 
 




.foto_block
{

  	margin-top: 0px; 
  	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
   	text-align: left;
	-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: 0px; color: #484848; background: #fff; border: 0px solid #ddd; margin: 0px 0; font: 10px "Arial", "Helvetica", sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px;	border-radius:3px; }   
#searchbox  input:focus, textarea:focus, select:focus { border: 0px solid #ddd; background-color: #fff; color:#484848; }


#searchbox  input.submit { cursor: pointer; border: 0px solid #ddd; background:#fff; color:#fff; -moz-border-radius: 3px; -webkit-border-radius:5px; border-radius:3px; }
#searchbox  input.submit:hover { background:#fff; color:#000;}






/* TEXT */

.fadeshow2
{
	float: left;
}

.ul_right
{
	text-align:right;
}


.data
{
	color: #aaa;
}

.menu_right
{
	text-align:right;
}




/* LINKS */



 
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;
}



/* keeps footer link grey */

#footer a
{
	color:#bbb;
	text-decoration:none;




/* FORM STYLE */






