/****
	za SSSS 2018 sajt

****/

*	{margin: 0;
	padding: 0;
	}
	
body {

	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-image: url(../pic/main%20background.gif);
}

img {
	border: none;
}

a,
a:link {
	text-decoration:none;
	color: #00cc99;
	border: none;
	outline:none;
} 
a:hover {
/*	text-decoration:underline; */
	color: #666666;
}

li {
	margin-top: 0.5em;
}

.pale {
	color: #999999;
}


#canvas {
	position: relative;
	width: 800px;
	height: 1000px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	background-image: url(../pic/backCanvas_2018.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	border-radius: 8px;
	/*   senke */
	-moz-box-shadow: 8px 8px 12px #333;
	-webkit-box-shadow: 8px 8px 12px #333;
	box-shadow: 3 8px 8px 12px #333;

}
/* --- header div --- */
#canvas #header {
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
	height: 120px;
	width: 780px;
}


#canvas #header #EFlink {
	color: #999999;
	width: 220px;
	top: 6px;
	position: absolute;
	text-align: center;
	z-index: 1;
	right: 30px;
}
#canvas #header a,
#canvas #header a:link {
	color: #999999;
}
#canvas #header a:hover {
	color: #666666;
}

#canvas #header #YSSlink {
	top: 6px;
	position: absolute;
	width: 241px;
	left: 149px;
}




#canvas #header #bottomHeaderStrip {
	float: none;
	color: #CCCCCC;
	position: absolute;
	top: 95px;
	left: 204px;
	width: 273px;
	height: 17px;
}
#canvas #header #bottomHeaderStrip a:link,
#canvas #header #bottomHeaderStrip a:visited
{
	border: none;
	outline:none;
	color: #999999;
}

#canvas #header #bottomHeaderStrip a:hover {
	color: #666;
}
#canvas #header #bottomHeaderStrip a:active{
}



/* --- mainContent--- */
#canvas #mainContent {
	width: 604px;
	float: none;
	height: auto;
	padding: 0 20px;
	position: absolute;
	left: 154px;
	top: 133px;
}


#canvas #mainContent ol,
#canvas #mainContent ul
 {
	margin-left: 2em;
}
#canvas #mainContent h1, 
#canvas #mainContent h2,
#canvas #mainContent h3,{
		color:#248;
}

#canvas #mainContent h1 {
	font-size: 18px;
	margin: 1em 0 0;
	text-transform: uppercase;
	border-bottom: dotted 1px #ccc;
	
}

#canvas #mainContent h2 {
	font-size: 14px;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
}


#canvas #mainContent p {
	margin: 6px 0;
}
/* --- mainContent end --- */

/* ---leftMenu---- */
#canvas #leftMenu {
	position: absolute;
	height: 509px;
	width: 130px;
	padding: 10px;
	border-right: solid #aaa 1px;
	float: left;
	padding-top: 30px;
	left: 1px;
	top: 117px;
	border-radius: 0px 0px 6px 0px;
	box-shadow: 3px 3px 3px 0px #ccc;
}

#canvas #leftMenu a,
#canvas #leftMenu a:link
 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: transparent;
	/*color: #FF9900; */
	color: #336666;
	display: block;
	width: 110px;
	padding: 5px 8px 2px;
	text-decoration: none;
	border-top: solid #fff 1px;
	border-bottom: solid #eeEEee 1px;
}

#canvas #leftMenu a:hover {
	color:#333;
	margin-left:-1px;
	border-bottom: solid #333333 1px;
	
}


#canvas #leftMenu a.selected {
	border: none;
	outline:none;
	color:#660000;
	margin-left:-10px;
	width:101%;
/*
	border-top: solid #993300 1px;

*/	
	border-bottom: solid #888888 1px;
	border-left: solid #ffFFff 5px;
	font-weight: bold;
}

/* ---leftMenu end--- */
li.fingered {
	list-style-image: url(../icons/fingerPoint_icon.png);
}
.emphasized {
	font-weight: bold;
	color: #F00;
}
.small {
	font-size: x-small;
	color: #666;
}
td.bottom_underlined {
	border-bottom: 1px solid #CCC;
}
td.top_underlined {
	border-top: 1px solid #DDD;
}
#divWarn {
	text-align: center;
}
div.changedDate {
	color: #F00;
	border: 1px solid black;
	padding: 0 5em;
	border-radius:5px;
	box-shadow: 5px 5px 5px gray;
	display: inline-block;
}
div.footnote {
	font-size: x-small;
	color: #999;
	
	padding: 0.5em;
	padding-left:1em;
	text-indent:-1em;
	border-top: solid 1px #999;
	margin: 1em 5em;
	
}
