@charset "utf-8";
/* CSS Document */

@font-face
{
	font-family:GothamBook;
	src:url(../../2014/PIS1/vysledky/Gotham-Book.otf);
}

@font-face
{
	font-family:GothamBold;
	src:url(../../2014/PIS1/vysledky/Gotham-Bold.otf);
}

body
{
	font-family:GothamBook;
	font-size:12pt;

	
}

h1
{
	font-family:GothamBold;
	font-weight:normal;
	font-size:20pt;
	color:#076233;
	
	margin-left:2em;
	margin-top:1em;
	
}

a
{
	border:none;
}

a
{
	color:#0090CD
}

a:hover
{
	color:#DC002F
}

#container
{
	max-height:90%;
}

#container ul
{
	display:inline-block;
}

#header
{
	width:100%;
	max-width:1024px;
	position:relative;
	
	
}

#zadanie
{
	width:28%;
	vertical-align:top;
	text-align:right;
	padding-right:2%;
}

#zadanie img
{
	width:90%;
}

#pokyny
{
	width:60%;
	
	background-color:#faf4f6;
	
	
	
	margin-top: 7px;
	margin-bottom:1em;
	padding:20px 20px 20px 20px;
	
	
	text-align:justify;
	
	overflow:auto;
	
}

#f_red
{
	color:#C00;
	font-weight:bold;
}

@media all and (max-width: 1000px)
{
	#container
{
	text-align:center;
	height:100%;
	width:100%;
}
	
	#container ul
{
	display:inline-block;
}

#zadanie
{
	width:70%;
}

#zadanie img
{

}

#pokyny
{
	width:90%;
	
	background-color:#faf4f6;
	
	
	
	margin-top: 7px;
	margin-bottom:1em;
	padding:20px 20px 20px 20px;
	
	
	text-align:justify;

	
}
}