/*
Theme Name: AVIZO error page 2012
Description: Vzhled pro stranku 404
Version: 2012/2
Author: AVIZO, a.s. http://www.avizo.cz
*/

/* <-------------- Telo   */
	html {margin:0;padding:0;width:100%;height:100%;position:relative;overflow:hidden;} 
	body {margin:0;padding:0;font-family:sans-serif;font-size:0.9em;font-style:normal;font-weight:normal;line-height:1.6em;color:#333;text-align:center;background:#fff url(img/errrbody.jpg) no-repeat top center;}


/* <-------------- Odkazy */
	a, a:link, a:visited                {color:#333;text-decoration:underline;}
	a:hover, a:focus                    {color:#C00;text-decoration:underline;}
	a:active                            {color:#000000;text-decoration:none;}
    a img, a:link img, a:visited img    {border:none;text-decoration:none;}
	

/* <-------------- Nadpisy */	
	h1 {font-family:'Ubuntu',sans-serif;font-size:1.4em;font-weight:700;}

/* <-------------- Boxmodel */	
	#page {margin:0 auto;padding:100px 0 0 0;width:960px;overflow:hidden;height:400px;text-align:left;}
	#content {margin:0;padding:0;background:url(img/errcontent.png) no-repeat top left;padding:20px 30px 20px 180px;width:610px;-webkit-box-shadow:5px 5px 8px #999999;box-shadow:5px 5px 8px #999999;}
	#content-box {width:100%;overflow:hidden;}
	#copyright {width:810px;font-size:0.7em;text-align:right;}
	
	
