/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2009                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
/* nastaveni pro vsechny elementy na strance*/
* {
	margin:0 auto;
	padding:0;
	line-height:1.4;
	font-size:13px;
	font-family:"Arial", "Verdana", sans-serif;
}
.noborder, * .noborder, table.noborder, table.noborder tr, table.noborder th, table.noborder td{
	border:0;
}
/* ***************************************************** */
/* ***************************************************** */
body{
	padding-top:50px;
	text-align:center;
	background:white;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	color:#444;
}
/* ***************************************************** */
/* ***************************************************** */
a {
	color:#ae5245;
	text-decoration:underline;
}
a:hover {
	color:#c56f0c;
	text-decoration:none; 
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong, b{
	color:#1981bf;
}
em, i{
	color:#333;
}
small, * small, small *{
	font-size:85%;
}
hr{
	display:none;
}
/* ***************************************************** */
/* ***************************************************** */
#billboard{
	margin:0 auto;
	padding:0;
	width:1000px;
	height:434px;
	background:url(../img/billboard.jpg) no-repeat center top;
}
#billboard a#a-prezentace-norsko{
	margin:0;
	padding:0;
	width:260px;
	height:414px;
	display:block;
	float:right;
	text-indent:-9000px;
}
/* ***************************************************** */
/* ***************************************************** */
#footer {
	margin:0;
	padding:20px 0 10px 0;
	width:100%;
	clear:both;
	text-align:center;
}
#footer, #footer a{
	font-size:11px;
}
/* ***************************************************** */
/* ***************************************************** */
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {display: inline-block;}
/* ie win hack ~ height acts like min-height \*/
* html .clearfix{height: 1%;}
/* end comment required */
/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2009                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
