html,body {
	font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;	
	background-color: #16219f;
	color: #666666;
	text-align: center;
   }


a img { border:0;}


a, a:link, a:visited, a:active {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #D22C2E;
	text-decoration: none;
}

#main{ margin: 10px auto 0 auto;
   POSITION: relative;
	width: 800px;	
	text-align: center;	
	background-color: #16219f; 
	vertical-align: top;
}

#content {margin: 0;		width: 700px;	text-align: right;	background-color: #16219f;}
#header{	text-align: center;
color: #fff;
	font-variant: small-caps;
}
#header h1{	font-size: 16px;		font-weight: bold;}

#flash{margin: 0 auto 10px auto;	padding: 0; text-align: center; 	vertical-align: middle;
	width: 600px;	height: 400px;	
/*	background-image: url(http://www.autoprofigroup.cz/glob_images/pozadi.gif);
	background-repeat: no-repeat;*/
}


#odkazy{
	margin: 0 auto 0 auto;		
	width: 800px;	
	text-align: center;		
	background-color: #16219f;  	
	border: 1px solid #999999;
} 
ul#links {	margin: 0; padding: 5px 0 5px 0; text-align: center; 	}
ul#links li    {list-style: none;  display: inline; 	padding: 3px;		}
ul#links li a  {	color: #666;	}
ul#links li a:hover  {	color: #f00;}





