/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/

html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 100%;
	color: #9dcd17;
	height: 100%;
	background: #ffffff /*url(img/bg.jpg) repeat-x;*/
	}
a { text-decoration: none; color: #77b211; font-size: 1em; padding: 1px 2px; }
a:hover { background-color: #9dcd17 ; color: #fff; }
acronym { border-bottom: 1px dotted #fca200; cursor: help; }
.opp { color: #fca200;}
.mobile { color: #91dc00;}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	background: url(img/top_main.gif) no-repeat 100% 0px; 
	width: 977px; 
	margin: 0 auto;	
	padding: 0;
	}
#header div { 
	background: url(img/btm_main.gif) no-repeat 0px 70px; 
	text-align: left;
	padding: 45px 0 97px 20px;	
	height: 140px;
	}	
/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 40px;
	padding: 0;	
	}
#header li { 
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	font-size: 0.8em;
	background: url(img/nav_main.gif) no-repeat;
	width: 114px;
	height: 25px;
	float: left;
	text-align: center;
	}	
#header li a { 
	display: block; 
	width: 100%;
	color: #fff;
	padding-top: 7px;
	}		
#header li a.on,
#header li a:hover { background-color: #9dcd17; color: #4b4b4b; height: 20px; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-size: 15px;
	color: #555;
	font-weight: normal;
	font-size: 1em;	
	margin: 0 0 10px 0;
	clear: both;
	}	
#content h2 em { 
	color: #77b211; 
	font-style: normal;
	}
#content h3 { 
	font-size: 10px;
	color: #777;
	font-weight: bold;
	font-size: 0.9em;	
	margin: 0 0 20px 0;
	clear: both;
	}	
#content p {
	text-indent: 2em;
	font-size: 0.7em;	
	color: #777;	
	line-height: 1.6em;
	letter-spacing: 0.1em;	
	}	
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content li {
	list-style-type: none;
	/*background: url(img/bullet_main.gif) no-repeat 0px 8px;*/
	padding: 0 0 0 10px;
	font-size: 0.7em;	
	line-height: 1.6em;
	letter-spacing: 0.1em;	
	}	
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }
#content li a.on,
#content li a:hover { background-color: #9dcd17; color: #fff; }	

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 2px solid #ddd; }
#content ul.thumbs li a:hover img { border: 2px solid #9dcd17; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	
/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 235px;
	text-align: left;
	margin-bottom: 15px;
	padding: 10px 5px 30px 10px;	
	border: 1px solid #b9da54;
	background: url(img/tlo.gif) no-repeat 100% 0px; 
	background-color: #f5ffd7; 
	}
#right ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#right li {
	list-style-type: none;
	background: url(img/bullet_pdf.gif) no-repeat 0px 6px;
	padding: 0 0 10px 25px;
	font-size: 0.7em;	
	line-height: 1.6em;
	letter-spacing: 0.1em;	
	}	
#right p {
	text-indent: 0em;
	font-size: 0.7em;	
	color: #555;	
	line-height: 1.6em;
	letter-spacing: 0.1em;
   padding: 0 0 0 15px;
	}		
/*------------------------------------------------------------*
**  center
**------------------------------------------------------------*/
#center {
	float: left;
	width: 500px;	
	text-align: left;
	margin-right: 13px;		
	padding: 10px 10px 50px 10px;	
	border-top: 1px solid #b9da54;
	border-bottom: 1px solid #b9da54;
	background: url(img/telefon.gif) no-repeat 100% 0px; 
	background-color: #FFFFFF; 	
	}

#center li {
	list-style-type: none;
	background: url(img/bullet_main.gif) no-repeat 0px 6px;
	padding: 0 0 10px 25px;
	font-size: 0.7em;	
	line-height: 1.6em;
	letter-spacing: 0.1em;	
	}	
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 135px;	
	text-align: left;	
	margin-right: 13px;
	padding: 10px 10px 10px 10px;	
	border: 1px solid #b9da54;
	background: url(img/tlo.gif) no-repeat 100% 0px; 
	background-color: #f5ffd7; 
	}

/*------------------------------------------------------------*
**  wazne
**------------------------------------------------------------*/
#wazne {
	float: right;
	width: 235px;
	text-align: left;
	margin-bottom: 15px;
	padding: 10px 10px 10px 5px;	
	border: 1px solid #b9da54;
	background: url(img/tlo.gif) no-repeat 100% 0px; 
	background-color: #f5ffd7; 
	}
#wazne p {
	text-indent: 0px;
	font-size: 0.7em;	
	color: #555;	
	line-height: 1.6em;
	letter-spacing: 0.1em;
   padding: 0 0 0 15px;
	}				
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 10px 0;	
	margin-top: -36px;
	background-color: #9dcd17;		
	color: #666;	
	font-size: 10px;
	border-top: 3px solid #999;
	}	
#footer p { margin: 0 10px; text-align: center; }	
#footer a { color: #fff;}
#footer a:hover { background-color: #e2ed94; color: #4b4b4b;}
