/*
	18px elementy!!!
	18 36 54 72 90 
	108 126 144 162 180 198
	216 234 252 270 288
	306 324
*/

#header {
	background-color: #ACD44C;
}

#header h1 {
	clear: none;
	font-size: 16px;
	line-height: 55px;
	text-align:right;
	font-weight:bold;
	padding-right: 1em;
}

#header img {
	border: 0px;
	float: left;
	padding: 7px 6px 6px 7px;
	margin: 0px;
}

#header a.top {
	display: box;
	width: 108px;
	height: 18px;
	text-align:center;
	float: right;
	color: white;
	font-size: 12px;
	vertical-align: middle;
	/*background-color: #FF9900;*/
	background-image: url('../images/button_1.gif');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: top left;
	text-decoration: none;
}

/*============================================================================*/
#topmenu {
	background-color: #4C4C4C;
	border-top: solid 1px white;
}

#topmenu a.m {
	display:block;
	width: 85px;
	height: 17px;
	font-soze: 12px;
	color: white;
	text-decoration: none;
	float: right;
	text-align:center;
	margin-top: 2px;
}

#topmenu a.m span {
}

#topmenu a.a {
	font-weight: bold;
}

form.searchform {
	display: block;
	float: right;
	margin: 2px 10px 0px 0px;
}
form.searchform input {
	width: 8em;
	height: 14px;
	font-size: 7pt;
	background-color: silver;
	border: 0px;
	margin-bottom: 0px;
}
form.searchform label {
	display: inline;
	color: white;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}
/*============================================================================*/
#notopmenu {
	background-color: #4C4C4C;
	border-top: solid 1px white;
	height: 17px;
}

/*============================================================================*/
#left {
	background-image: url('../images/side_1.gif');
	height: 324px;
}
/*============================================================================*/
#content {
}

#content caption {
	text-align: center;
	font-size: 14px;
	padding: 0px auto;
}

#content .section {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
#content .bodyhdr {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-align:center;
}
#content td, #content .bodytxt {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
#content .link {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align:center;
}
#content h1 {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}

#content h2 {
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
}

#content h3 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

#content a:hover {
	color: #FF0000;
}
#content a:link {
	color: #0000FF;
}
#content a:visited {
	color: #FF00FF;
}
#content a:active {
	color: #0000FF;
}

#content a.link, #content a.link:link, #content a.link:visited, #content a.link:active, #content a.link:hover {
	color:#006600;
	text-decoration:none;
}
#content a.link2, #content a.link2:link, #content a.link2:visited, #content a.link2:active, #content a.link2:hover {
	color:#ACD44C;
	text-decoration:none;
	font-weight:bold;
}

#content .tbl {
	border: solid 1px #d0d0d0;
	border-collapse:collapse;
	padding: 0px auto;
	width: 280px;
	background-color: #ffffff;
}

/*============================================================================*/
#footer {
	background-color: #4C4C4C;
	font-size: 12px;
	text-align: center;
	color: white;
}

#footer a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}