
html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	background-color: white;
	color:black;
	text-align: left;
}
#content {
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 3%;
	padding-bottom: 3%;
}


/* nezobrazovat */ 
#head,
#menu_column,
#column .box p,
a.jagg,
#foot,
object,
#skip, 
#navigation,
textarea#discuss_text,
input,
script,
noscript,
div.boxstat,
a.statistic,
img.statistic,
#column 
{ display: none; }


/* odkazy */
a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid;
}

a[href^="http://"]:after,
a[href^="https://"]:after,
a[href^="ftp://"]:after {content:" ["attr(href)"]"}

abbr[title]:after,
acronym[title]:after {content:" ("attr(title)")"}








