html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

html {
    position: relative;
    min-height: 100%;
}
body {
	margin: 0 0 10px;
	line-height:1.2;
	background-color:#333;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	color:#FFF;
}

h1 {
	font-size: 1.7em;
	padding: 0px;
}

h2 {
	font-size: 1.3em;
	padding: 15px;
}

p {
	line-height: 1.2em;
	padding: 10px;
}


#wrap {
	max-width: 980px;
	min-width: 640px;	/* mozz 800 */
	margin: 20px auto;
	background-color: #ECDFAD;
	background-image:url(../images/more.jpg);
	background-repeat:no-repeat;
	min-height: 600px;

	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
	-khtml-border-radius: 	5px;
	border-radius: 			5px;

	-moz-box-shadow: 		4px 4px 10px -5px #000;
	-webkit-box-shadow: 	4px 4px 10px -5px #000;
	box-shadow: 			4px 4px 10px -5px #000;
}

#langBar{
	margin: 10px;
	float:right;	
	/*clear: right;*/
}
#logo{
	position:relative;
	top: 70pt;
	z-index: 100; 
	float: right;
	width: 500px;
}
#logo img{
	width: 500px;	
}
#seznam {
	position:relative;
	top: 0pt;
	float:left;
	background: rgba(0,0,0, 0.3);
	
	-moz-border-radius: 	10px;
	-webkit-border-radius: 	10px;
	-khtml-border-radius: 	10px;
	border-radius: 			10px;

	-moz-box-shadow: 		4px 4px 10px -5px #000;
	-webkit-box-shadow: 	4px 4px 10px -5px #000;
	box-shadow: 			4px 4px 10px -5px #000;
	margin: 40px;
	width: 90%;
}
ul {
	list-style:none;
	padding:30px;
	
}
li {
	margin:0 0 2px 0;
	padding: 0px;
	
}
.caption{
	color:#F00;	
	font-weight: bold;
	text-shadow:2px 2px 2px #000000;
}
.sub{
	text-shadow:1px 1px 2px #000000;
	margin-bottom:8px;	
}

.flag {
	width: 25px;
	height: 15px;
	background:url(../images/flags.png) no-repeat;
	box-shadow: 1px 1px 2px #000000;
	
}

.flag.flag-cz {background-position: -25px 0}
.flag.flag-us {background-position: 0 -15px}

.footer {
	font-size:0.7em;
    position: relative;
	text-align:center;
    bottom: 0;
    height: 8px;
    width: 100%;
	padding-top:20px;
}

a         {text-decoration: none}
a:link    {color: #ff9c00}
a:visited {color: #ff9c00}
a:active  {color: #ff9c00}
a:hover   {color: white}

/*#bck{
	position:absolute;
		height:inherit;
		width:inherit;
	background-image:url(../images/more.jpg);
	opacity:0.5;
}
