/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #ffffff; /*previously: 333333(gray)*/
	font-size: 11px;
	font-family: "Trebuchet MS", verdana, sans-serif;
}
body{	
	text-align:left;
	min-width:100%; /* for mozilla*/
	background-color: #ffffff; /*previously: 333333(gray)*/
	height:100%;
}

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */

#wrapper {
	width: 100%;
}

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/







/*---HEADER---*/
#header{
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
	height:150px;
	z-index:74;

}

/*the logo on top - inside of the header*/
#logo {
	position:absolute;
	top:26px;
	left:30px;
	width:237px;
	height:63px;
	text-indent: -5000px;
	z-index:300;
	background: url(images/header_VedranResidbegovic_200x55.png) no-repeat;
}









/*----MENUES----*/
#ajaxmenu{
	position:absolute;
	top:93px;
	left:50px;
	width:600px;
	height:43px;
	z-index:65;

}





/*-------FOOTER-----*/

/* mac hide \*/
* html #outer, * html #header {
	width:960px
}



/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/






/*content is the wrapper for all content in the page*/
#content {
	margin-top: 120px; /*how far from the top the content begins*/
	z-index: 300;
	padding-right:20px;
	padding-left:20px;
	padding-top: 0px;
	padding-bottom: 20px;
}

/*paragraphs:*/
#content p {
	font-size: 12px;
	color: #999999; /*text color. def: 999999*/
	line-height: 18px;
	_line-height: 16px;
}

/*links within paragraphs:*/
#content p a {
	color: #cc0000; /*def: 618200 green*/
}

/*links within paragraphs on hover:*/
#content p a:hover {
	/*background-color: #618200;*/
	color: #ffffff;
}

/*heading h2*/
#content h2 {
	font-size: 15px;
	color: #000000; /*def:618200 - green*/
	/*background:  url(images/bullet_17x21.gif) no-repeat left top;*/
	padding-left: 19px;
	line-height: 24px;
	position: relative;
	z-index: 3500;
}




#sidebar {
	color: #000000;
}


/*color of links:*/
#content a, #sidebar a
{
    color: rgb(97, 130, 0); /*def: rgb(97, 130, 0)*/
	text-decoration: none;
}

/*links on hover:*/
#content a:hover, #sidebar a:hover
{
    /*background-color: rgb(97, 130, 0);*/
    color: #999999; /*def:  rgb(255, 255, 255)*/
}



#content ul li{
	list-style-image: url(images/bullet_11x8.gif);
	margin-bottom: 0.5em;
	font-size: 110%;
}











/*----LEFT COLUMN----*/
#left_column {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:left;
	padding-left: 7px;
	z-index: 56;
	text-align: right;
}
#left-inner {
	padding-left: 9px;
	padding-right: 9px;
	text-align: left;
}







/*---RIGHT COLUMN----*/
#right_column {
	width:250px;
	float:right;
	text-align: left;
	z-index: 4000;
}

#right_column h2 {
	font-size: 15px;
}








/*---CENTER COLUMN---*/
#center_column {
	margin-left: 190px;
}






#centered_image {
	margin-top: 200px;
}

/*background flash element*/
#flash_element_background_home {
	/*margin-top: 150px;*/
	padding:0;
	border:solid;
	border-width: 1px;
	border-left:none;
	border-right:none;
	border-color: #999999;
	width:100%;
	height:100%;
	/*background-color: #222222;*/
	position: absolute;
	z-index:10;
	left: 0px;
	top: 0px;
}




#clearboth { 
	clear:both;
	height: 5px;
} /*to clear all floats*/

#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */








/*---FOOTER---*/
/* end hide*/
#footer {
	clear:both;
	color: #000000;
	width:600px;
	height:50px;
	text-align:left;
	margin-top: 50px;
	left:50px;
	bottom:0px;
	position: absolute;
	z-index: 5000;
	/*background:  url(images/foot_776x82_2.jpg) no-repeat left top;*/

}
#footer p {
	margin:0px;
	margin-top: 10px;
	padding:0px;
	/*padding: 8px;*/
}

#footer p a {
	text-decoration: none;
	color: #ffffff;
}

* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/







.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_resultLink {
	color: #618200;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}

