/* CSS Document */

body
{
	background-color:#efefef;
}

#main
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000066;
	border:none;
	width:490px;
	height:350px;
	margin:10px;
}

#konfo
{ 
	width:470px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px; 
	text-align:right;
	color:#000066;
}

#hin
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}

#adr
{
	background-color:#e3ebfb;
	border-top:2px solid #333333;
	border-bottom:1px solid #333333;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#000066;
	text-align:right;
}

#adrkl
{
	background-color:#e3ebfb;
	border-top:2px solid #333333;
	border-bottom:1px solid #333333;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color:#000066;
	text-align:right;
}

#tblLogo
{
	width:800px;
}

/*********** #sectionLinks styles ***********/
#sectionLinks
{
	position: relative;
	margin: 0px; 
	padding: 0px;
	/*border-bottom: 1px solid #cccccc;*/
	font-size: 14px;
	background-color:#e3ebfb;
}
	
#sectionLinks h3
{
	padding: 10px 0px 2px 2px;
}

#sectionLinks a 
{
	display: block;
	border-bottom: 1px solid #000000;
	padding: 2px 0px 2px 5px;
	width:140px;
	/*border-right: 1px solid #8b8dfb;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000066;
	text-decoration:none;
}
#sectionLinks a:hover
{
	background-color: #000066;
	color:#e3ebfb;
}

#sectionLinks ul a:link, #sectionLinks ul a:visited 
{
	display: block;
}

#sectionLinks ul 
{
	list-style: none; 
	margin: 0; 
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sectionLinks li 
{
	/*border-bottom: 1px solid #EEE;*/
}

/* fix for browsers that don't need the hack */
html>body #sectionLinks li 
{
	border-bottom: none;
}