body {
	background-color: white;
	font-family: "Arial Black", "Times New Roman", sans-serif;
	font-size: normal;
	color: white;
	font-weight: normal;
}

#side_left {
	width: 720px;
	_width: 600px;
}

#side_right {
	float: right;
	width: 240px;
	border-left: 2px dotted black;
	margin-left: 20px;
}

.item {
	width: 80%;
	border: 1px solid silver;
	margin: 10px;
	padding: 10px;
	padding-top: 0px;
	text-indent: 0px;
}

.item storng {
	text-indent: 20px;
}

#screen {
	position: relative;
	margin: auto;

	width: 900px;

	background-color: white;
	color: black;
}

#top {
	height: 100px;
	_height: 120px;

	background-image: url("/img/design/top.png");
	background-repeat: no-repeat;

	text-align: center;
	margin-bottom: -16px;
}

#top h1 {
	margin-top: -7px;
	_margin-top: 10px;
	font-size: 64px;
	_font-size: 48px;
	margin-right: 100px;
	position: absolute;
	top: 19px;
	left: 80px;
	color: #18385f;
	font-family: "Arial Black", "Times New Roman", sans-serif;
	font-size: 320%;
	padding-bottom: 10px;
	_padding-bottom: 10px;
z-index: 4;
}


#line {
	margin-top: -60px;
	margin-left: 110px;
	_margin-top: -40px;
	_margin-left: -100px;

	width: 598px;
	height: 21px;
	_wifth: 580px;
	_height: 25px;

	background-repeat: no-repeat;
	background-image: url("/img/design/underline.png");
}

#kontakt {
	position: absolute;
	top: 5px;
	right: 5px;
	_right: 0px;

	text-align: left;
	text-indent: 0px;
	font-size: small;
	_font-size: small;
font-family: serif;
}

#menu {
	width: 100%;
	z-index: 2;
	margin-top: 40px;
	_margin-top: 20px;
}

#menu a {
_font-size: small;
	position: relative;
	top: -18px;

	background-color: #89b9fb;
	border: 1px solid #558ed5;

	float: left;
	width: 24.6%;
	height: 19px;
	
	color: #18385f;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-indent: 0px;
}

#menu a:hover {
	background-color: white;
	color: black;
	border: 1px solid #18385f;
	border-bottom: 1px solid white;
height: 19px;
}

#menu .aktivni {
	background-color: #558ed5;
	color: #18385f;
}

#content {
	position: relative;
	top: 20px;
	padding: 10px;
margin-bottom: 10px;
	background-color: transparent;
	text-align: justify;
	text-indent: 50px;
	font-size: small;
	min-height: 550px;
	_height: 350px;
	_font-size: small;
	font-family: "Times New Roman";
margin-bottom: 10px;
}

#content p {
	margin: 2px;
}

a, a:link, a:visited, a:active {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

a:hover  {
	color: black;
	text-decoration: underline;
	background-color: blue;
}

#content a:hover {
	background-color: transparent;
}

#content ul li {
	margin-left: 50px;
	text-indent: 10px;
}

#content ol li {
	margin-left: 50px;
	text-indent: 10px;
}

#heel {
	position: relative;
	top: 20px;
	margin: auto;
	padding: 0px;
	text-align: center;
	font-size: x-small;
	background-color: #89b9fb;
	width: 1000px;
	color: black;
}

.mid {
	text-align: center;
	text-indent: 0px;
}

#heel a {
	color: blue;
}

#heel a:hover {
	color: black;
	text-decoration: none;
	background-color: transparent;
}

.pic {
	float: right;
}

.article {
	position: absolute;
	left: 120px;
}

.description {
	padding-left: 160px;
	text-indent: 0px;
}

.cite {
	text-align: center;
	font-style: italic;
	text-indent: 0px;
}

.by {
	position: relative;
	left: 500px;
}

.exp {
	vertical-align: top;
	font-size: x-small
}











div.rounded-box {
    position:relative;
    width: 9em;
    background-color: white;
    margin: 3px;
}

div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px; background-color: #ab9d61; overflow:hidden;}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {position:relative; font-size:150px; font-family:arial; color:white; line-height: 40px;}

div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}

div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}

div.box-contents {
	position: relative; padding: 8px; color:#000000;
}


