a, a:link, a:visited{
	color: #999;
	text-decoration: underline;
}

/*
#content a:link:after, #content a:visited:after {
   	content: " (" attr(href) ")";
  	 }

#content a[href^="/"]:after {
   	content: " (http://www.ee.cz" attr(href) ")";
	}
*/

table {
	border: 2px solid black;
	border-collapse: collapse;
}

td, th {
	border: 1px solid black;
}

a.quicklink {
	display: none !important;
}

body {
	background: #fff;
	color: #000;
	font: 10pt serif;
	text-align: center;
}

h1 {
	page-break-after: avoid !important;
}

h2 {
	page-break-after: avoid !important;
}

h3 {
	page-break-after: avoid !important;
}

hr {
	background: #000;
	border: 0;
	color: #000;
	height: 1px;
}

img {
	border: none;
}

input, textarea, select {
	vertical-align: middle;
}

p.first, p.notopmargin {
	margin-top: 0;
}

p.last, p.nobottommargin {
	margin-bottom: 0;
}

p.nomargin {
	margin: 0;
}

ul {
	list-style: square;
}

ul ul {
	list-style: disc;
	padding-left: 2em;
	margin-left: 0;
}

ul ul ul {
	list-style: none;
	padding-left: 1em;
	margin-left: 0;
}

dl {
	margin: 0.5em 0;
}

dt {
	font-weight: bold;
}

ul.nopadding {
	margin-left: 0;
	padding-left: 0 !important; 
}

ul.nostyle {
	list-style: none;
}

.downloadinfo {
	color: #000;
	font-size: 0.8em;
}

.hidden {
	display: none;
}

.highlightbox {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1em;
}

.notelow {
	color: #000;
	font-size: 0.9em;
}

.skip {
	display: none;
}

.textright {
	text-align: right;
}

.textsmall {
	font-size: 0.8em;
}

.textbig {
	font-size: 1.3em;
}

#breadcrumbnav {
	display: none !important;
}

#contentwrapper {
	float: none !important;
	padding: 0; /*margin-left: 216px;*/
	width: 100% !important;
}

#content {
	border: none !important;
	padding: 0;
}

#footer {
	display: none !important;
}

#nav {
	display: none !important;
}

#page {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
}

#toolsbox {
	display: none !important;
}
